• 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 what this error in dev-cpp 5.4.2?

Tegardee

The Boss
Joined
Jun 18, 2014
Messages
106
Reaction score
0
Location
Brazil
I wonder why this error in the dev-cpp 5.4.2 with TFS 0.4 rev 3884

Code:
c:\programs and files\dev-cpp\mingw32\lib\gcc\mingw32\4.7.2\libstdc++.a(stdexcept.o)   (.text$_ZNSt12out_of_rangeD2Ev+0x0): multiple definition of `std::out_of_range::~out_of_range()'
C:\programs and files\Dev-Cpp\MinGW32\lib\libboost_thread.a(thread.o)   thread.cpp:(.text$_ZNSt12out_of_rangeD1Ev[__ZNSt12out_of_rangeD1Ev]+0x0): first defined here
c:\programs and files\dev-cpp\mingw32\lib\gcc\mingw32\4.7.2\libstdc++.a(stdexcept.o)   (.text$_ZNSt16invalid_argumentD2Ev+0x0): multiple definition of `std::invalid_argument::~invalid_argument()'
C:\programs and files\Dev-Cpp\MinGW32\lib\libboost_regex.a(instances.o)   instances.cpp:(.text$_ZNSt16invalid_argumentD1Ev[__ZNSt16invalid_argumentD1Ev]+0x0): first defined here
c:\programs and files\dev-cpp\mingw32\lib\gcc\mingw32\4.7.2\libstdc++.a(stdexcept.o)   (.text$_ZNSt16invalid_argumentD0Ev+0x0): multiple definition of `std::invalid_argument::~invalid_argument()'
C:\programs and files\Dev-Cpp\MinGW32\lib\libboost_regex.a(instances.o)   instances.cpp:(.text$_ZNSt16invalid_argumentD0Ev[__ZNSt16invalid_argumentD0Ev]+0x0): first defined here
c:\programs and files\dev-cpp\mingw32\lib\gcc\mingw32\4.7.2\libstdc++.a(stdexcept.o)   (.text$_ZNSt12out_of_rangeD0Ev+0x0): multiple definition of `std::out_of_range::~out_of_range()'
C:\programs and files\Dev-Cpp\MinGW32\lib\libboost_thread.a(thread.o)   thread.cpp:(.text$_ZNSt12out_of_rangeD0Ev[__ZNSt12out_of_rangeD0Ev]+0x0): first defined here
C:\programs and files\Dev-Cpp\MinGW32\lib\libmingw32.a(tlssup.o)   tlssup.c:(.tls+0x0): multiple definition of `_tls_used'
C:\programs and files\Dev-Cpp\MinGW32\lib\libboost_thread.a(tss_pe.o)   tss_pe.cpp:(.rdata$T+0x0): first defined here
c:\programs and files\dev-cpp\mingw32\mingw32\bin\ld.exe   C:/Arquivos de programas/Dev-Cpp/MinGW32/lib/libboost_regex.a(instances.o): bad reloc address 0x4 in section `.text$_ZN5boost9re_detail19get_escape_R_stringIcEEPKT_v[__ZN5boost9re_detail19get_escape_R_stringIcEEPKT_v]'
C:\Documents and Settings\Renan\Desktop\trunk.r3884\dev-cpp\collect2.exe   [Error] ld returned 1 exit status
27     C:\Documents and Settings\Renan\Desktop\trunk.r3884\dev-cpp\Makefile.win   recipe for target 'TheForgottenServer.exe' failed
 
stian dev-cpp compiles totally normal, however I decided to try to compile with a current version, and this error happens when you try to give the linker exe
 
Back
Top