JeffBezanson/femtolisp

installing on mac osx

csta opened this issue · 1 comments

csta commented

renaming Makefile to Makefile.other and Makefile.macosx to Makefile, and then trying "make" results in

dirpath.c:122:34: error: FlatCarbon/Processes.h: No such file or directory
dirpath.c:123:30: error: FlatCarbon/Files.h: No such file or directory
dirpath.c: In function ‘get_exename’:
dirpath.c:126: error: ‘ProcessSerialNumber’ undeclared (first use in this function)
dirpath.c:126: error: (Each undeclared identifier is reported only once
dirpath.c:126: error: for each function it appears in.)
dirpath.c:126: error: expected ‘;’ before ‘PSN’
dirpath.c:127: error: ‘FSRef’ undeclared (first use in this function)
dirpath.c:127: error: expected ‘;’ before ‘ref’
dirpath.c:129: warning: implicit declaration of function ‘GetCurrentProcess’
dirpath.c:129: error: ‘PSN’ undeclared (first use in this function)
dirpath.c:130: warning: implicit declaration of function ‘GetProcessBundleLocation’
dirpath.c:130: error: ‘ref’ undeclared (first use in this function)
dirpath.c:131: warning: implicit declaration of function ‘FSRefMakePath’
make[1]: *** [dirpath.o] Error 1
make: *** [llt/libllt.a] Error 2

Also, without any renaming of make files and trying "make" results in,
....
....
....
flisp.c:2386: warning: cast to pointer from integer of different size
flisp.c: At top level:
flisp.c:2389: internal compiler error: Segmentation fault: 11
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://developer.apple.com/bugreporter for instructions.
make: *** [flisp.o] Error 1

some of the features seem cool, and I'd like to tryout flisp. Let me know if I can help report anything else.

csta commented

Sorry looks like a dup.