• 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 Can't compile on tfs 10.94

Axelor

Member
Joined
Sep 2, 2010
Messages
505
Reaction score
9
Im getting an weird error when compiling. I followed: https://github.com/NicolasLoew/vps/blob/master/TutorialTFS

Compiling on debian 8

PHP:
make
[  1%] Generating CXX prefix source cotire/tfs_CXX_prefix.cxx
[  2%] Generating CXX prefix header cotire/tfs_CXX_prefix.hxx
[  3%] Building CXX precompiled header cotire/tfs_CXX_prefix.hxx.gch
Scanning dependencies of target tfs
[  5%] Building CXX object CMakeFiles/tfs.dir/src/otpch.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.9/README.Bugs> for instructions.
CMakeFiles/tfs.dir/build.make:71: recipe for target 'CMakeFiles/tfs.dir/src/otpch.cpp.o' failed
make[2]: *** [CMakeFiles/tfs.dir/src/otpch.cpp.o] Error 4
CMakeFiles/Makefile2:122: recipe for target 'CMakeFiles/tfs.dir/all' failed
make[1]: *** [CMakeFiles/tfs.dir/all] Error 2
Makefile:76: recipe for target 'all' failed
make: *** [all] Error 2
 
Back
Top