Random Chitchat 2012-2016
I'm fighting with cmake to make precompiled headers work on Windows, as well as fix Lua compilation.
Thanks given by:
MCServer doesnt run on my vps Sad.
Does anyone know the latest working version?
Thanks given by:
Well, I've got the latest version working on an Amazon AWS instance. What vps are you using?
Thanks given by:
A vps from host1free, it runs debian 7. I have the same problem as tigerw.
Thanks given by:
What happens if you add the path to liblua to the shared library path?

I think the instructions here work: http://blog.andrewbeacock.com/2007/10/ho...inuxs.html

I haven't tested it myself.
Thanks given by:
Where is liblua though? Installing the lua package doesn't work. Has cmake assumed that the shared library is on every system and not linked it in, or something?
Thanks given by:
It might be that lua is a static library, and its looking for a dynamic one.

Try the following bash command to find it:
Code:
cd /usr
find . | grep "liblua"
Thanks given by:
No results Sad

How then, would one install this library?
Thanks given by:
Did you compile the executable yourself? Try compiling by executing this:
Code:
cmake -D STATIC_LUA:bool=1 .
make
Thanks given by:
It works if I compile it myself, just not with a clean Debian and a precompiled binary, which should be a problem.

Also, I can't get it to build release, even with cmake . -DCMAKE_BUILD_TYPE=RELEASE && make
Thanks given by:




Users browsing this thread: 9 Guest(s)