Jump to content
TrinityCore

nvthielen

Plebs
  • Posts

    1
  • Joined

  • Last visited

Everything posted by nvthielen

  1. i have don all the steps told in de Wiki Trinity install page but when running the cmake ../ -DPREFIX=/home/`echo $USER`/server -DTOOLS=1 command the bachs stopt running and making the install. i need to set the BOOST_ROOT need help on that one. root@debian:~/TrinityCore-6.x/build# cmake ../ -DPREFIX=/home/`echo $USER`/server -DTOOLS=1 -- Detected 32-bit platform -- UNIX: Using jemalloc -- UNIX: Using default configuration directory -- UNIX: Using default library directory -- UNIX: Configuring uninstall target -- UNIX: Created uninstall target -- UNIX: Detected compiler: /usr/bin/gcc -- GCC: Enabled c++11 support -- GCC: Enabled C99 support -- GCC: SFMT enabled, SSE2 flags forced -- Found OpenSSL library: /usr/lib/i386-linux-gnu/libssl.so;/usr/lib/i386-linux-gnu/libcrypto.so -- Found OpenSSL headers: /usr/include -- Found ZMQ library: /usr/lib/i386-linux-gnu/libzmq.so -- Found ZMQ headers: /usr/include CMake Error at cmake/macros/FindBoost.cmake:1115 (message): Unable to find the requested Boost libraries. Unable to find the Boost header files. Please set BOOST_ROOT to the root directory containing Boost or BOOST_INCLUDEDIR to the directory containing Boost's headers. Call Stack (most recent call first): cmake/macros/ConfigureBoost.cmake:28 (find_package) CMakeLists.txt:61 (include) -- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM -- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Failed -- Using mysql-config: /usr/bin/mysql_config -- Found MySQL library: /usr/lib/i386-linux-gnu/libmysqlclient_r.so -- Found MySQL headers: /usr/include/mysql -- Found Readline library: /usr/lib/i386-linux-gnu/libreadline.so -- Include dir is: /usr/include -- Found git binary : /usr/bin/git -- Could not find a proper repository signature (hash) - you may need to pull tags with git fetch -t Continuing anyway - note that the versionstring will be set to "unknown 1970-01-01 00:00:00 (Archived)" * TrinityCore revision : unknown 1970-01-01 00:00:00 +0000 (Archived branch) * TrinityCore buildtype : Release * Install core to : /home/root/server * Install libraries to : /home/root/server/lib * Install configs to : /home/root/server/etc * Build world/auth : Yes (default) * Build with scripts : Yes (default) * Build map/vmap tools : Yes * Build core w/PCH : Yes (default) * Build scripts w/PCH : Yes (default) * Show compile-warnings : No (default) * Use coreside debug : No (default) * Use GIT revision hash : Yes -- SCRIPT PREPARATIONS -> Prepared: Spells -> Prepared: Commands -> Prepared: Custom -> Prepared: World -> Prepared: Outdoor PVP Zones -> Prepared: Eastern Kingdoms -> Prepared: Kalimdor -> Prepared: Outland -> Prepared: Northrend -> Prepared: The Maelstrom -> Prepared: Events -> Prepared: Pet -- SCRIPT PREPARATION COMPLETE -- Configuring incomplete, errors occurred! i found the solution run sudo apt-get install libboost-filesystem-dev
×
×
  • Create New...