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

I can not compile otc release version

lekods

New Member
Joined
Jun 12, 2011
Messages
18
Reaction score
1
I am trying to compile OTClient (0.6.6) but am experiencing some issues regarding the tutorial provided by OTC Github.

I can compile normally without the release, but the client is not executed and its size is around 92MB.

When I try to compile with release I get the following error in the Codeblocks console:
Code:
||=== Build: otclient in otclient (compiler: GNU GCC Compiler) ===|
C:\OTClientv5\src\client\creature.cpp||In member function 'Light Map::getLight()':|
C:\OTClientv5\src\client\creature.cpp|904|internal compiler error: in tree_low_cst, at tree.c:6415|
||=== Build failed: 1 error(s), 0 warning(s) (15 minute(s), 36 second(s)) ===|

* There have been no changes to the sources, they are clean from Github.

I am using the following settings in CMake (3.7.1):

C5umSCK.png%22


** I was able to compile successfully for MSVS, but I need to compile a version with DX9.
 
Back
Top