[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: LUA porting question
- From: "Max van Rooij \(van Rooij Electronics Design & Software Engineering\)" <mvrooij@...>
- Date: Wed, 8 Oct 2008 13:40:05 +0200
Dear,
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?
Max