• 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!

Ubuntu 18.04 compile error.

Adorius Black

Advanced OT User
Joined
Mar 31, 2020
Messages
301
Solutions
3
Reaction score
180
Hi today I rent root server but there is only ubuntu 18.04. Problem is that when i install libraries etc then i use last command "cmake .." and then error appear.

-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identification is GNU 7.5.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Crypto++: /usr/include
CMake Error at CMakeLists.txt:33 (find_package):
Could not find a configuration file for package "fmt" that is compatible
with requested version "6.1.2".

The following configuration files were considered but not accepted:

/usr/lib/cmake/fmt/fmt-config.cmake, version: 4.0.0



-- Configuring incomplete, errors occurred!
See also "/home/blackfun/forgottenserver/build/CMakeFiles/CMakeOutput.log".
 
Latest tfs requires newer cmake that you won't find in Ubuntu 18.04. There's no good reason to use it, Ubuntu 20.04 is available and is newer and Ubuntu 22.04 is also available now and is even newer. Ubuntu 18.04 is ancient history now and has less than 1 year left of support.

See: forgottenserver/CMakeLists.txt at master · otland/forgottenserver (https://github.com/otland/forgottenserver/blob/master/CMakeLists.txt#L33)

Just don't use Ubuntu 18.04.
i use ubuntu 20.04 and im having same problem
 
Back
Top