Jump to content
TrinityCore

Spire

Plebs
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Spire

  1. ​:D That is why I am asking you... I tried to compile TrinityCore 3.3.5 on 2 different computers. And the same problem. Firstly, it give me error with _BUILD_DIRECTIVE and after what I am add the definition into CMakeLists.txt, It get me another error... This one: And that kind of errors with LINK appears firstly only when I am trying to use some code from g3dlib.lib
  2. @Nay: I didn't do any changes except: Firstly, I got error that says that _BUILD_DIRECTIVE is not defined. But after i add: add_definitions(-D_BUILD_DIRECTIVE=\\"$(CONFIGURATION)\\")into TrinityCore-3.3.5\src\common\CMakeLists.txt and the broblem has gone. The contents of the cmake output is:
  3. Hello guys. I am trying to compile Trinitycore 3.3.5 but I get the folowing errors: I use: Windows 8.1 x64Visual Studio Ultimate x32 2013CMake 3.3.1OpenSSL-Win32boost_1_58_0 x32mysql Firstly, I got error that says that _BUILD_DIRECTIVE is not defined. But after i add: add_definitions(-D_BUILD_DIRECTIVE=\\"$(CONFIGURATION)\\")into TrinityCore-3.3.5\src\common\CMakeLists.txt and the broblem has gone. But after that, came this one... If anybody knows, pelese help me. Thanks a lot.
×
×
  • Create New...