James E Keenan wrote:
James E Keenan wrote:
/usr/bin/gcc -I./include -I./include/pmc -pipe ... [long list of switches] ... -Isrc/embed -o src/embed/api.o -c src/embed/api.c In file included from src/embed/api.c:19: ./include/parrot/api.h:241: error: parse error before '&' token ./include/parrot/api.h:241: warning: function declaration isn't a prototype ./include/parrot/api.h:242: error: parse error before '&' token ./include/parrot/api.h:242: warning: function declaration isn't a prototype ./include/parrot/api.h:243: error: parse error before '&' token ./include/parrot/api.h:243: warning: function declaration isn't a prototype
nwellnhof++ suggested on #parrot that we needed to run tools/dev/headerizer.pl. This did the trick; we're now building and passing make test on Darwin in the embed_api2 branch: http://smolder.parrot.org/app/projects/report_details/1535
There are still warnings which need to be cleared up, so we're not out of the woods yet.
Andy D, what results do you now get on Solaris? Thank you very much. kid51 _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
