• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux Compiling TFS 1.0

xLosT

Member
Joined
Jan 11, 2010
Messages
1,021
Reaction score
13
Location
Brasil, Rio Grande do Sul
linux ubuntu 10.04 64 bits

PHP:
CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:894 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.40.0

  Boost include path: /usr/include

  Detected version of Boost is too old.  Requested version was 1.42 (or
  newer).
Call Stack (most recent call first):
  CMakeLists.txt:30 (find_package)

which lib should I upgrade?
 
"Detected version of Boost is too old. Requested version was 1.42 (or newer).", I think that says enough.
Ideally, you should update to Ubuntu 14.04, but if you want to stay with 10.04 you have to find a boost backport, and chances are your g++ version will be too old to compile TFS 1.0 too because we use a lot of C++11 features.
 
Back
Top