[Openmcl-devel] SW 10.6 - Error: Error(s) during kernel compilation
Janusz Podrazik
info at mracpublishing.com
Sat Sep 12 12:45:10 PDT 2009
Thanks, naturally.
JP
On 12 Sep 2009, at 15:52, Gary Byers wrote:
> The C compiler's being told to look in
>
> /Developer/SDKs/MacOSX10.4u.sdk
>
> for header files, and can't find several header files that it's
> looking for.
>
> 10.4 support is optional in the version of XCode that comes with
> Snow Leopard;
> you need to enable the option that provides it when installing XCode.
>
> (It works to enable it when reinstalling that version of XCode, too.)
>
> On Sat, 12 Sep 2009, Janusz Podrazik wrote:
>
>> I getting error when i try to rebuild the CCL
>> (ccl:rebuild-ccl :full t)
>> Welcome to Clozure Common Lisp Version 1.4-dev-r12679M-trunk
>> (DarwinX8664)!
>> ? (ccl:rebuild-ccl :full t)
>> Rebuilding Clozure Common Lisp using Version 1.4-dev-r12679M-trunk
>> (DarwinX8664)
>> ;Building lisp-kernel ...
>> > Error: Error(s) during kernel compilation.
>> > gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-
>> spjump64.s |
>> as -arch x86_64 -g -o x86-spjump64.o
>> > gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-
>> spentry64.s |
>> as -arch x86_64 -g -o x86-spentry64.o
>> > gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-
>> subprims64.s |
>> as -arch x86_64 -g -o x86-subprims64.o
>> > gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../imports.s
>> | as
>> -arch x86_64 -g -o imports.o
>> > gcc-4.0 -c ../pmcl-kernel.c -arch x86_64 -m64 -DDARWIN -DX86
>> -DX8664 -DTCR_IN_GPR -g -O2 -mdynamic-no-pic -mmacosx-version-
>> min=10.4
>> -isysroot /Developer/SDKs/MacOSX10.4u.sdk -o pmcl-kernel.o
>> > gcc-4.0 -c ../gc-common.c -arch x86_64 -m64 -DDARWIN -DX86
>> -DX8664
>> -DTCR_IN_GPR -g -O2 -mdynamic-no-pic -mmacosx-version-min=10.4 -
>> isysroot
>> /Developer/SDKs/MacOSX10.4u.sdk -o gc-common.o
>> > gcc-4.0 -c ../x86-gc.c -arch x86_64 -m64 -DDARWIN -DX86 -
>> DX8664
>> -DTCR_IN_GPR -g -O2 -mdynamic-no-pic -mmacosx-version-min=10.4 -
>> isysroot
>> /Developer/SDKs/MacOSX10.4u.sdk -o x86-gc.o
>> > In file included from ../lisp.h:22,
>> > from ../gc-common.c:17:
>> > ../lisptypes.h:20:23: error: no include path in which to
>> search for
>> sys/types.h
>> > ../lisptypes.h:44:20: error: no include path in which to
>> search for
>> stdint.h
>> > In file included from ../lisp.h:22,
>> > from ../gc-common.c:17:
>> > ../lisptypes.h:57: error: syntax error before ‘s64_t’
>> > ../lisptypes.h:57: warning: data definition has no type or
>> storage
>> class
>> etc...
>> Is the a version which works with OSX 10.6?
>> Thanks, JP
>>
More information about the Openmcl-devel
mailing list