i backed off to the gcl-2.6.6 which is what gcl.darwinports.com claims to use

i figured out the file which is used to generate h/config.h 
and fixed the sbrk issue.

in h/powerpc-macosx.h

s/extern char *my_sbrk(int incr);/extern void *sbrk(int);/

now the build fails with

num_sfun.c: In function 'number_exp':
num_sfun.c:67 error: invalid storage class for function 'number_sin'

that line reads:

static object number_sin(object x)

object appears to mean (from h/object.h line 89):
  union lispunion *
which itself is a union of structs (in a twisty little maze, all alike).

still, nojoy..


_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to