Jump to content
TrinityCore

Tacx

Plebs
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Tacx

  1. 7 hours ago, ottconnect said:

    my suggestion would be to re-install boost

     

     
    apt-get install libboost-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-iostreams-dev
     

    The problem is that the latest version that ubuntu 16.04 offers is 1.58 and i tried to manually install 1.60 but it does not work... But the results now are different...

    If anyone can help with compiling on ubuntu server please contact me :)

    	-- Detected 64-bit platform
    -- UNIX: Using default configuration directory
    -- UNIX: Using default library directory
    -- UNIX: Configuring uninstall target
    -- UNIX: Created uninstall target
    -- UNIX: Detected compiler: /usr/bin/cc
    -- Using mysql-config: /usr/bin/mysql_config
    -- Found MySQL library: /usr/lib/x86_64-linux-gnu/libmysqlclient.so
    -- Found MySQL headers: /usr/include/mysql
    -- Found MySQL executable: /usr/bin/mysql
    -- Found git binary : /usr/bin/git
    	* TrinityCore revision   : 62b166ebb794 2016-09-30 01:00:52 +0200 (3.3.5 branch)
    * TrinityCore buildtype  : Release
    	* Install core to        : /opt/server
    * Install libraries to   : /opt/server/lib
    * Install configs to     : /opt/server/etc
    	* Build world/auth       : Yes (default)
    * Build with scripts     : Yes (static)
    * Build map/vmap tools   : No  (default)
    * Build core w/PCH       : Yes (default)
    * Build scripts w/PCH    : Yes (default)
    * Show all warnings      : Yes
    * Use coreside debug     : No  (default)
    * Show source tree       : Yes (hierarchical)
    * Use GIT revision hash  : Yes (default)
    	-- Boost version: 1.58.0
    -- Found the following Boost libraries:
    --   system
    --   filesystem
    --   thread
    --   program_options
    --   iostreams
    CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
      Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found version "1.2.8")
    Call Stack (most recent call first):
      /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
      /usr/share/cmake-3.5/Modules/FindZLIB.cmake:124 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
      dep/zlib/CMakeLists.txt:13 (find_package)
    	
    -- Configuring incomplete, errors occurred!
    

  2. Hey,

    I'm new since boost and i cant get it work on Ubuntu 16.04 even though i have boost installed.

    	CMake Error at cmake/macros/FindBoost.cmake:1185 (message):
      Unable to find the requested Boost libraries.
    	  Boost version: 1.58.0
    	  Boost include path: /usr/include
    	  Could not find the following Boost libraries:
    	          boost_system
              boost_filesystem
              boost_thread
              boost_program_options
              boost_iostreams
    	  No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
      directory containing Boost libraries or BOOST_ROOT to the location of
      Boost.  If you still have problems search on forum for TCE00020.
    Call Stack (most recent call first):
      dep/boost/CMakeLists.txt:29 (find_package)
    	
    CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
      Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found version "1.2.8")
    Call Stack (most recent call first):
      /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
      /usr/share/cmake-3.5/Modules/FindZLIB.cmake:124 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
      dep/zlib/CMakeLists.txt:13 (find_package)
    	
    -- Configuring incomplete, errors occurred!
     
    	

×
×
  • Create New...