axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] Axiom on MACOSX... number_sin


From: root
Subject: [Axiom-developer] Axiom on MACOSX... number_sin
Date: Wed, 7 Dec 2005 23:43:37 -0500

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..




reply via email to

[Prev in Thread] Current Thread [Next in Thread]