lua-users home
lua-l archive

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


2008/10/8 Max van Rooij (van Rooij Electronics Design & Software
Engineering) <mvrooij@vanrooij-edse.nl>:
> I'm porting Lua 5.1 to an embedded camera envirnoment.
>
> During compilation, I'm plaged with error messages like "symbol
> 'io_write' redeclared with incompatible type" in file x line x and file
> x line x
>
> So, the files & line numbers are identical!?!?!
>
> Second,
>
> Same problems with lua.h and lstate.c same functions, but somehow
> different?
>
> I just can't find the problems. Checked include paths, deafult settings
> and so on. What am I missing here?

You forgot to tell us what command you ran to compile Lua, and to
paste the full error log.