On Fri, Nov 19, 2004 at 07:52:57AM -0500, William Coleda wrote: > oolong:~/research/parrot/compilers/p6ge coke$ make > cc -I ../../include -c -o p6ge_parse.o p6ge_parse.c > p6ge_parse.c:23:20: malloc.h: No such file or directory
Oops. Should've been stdlib.h instead. Fixed, thanks. > make: *** [p6ge_parse.o] Error 1 > oolong:~/research/parrot/compilers/p6ge coke$ uname -a > Darwin oolong 7.6.0 Darwin Kernel Version 7.6.0: Sun Oct 10 12:05:27 PDT > 2004; root:xnu/xnu-517.9.4.obj~1/RELEASE_PPC Power Macintosh powerpc One of the areas where we can definitely use assistance is in porting and testing p6ge in operating environments different from the ones I have available to me--currently I'm doing most of my work in Red Hat 9 and its successors. Yes, I know RH is a fairly forgiving development environment; OTOH, in the not too-distant-future we'll be working primarily in PIR and Perl 6, so a lot (but not nearly all) of the architecture-dependency issues will be handled for us by other components. Pm