lua-users home
lua-l archive

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


If it is like most other IBM compilers it will allow you to show what the
intermediate macro expansions, which would be sort of helpful.

DB

On 11/29/05, Antonio Scuri <scuri@tecgraf.puc-rio.br> wrote:
> 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
>
>