Patrick R. Michaud wrote:
P6GE assumes that it is part of the parrot distribution in the F<compilers/p6ge> directory. Simply type C<make> in this directory
to build the F<p6ge.so> shared library it needs.
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 p6ge_parse.c: In function `p6ge_parse_new': p6ge_parse.c:105: warning: assignment makes pointer from integer without a cast p6ge_parse.c: In function `p6ge_parse_literal': p6ge_parse.c:156: warning: assignment makes pointer from integer without a cast p6ge_parse.c: In function `p6ge_parse_quant': p6ge_parse.c:227: warning: assignment makes pointer from integer without a cast 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
Regards.