• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Error with Linux compiling!

Exedion

Active Member
Joined
Jun 11, 2007
Messages
628
Reaction score
30
SOLVED!!

all is right but when i do:
Code:
cmake ..
this happend
Code:
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Link to static libraries: ON
-- Build type: RelWithDebInfo
-- Build commit: devel
-- Build revision: 0
-- Boost version: 1.50.0
-- Found the following Boost libraries:
--   system
--   thread
--   chrono
-- Found Lua: /usr/lib/x86_64-linux-gnu/liblua5.1.a  
-- LuaJIT: OFF
-- Could NOT find PHYSFS (missing:  PHYSFS_LIBRARY PHYSFS_INCLUDE_DIR) 
-- Found OPENSSL: /usr/lib/x86_64-linux-gnu/libssl.a;/usr/lib/x86_64-linux-gnu/libcrypto.a  
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.a  
-- Debug information: ON
-- Crash handler: ON
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so  
-- Found GLEW: /usr/lib/x86_64-linux-gnu/libGLEW.so  
-- OpenGL ES: OFF
-- Found OPENAL: /usr/lib/x86_64-linux-gnu/libopenal.so  
-- Found VORBISFILE: /usr/lib/x86_64-linux-gnu/libvorbisfile.a  
-- Found VORBIS: /usr/lib/x86_64-linux-gnu/libvorbis.a  
-- Found OGG: /usr/lib/x86_64-linux-gnu/libogg.a  
-- Bot protection: ON
-- Use precompiled header: OFF
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
PHYSFS_INCLUDE_DIR (ADVANCED)
   used as include directory in directory /home/exedion/otclient
   used as include directory in directory /home/exedion/otclient
PHYSFS_LIBRARY (ADVANCED)
    linked by target "otclient" in directory /home/exedion/otclient

-- Configuring incomplete, errors occurred!
Exedion-ThinkPad-SL400 build # make
make: *** No targets specified and no makefile found.  Stop.
Exedion-ThinkPad-SL400 build # cmake ..
-- Link to static libraries: ON
-- Build type: RelWithDebInfo
-- Build commit: devel
-- Build revision: 0
-- Boost version: 1.50.0
-- Found the following Boost libraries:
--   system
--   thread
--   chrono
-- LuaJIT: OFF
-- Could NOT find PHYSFS (missing:  PHYSFS_LIBRARY PHYSFS_INCLUDE_DIR) 
-- Debug information: ON
-- Crash handler: ON
-- OpenGL ES: OFF
-- Bot protection: ON
-- Use precompiled header: OFF
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
PHYSFS_INCLUDE_DIR (ADVANCED)
   used as include directory in directory /home/exedion/otclient
   used as include directory in directory /home/exedion/otclient
PHYSFS_LIBRARY (ADVANCED)
    linked by target "otclient" in directory /home/exedion/otclient

-- Configuring incomplete, errors occurred!
 
Last edited:
Same erro on Visual studio 64 bits. when start the server:
TFS.exe Entry Point not found.

the procedure entry point luaJIT_setmode could not be located in the dynamic link library.dll


SOLVED!!

all is right but when i do:
Code:
cmake ..
this happend
Code:
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Link to static libraries: ON
-- Build type: RelWithDebInfo
-- Build commit: devel
-- Build revision: 0
-- Boost version: 1.50.0
-- Found the following Boost libraries:
--   system
--   thread
--   chrono
-- Found Lua: /usr/lib/x86_64-linux-gnu/liblua5.1.a  
-- LuaJIT: OFF
-- Could NOT find PHYSFS (missing:  PHYSFS_LIBRARY PHYSFS_INCLUDE_DIR) 
-- Found OPENSSL: /usr/lib/x86_64-linux-gnu/libssl.a;/usr/lib/x86_64-linux-gnu/libcrypto.a  
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.a  
-- Debug information: ON
-- Crash handler: ON
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so  
-- Found GLEW: /usr/lib/x86_64-linux-gnu/libGLEW.so  
-- OpenGL ES: OFF
-- Found OPENAL: /usr/lib/x86_64-linux-gnu/libopenal.so  
-- Found VORBISFILE: /usr/lib/x86_64-linux-gnu/libvorbisfile.a  
-- Found VORBIS: /usr/lib/x86_64-linux-gnu/libvorbis.a  
-- Found OGG: /usr/lib/x86_64-linux-gnu/libogg.a  
-- Bot protection: ON
-- Use precompiled header: OFF
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
PHYSFS_INCLUDE_DIR (ADVANCED)
   used as include directory in directory /home/exedion/otclient
   used as include directory in directory /home/exedion/otclient
PHYSFS_LIBRARY (ADVANCED)
    linked by target "otclient" in directory /home/exedion/otclient

-- Configuring incomplete, errors occurred!
Exedion-ThinkPad-SL400 build # make
make: *** No targets specified and no makefile found.  Stop.
Exedion-ThinkPad-SL400 build # cmake ..
-- Link to static libraries: ON
-- Build type: RelWithDebInfo
-- Build commit: devel
-- Build revision: 0
-- Boost version: 1.50.0
-- Found the following Boost libraries:
--   system
--   thread
--   chrono
-- LuaJIT: OFF
-- Could NOT find PHYSFS (missing:  PHYSFS_LIBRARY PHYSFS_INCLUDE_DIR) 
-- Debug information: ON
-- Crash handler: ON
-- OpenGL ES: OFF
-- Bot protection: ON
-- Use precompiled header: OFF
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
PHYSFS_INCLUDE_DIR (ADVANCED)
   used as include directory in directory /home/exedion/otclient
   used as include directory in directory /home/exedion/otclient
PHYSFS_LIBRARY (ADVANCED)
    linked by target "otclient" in directory /home/exedion/otclient

-- Configuring incomplete, errors occurred!
 
Back
Top