Jump to content
TrinityCore

shoro2

Plebs
  • Posts

    8
  • Joined

  • Last visited

Everything posted by shoro2

  1. 64 bit boost is 64 bit i selected visual studio 64 in cmake i Active Solution Platform to x64 in VS
  2. Error while compiling in visual studio 2017: 1: 23>LINK : fatal error LNK1181: Eingabedatei "..\..\..\dep\g3dlite\RelWithDebInfo\g3dlib.lib" kann nicht geöffnet werden. 23>Die Erstellung des Projekts "worldserver.vcxproj" ist abgeschlossen -- FEHLER.
  3. in the cmake text i think the only "issue" is the missing pthread.. but since i cant compile the generated project there have to be sth wrong, or? The tutorial says: "7. Make sure Tools is checked already.This will compile the map extractorsneeded later in the setup.(in master branch, this will alsogenerate connection_patcher.exe) " But it wasnt checkted after configured
  4. cmake: Error while compiling;
  5. "* Show source tree : Yes (hierarchical) * Use GIT revision hash : Yes (default) Looking for pthread.h Looking for pthread.h - not found Found Threads: TRUE Boost version: 1.63.0 Found the following Boost libraries: system filesystem thread program_options iostreams" i think this causes the problems
  6. CMake (with boot 1.63.0 installed): "Looking for pthread.h Looking for pthread.h - not found Found Threads: TRUE Boost version: 1.63.0 Found the following Boost libraries: system filesystem thread program_options iostreams Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM" no error pop up but the tools box is not checked i tried to compile it but it results in 6 errors in vs
  7. Are you talking to me? i have tried 1.55.0 1.63.0 and 1.64.0 i also tried set (ENV{BOOST_ROOT} "C:\local\boost_1_55/63/64_0") in CMakeLists.txt
  8. CMake: Looking for pthread.h Looking for pthread.h - not found Found Threads: TRUE CMake Error at cmake/macros/FindBoost.cmake:1185 (message): Unable to find the requested Boost libraries. Boost version: 1.64.0 Boost include path: C:/local/boost_1_64_0 Could not find the following static 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) i installed boost 1.64.0 and set BOOST_ROOT to C:\local\boost_1_64_0 (its location) but still get this error (tried .63 too, nearly same error) I also tried BOOST_LIBRARYDIR to the libs folder
×
×
  • Create New...