Problem z kompilacją

Witam,
Temat drazliwy, bo robilem kilka reinstalacji systemow, kpmbinowalem i odpadam.
Tydzien temu kompilowalem silnik do znanej i kultowej gry😂 dodam ze na serwerze vps na ktorym jest wgrane ubuntu 18.4, wszystko wedlug poradnika z githuba i nie bylo zadnego problemu. 2 dni temu chcialem ponownie go skompilowac na vpsie i zaczely sie schody. Zeby nie reinstalowac systemu na serwerze, bo chodzi tam silnik z gry. Zainstalowalem ubuntu o na swoim laptopie celowo inna wersje i problem mam dalej ten sam a mianowicie:

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”.

Link do poradnika 0owyzej.jest ktos kto wytlumaczy mi gdzie lezy problem? Bo pugixml jest zainstalowane, a tak faktycznke plik o ktory pyta nie istnieje na obu dyskach??

Ten PugiXML to z repozytoriów instalowałeś? Jak masz Ubuntu, to żeby dało się kompilować, trzeba doinstalować jeszcze pakiet z końcówką *dev. Aaaaa i pokaż jeszcze co masz w tych plikach, co są podane na końcu komunikatu. Tam powinny być szczegółowe informacje o błędach.

Witam,
Dzięki za odpowiedź, poniżej zamieszczam oba logi z błędów:
Cmakeoutput: https://megawrzuta.pl/schowek/HuVvF
CmakeError: https://megawrzuta.pl/schowek/HKQWr

Jeśli chodzi o PugiXML był pobierany z oryginalnych repozytoriów i był pobierany z końcówką dev.
Pełna lista biblioteczek zainstalowanych przeze mnie do kompilacji:

"sudo apt-get install git cmake build-essential liblua5.2-dev libgmp3-dev libmysqlclient-dev libboost-system-dev libboost-iostreams-dev libboost-filesystem-dev libpugixml-dev libcrypto++-dev"

Pozdrawiam