embed_api2 build issue: stdin, stdout, stderr
James E Keenan
jkeen at verizon.net
Tue Dec 7 01:39:01 UTC 2010
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
More information about the parrot-dev
mailing list