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

Small problem with compilation tfs 1.2

Panorix

New Member
Joined
Aug 4, 2008
Messages
2
Reaction score
0
Hi guys,
I have got small ptoblem with compilation on ubuntu 8 and ubuntu 18.4
First one is on my laptop the second one on vps on both of them same problem. I did everything with tutorial from git hub and decive this error

kuba@kuba-HP-Pavilion-Laptop-15-cw0xxx:~/ot/build$ cmake ..
-- 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
-- cotire 1.6.9 loaded.
-- Performing Test COMPILER_KNOWS_CXX11
-- Performing Test COMPILER_KNOWS_CXX11 - Success
-- Performing Test COMPILER_KNOWS_STDLIB
-- Performing Test COMPILER_KNOWS_STDLIB - Failed
-- Found GMP: /usr/include/x86_64-linux-gnu
CMake Error at CMakeLists.txt:27 (find_package):
By not providing "FindPugiXML.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "PugiXML", but
CMake did not find one.

Could not find a package configuration file provided by "PugiXML" with any
of the following names:

PugiXMLConfig.cmake
pugixml-config.cmake

Add the installation prefix of "PugiXML" to CMAKE_PREFIX_PATH or set
"PugiXML_DIR" to a directory containing one of the above files. If
"PugiXML" provides a separate development package or SDK, be sure it has
been installed.


-- Configuring incomplete, errors occurred!
See also "/home/kuba/ot/build/CMakeFiles/CMakeOutput.log".
See also "/home/kuba/ot/build/CMakeFiles/CMakeError.log".

I Would like to say that i did the compilation one week ago without any issues
Please help!
 
Ur missing pugixml library clearly u skipped. A part or didnt do sudo apt update
 
Ur missing pugixml library clearly u skipped. A part or didnt do sudo apt update
what command exactly should I use? I updated and installed everything necessary and I still have this error when compiling

-- Could NOT find cryptopp (missing: cryptopp_DIR)
-- Could NOT find unofficial-libmariadb (missing: unofficial-libmariadb_DIR)
-- MySQL Include dir: /usr/include/mysql library dir: /usr/lib/x86_64-linux-gnu
-- MySQL client libraries: /usr/lib/x86_64-linux-gnu/libmysqlclient.so;-ldl
CMake Error at CMakeLists.txt:53 (find_package):
Could not find a package configuration file provided by "PugiXML" with any
of the following names:

PugiXMLConfig.cmake
pugixml-config.cmake

Add the installation prefix of "PugiXML" to CMAKE_PREFIX_PATH or set
"PugiXML_DIR" to a directory containing one of the above files. If
"PugiXML" provides a separate development package or SDK, be sure it has
been installed.


-- Configuring incomplete, errors occurred!
See also "/home/ots/build/CMakeFiles/CMakeOutput.log".
See also "/home/ots/build/CMakeFiles/CMakeError.log"
 
- Could NOT find cryptopp (missing: cryptopp_DIR)
-- Could NOT find unofficial-libmariadb (missing: unofficial-libmariadb_DIR)
PugiXMLConfig.cmake
pugixml-config.cmake

do you not see which you didnt install? go back to wiki.-
 
Back
Top