[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LUA porting question
- From: "Jerome Vuarand" <jerome.vuarand@...>
- Date: Wed, 8 Oct 2008 14:43:05 +0200
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.