lua-users home
lua-l archive

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


At 10:23 29/11/2005, Luiz Henrique de Figueiredo wrote:
>    When building the Lua 5.1 beta in AIX using C for AIX, the
> compiler complains about the definition of NUM_OPCODES in "lopcodes.h".

What is exact error message from the compiler?

cc -c -DLUA_USE_POSIX -o ../obj/AIX43cc/lopcodes.o lopcodes.c
"lopcodes.h", line 252.38: 1506-045 (S) Undeclared identifier OP_VARARG.
"lopcodes.h", line 261.42: 1506-045 (S) Undeclared identifier OP_VARARG.
"lopcodes.c", line 16.32: 1506-045 (S) Undeclared identifier OP_VARARG.
"lopcodes.c", line 61.28: 1506-045 (S) Undeclared identifier OP_VARARG.


scuri