Jump to content
TrinityCore

katos

Plebs
  • Posts

    7
  • Joined

  • Last visited

Posts posted by katos

  1. You haven't installed boost correctly. Download it from http://sourceforge.net/projects/boost/files/boost-binaries/1.55.0-build2/boost_1_55_0-msvc-12.0-64.exe/download (64 bits) or http://sourceforge.net/projects/boost/files/boost-binaries/1.55.0-build2/boost_1_55_0-msvc-12.0-32.exe/download (32 bits).

     

    You should NOT change any CMAkeLists.txt. All you need to do is add an enviroment variable named BOOST_ROOT with the path to Boost.

    https://kb.wisc.edu/cae/page.php?id=24500

     

    Still having issues but I believe my issue is with the environment variable. Does the variable have to be user or system, and am I right in saying it should look something like this?:

    90557aa2c0.png

  2. Hi all,

    have just pulled a copy of Trinity core, applied the Boost library and have done all that, when I come to compile using Visual studio, I end up with the following error:
     

     
    Error 1 error C1083: Cannot open include file: 'boost/asio/io_service.hpp': No such file or directory D:core2srcserversharedLoggingLog.h 26 1 shared
    Error 2 error C1083: Cannot open include file: 'boost/asio/io_service.hpp': No such file or directory D:core2srcserversharedLoggingLog.h 26 1 collision
    Error 3 error C1083: Cannot open include file: 'boost/asio/io_service.hpp': No such file or directory D:core2srcserversharedLoggingLog.h 26 1 collision
    Error 4 error C1083: Cannot open include file: 'boost/asio/io_service.hpp': No such file or directory D:core2srcserversharedLoggingLog.h 26 1 collision
    Error 5 error C1083: Cannot open include file: 'boost/asio/io_service.hpp': No such file or directory D:core2srcserversharedLoggingLog.h 26 1 collision
    Error 6 error C1083: Cannot open include file: 'boost/asio/io_service.hpp': No such file or directory D:core2srcserversharedLoggingLog.h 26 1 collision
    Error 7 error C1083: Cannot open include file: 'boost/asio/io_service.hpp': No such file or directory D:core2srcserversharedLoggingLog.h 26 1 collision
    Error 8 error C1083: Cannot open include file: 'boost/asio/io_service.hpp': No such file or directory D:core2srcserversharedLoggingLog.h 26 1 game
    Error 9 error C1083: Cannot open include file: 'boost/asio/io_service.hpp': No such file or directory D:core2srcserversharedLoggingLog.h 26 1 scripts
    Error 10 error C1083: Cannot open include file: 'boost/property_tree/ptree.hpp': No such file or directory D:core2srcserversharedConfigurationConfig.h 25 1 authserver
    Error 11 error C1083: Cannot open include file: 'boost/asio/io_service.hpp': No such file or directory D:core2srcserversharedLoggingLog.h 26 1 worldserver

    Any ideas what the issue possibly issue? I tried to apply the file /boost/asio/io_service.hpp manually to ALL_BUILD but this didn't help.

    Regards.

×
×
  • Create New...