Greetings! root <[EMAIL PROTECTED]> writes:
> actually either one gets past that error. > > now it fails with > > /usr/include/unistd.h:531: error: conflicting types for 'my_sbrk' > ../h/config.h:42: previous declaration of 'my_sbrk' was here > > line 531 reads: > > void *sbrk(int); > > it appears that line 42ish reads: > > #define sbrk my_sbrk > extern char *my_sbrk(int incr); > Yes, GCL currently pertains to the setup under a somwhat older macosx. We will #ifdef this on the os version shortly -- for now you can just replace the char in the last of the above with void. Please let me know if problems persist. > t > > > -- Camm Maguire [EMAIL PROTECTED] ========================================================================== "The earth is but one country, and mankind its citizens." -- Baha'u'llah _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
