• 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!

Compiling CMake don't create otclient.cbp file

Antharaz

New Member
Joined
Jan 28, 2010
Messages
27
Reaction score
0
I do step by step of tutorial to compile OTC with code blocks, when i click at "generate" the program (cmake) create a lot of files at folder that i specified, but the file "otclient.cbp" isn't created and any one file with ".cbp" is created. I didn't understand what happened :x

Can anyone help me pls?

Above is the Cmake log:

The C compiler identification is GNU 6.3.0

The CXX compiler identification is GNU 6.3.0

Check for working C compiler: C:/MinGW/bin/gcc.exe

Check for working C compiler: C:/MinGW/bin/gcc.exe -- works

Detecting C compiler ABI info

Detecting C compiler ABI info - done

Detecting C compile features

Detecting C compile features - done

Check for working CXX compiler: C:/MinGW/bin/g++.exe

Check for working CXX compiler: C:/MinGW/bin/g++.exe -- works

Detecting CXX compiler ABI info

Detecting CXX compiler ABI info - done

Detecting CXX compile features

Detecting CXX compile features - done

Performing Test COMPILER_KNOWS_CXX11

Performing Test COMPILER_KNOWS_CXX11 - Success

Performing Test COMPILER_KNOWS_STDLIB

Performing Test COMPILER_KNOWS_STDLIB - Failed

Link to static libraries: ON

Build type: RelWithDebInfo

Build commit: devel

Build revision: 0

Looking for pthread.h

Looking for pthread.h - not found

Found Threads: TRUE

Boost version: 1.50.0

Found the following Boost libraries:

system

thread

filesystem

chrono

date_time

Found Lua: C:/MinGW/lib/liblua51.a

LuaJIT: OFF

Found PHYSFS: C:/MinGW/lib/libphysfs.a

Found OPENSSL: C:/MinGW/lib/libssl.a;C:/MinGW/lib/libcrypto.a

Found ZLIB: C:/MinGW/lib/libz.a

Debug information: ON

Crash handler: ON

Found OpenGL: opengl32

Found GLEW: C:/MinGW/lib/libglew32.a

OpenGL ES: OFF

Windows console: OFF

Found OPENAL: C:/MinGW/lib/libOpenAL32.a

Found VORBISFILE: C:/MinGW/lib/libvorbisfile.a

Found VORBIS: C:/MinGW/lib/libvorbis.a

Found OGG: C:/MinGW/lib/libogg.a

Bot protection: ON

Use precompiled header: OFF

Configuring done
 
Solution
Hello Antharaz,

the log file shows us that there are indeed some files missing, I haven't compiled OTC on codeblocks but on VS15, for example your compiler hasn't found pthread.h and the compiler also doesn't know SDL (Simple DirectMedia Layer) < Probably the missing pthread.h file comes with that, I suggest you to take a quick look at this website: MinGW Starter Guide: MinGW + SDL or use VS15 for compiling OTC as I could do problemless with the master branch I think last month.

I'll be glading helping you out if you need assist with that. ;)

Kindest Regards,
Okke.
Hello Antharaz,

the log file shows us that there are indeed some files missing, I haven't compiled OTC on codeblocks but on VS15, for example your compiler hasn't found pthread.h and the compiler also doesn't know SDL (Simple DirectMedia Layer) < Probably the missing pthread.h file comes with that, I suggest you to take a quick look at this website: MinGW Starter Guide: MinGW + SDL or use VS15 for compiling OTC as I could do problemless with the master branch I think last month.

I'll be glading helping you out if you need assist with that. ;)

Kindest Regards,
Okke.
 
Solution

Similar threads

Back
Top