• 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 Error Compile -

login12

void newbie scripter()
Joined
Feb 26, 2011
Messages
164
Reaction score
24
Location
Brazil
I'm trying to compile the new version of TFS, but I'm getting an error every time and I can not solve it, someone help me?

The error is:
Code:
[  1%] Building CXX object CMakeFiles/tfs.dir/src/actions.cpp.o
c++: internal compiler error: Segmentation fault (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
make[2]: *** [CMakeFiles/tfs.dir/src/actions.cpp.o] Error 4
make[1]: *** [CMakeFiles/tfs.dir/all] Error 2
make: *** [all] Error 2
root@ns502827:/home/ots/forgottenserver-master/build#

My OS is: Ubuntu 12.04
Someone?

-- The CXX compiler identification is unknown
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- cotire 1.6.9 loaded.
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
CMake Error at cmake/FindCXX11.cmake:24 (message):
Your C++ compiler does not support C++11.
Call Stack (most recent call first):
CMakeLists.txt:23 (include)


-- Configuring incomplete, errors occurred!
 
Last edited by a moderator:
the problem is the distrito, dont use 12.04 instead try whit ubuntu 16 o 18 both in the .04, i had the same problem after years of not hostin ots
 
Back
Top