[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: lua-4.1-work4 on Darwin/MacOSX 10.1.2
- From: "nikdo79" <dominik-wagner@...>
- Date: Fri, 08 Mar 2002 13:31:15 -0000
hi there,
i have trouble compiling the above named version on MacOSX 10.1.2,
i'm getting these of make:
cd src; make all
cc -O2 -ansi -pedantic -Wall -I../include -c -o llex.o llex.c
lstate.h:139: illegal member declaration, missing name, found `0x00000800L'
llex.c:84: illegal member reference, found `0x00000800L'
llex.c:85: illegal expression, found `else'
llex.c:149: illegal member reference, found `0x00000800L'
llex.c:149: illegal expression, found `)'
llex.c:151: illegal member reference, found `0x00000800L'
llex.c:151: illegal expression, found `)'
llex.c:152: illegal member reference, found `0x00000800L'
and so on. Can anybody help? Or is this a issue that roots in the "work"-version-ness of 4.1?
Lua4.0 compiles fine, without problems.
Thanks,
Dominik