albertz / openlierox

OpenLieroX - Liero clone / Worms realtime / 2D shooter
http://openlierox.net
Other
265 stars 60 forks source link

Compilation Error #789

Open Bob13575310910 opened 9 years ago

Bob13575310910 commented 9 years ago

I followed the words of compilation.(Visual C++ 2010) http://www.openlierox.net/wiki/index.php/Compiling_OpenLieroX_on_Windows And I got two messages: (OLX directory)\build\msvc2010\Release\Lua.lib can not be identified or not support

error1083 '....\src\cfg\client.cpp' : No such file or directory

karelp commented 9 years ago

Hi, I'm working on a more streamlined build available here: https://github.com/karelp/openlierox-win-build

It should be as easy as downloading the repo and hitting F7 in Visual Studio. Can you give it a try?

Bob13575310910 commented 9 years ago

Thanks, I followed the words in README ,and I got these. 1>c1 : fatal error C1083:Cannot open source file: '....\openlierox\libs\lua\ltable.c': No such file or directory 1> lvm.c 1>c1 : fatal error C1083:Cannot open source file: '....\openlierox\libs\lua\lundump.c': No such file or directory 1>c1 : fatal error C1083:Cannot open source file: '....\openlierox\libs\lua\lvm.c': No such file or directory 1>c1 : fatal error C1083:Cannot open source file: '....\openlierox\libs\lua\ltablib.c': No such file or directory 1> lzio.c 1> print.c 1>c1 : fatal error C1083:Cannot open source file: '....\openlierox\libs\lua\ltm.c': No such file or directory 1>c1 : fatal error C1083:Cannot open source file: '....\openlierox\libs\lua\lzio.c': No such file or directory 1>c1 : fatal error C1083:Cannot open source file: '....\openlierox\libs\lua\print.c': No such file or directory

5> client.cpp 5>c1xx : fatal error C1083:Cannot open source file: '..\openlierox\src\cfg\client.cpp': No such file or directory

build: 1 success 4 failed 19 updated 0 ignored Have no client.cpp.The result is the same.

karelp commented 9 years ago

Sorry for the delay, I'm working on a fix. It might take a week or so though, I'm somewhat time constrained right now.