• 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 on CodeBlocks

gugu15

Well-Known Member
Joined
Dec 15, 2014
Messages
99
Reaction score
63
I want compile the otclient on codeblocks with OPENGLES = 2.0 but this erros be return
what can i do?
fmpd1w.png
 
I downloaded the Mingw again and now I have these 3 mistakes :
Code:
CMakeFiles\otclient.dir\build.make|4005|recipe for target 'otclient.exe' failed|
CMakeFiles\Makefile2|66|recipe for target 'CMakeFiles/otclient.dir/all' failed|
C:\otclient\Makefile|126|recipe for target 'all' failed|
line 4005 of build.make:
Code:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=C:\otclient\CMakeFiles --progress-num=$(CMAKE_PROGRESS_147) "Linking CXX executable otclient.exe"
line 66 of makefile2:
Code:
$(MAKE) -f CMakeFiles\otclient.dir\build.make CMakeFiles/otclient.dir/depend
line 126 of makefile:
Code:
all: cmake_check_build_system
   $(CMAKE_COMMAND) -E cmake_progress_start C:\otclient\CMakeFiles C:\otclient\CMakeFiles\progress.marks
   $(MAKE) -f CMakeFiles\Makefile2 all
   $(CMAKE_COMMAND) -E cmake_progress_start C:\otclient\CMakeFiles 0
.PHONY : all
Please , can someone help me :(
 
I downloaded the Mingw again and now I have these 3 mistakes :
Code:
CMakeFiles\otclient.dir\build.make|4005|recipe for target 'otclient.exe' failed|
CMakeFiles\Makefile2|66|recipe for target 'CMakeFiles/otclient.dir/all' failed|
C:\otclient\Makefile|126|recipe for target 'all' failed|
line 4005 of build.make:
Code:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=C:\otclient\CMakeFiles --progress-num=$(CMAKE_PROGRESS_147) "Linking CXX executable otclienou troubledddt.exe"
line 66 of makefile2:
Code:
$(MAKE) -f CMakeFiles\otclient.dir\build.make CMakeFiles/otclient.dir/depend
line 126 of makefile:
Code:
all: cmake_check_build_system
   $(CMAKE_COMMAND) -E cmake_progress_start C:\otclient\CMakeFiles C:\otclient\CMakeFiles\progress.marks
   $(MAKE) -f CMakeFiles\Makefile2 all
   $(CMAKE_COMMAND) -E cmake_progress_start C:\otclient\CMakeFiles 0
.PHONY : all
Please , can someone help me :(


did you solve your troubles? im having problem at the end of the compilation 17 errors
could you help me please'?
EPiTj3e.png
 
Back
Top