9front - general discussion about 9front
 help / color / mirror / Atom feed
* Bug report: Runemask is gone
@ 2013-07-12 11:28 arisawa
  2013-07-12 13:12 ` [9front] " cinap_lenrek
  0 siblings, 1 reply; 3+ messages in thread
From: arisawa @ 2013-07-12 11:28 UTC (permalink / raw)
  To: 9front

Hello,

I cannot compile grep on 9front.

maia% pwd
/sys/src/cmd/grep
maia% mk
8c -FTVw comp.c
comp.c:278 name not declared: Runemask
mk: 8c -FTVw comp.c  : exit status=rc 1924239: 8c 1924241: error
maia%

maia% pwd
/sys/include
maia% g Runemask
maia% 


Bell-labs version is OK

al% pwd
/sys/src/cmd/grep
al% mk
yacc -d grep.y
8c -FTVw main.c
8c -FTVw comp.c
8c -FTVw sub.c
8c -FTVw y.tab.c
8l  -o 8.out y.tab.8 main.8 comp.8 sub.8


al% pwd
/sys/include
al% g Runemask
libc.h:49: 	Runemask	= 0x1FFFFF,	/* bits used by runes (see grep) */
al% 


Kenji Arisawa



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9front] Bug report: Runemask is gone
  2013-07-12 11:28 Bug report: Runemask is gone arisawa
@ 2013-07-12 13:12 ` cinap_lenrek
  2013-07-12 13:29   ` arisawa
  0 siblings, 1 reply; 3+ messages in thread
From: cinap_lenrek @ 2013-07-12 13:12 UTC (permalink / raw)
  To: 9front

works for me. note, that 9front hasnt done the switch to 21 bit
runes yet. what have you done?

term% cd /sys/src/cmd/grep
term% mk
yacc -d grep.y
8c -FTVw main.c
8c -FTVw comp.c
8c -FTVw sub.c
8c -FTVw y.tab.c
8l  -o 8.out y.tab.8 main.8 comp.8 sub.8
term% 

term% grep -n Runemask /sys/include/libc.h
49: 	Runemask	= 0xFFFF,	/* bits used by runes (see grep) */

--
cinap


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9front] Bug report: Runemask is gone
  2013-07-12 13:12 ` [9front] " cinap_lenrek
@ 2013-07-12 13:29   ` arisawa
  0 siblings, 0 replies; 3+ messages in thread
From: arisawa @ 2013-07-12 13:29 UTC (permalink / raw)
  To: 9front

my libc.h was a bit old.
I have updated using bell-labs libc.h.
thanks.

On 2013/07/12, at 22:12, cinap_lenrek@gmx.de wrote:

> works for me. note, that 9front hasnt done the switch to 21 bit
> runes yet. what have you done?
> 
> term% cd /sys/src/cmd/grep
> term% mk
> yacc -d grep.y
> 8c -FTVw main.c
> 8c -FTVw comp.c
> 8c -FTVw sub.c
> 8c -FTVw y.tab.c
> 8l  -o 8.out y.tab.8 main.8 comp.8 sub.8
> term% 
> 
> term% grep -n Runemask /sys/include/libc.h
> 49: 	Runemask	= 0xFFFF,	/* bits used by runes (see grep) */
> 
> --
> cinap



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-12 13:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-12 11:28 Bug report: Runemask is gone arisawa
2013-07-12 13:12 ` [9front] " cinap_lenrek
2013-07-12 13:29   ` arisawa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).