Jump to content
TrinityCore

meeek

Plebs
  • Posts

    14
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

meeek's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. > CMake Error at dep/boost/CMakeLists.txt:47 (add_library): add_library cannot create target "boost" because another target with the same name already exists. The existing target is an interface library created in source directory "C:/WoDCore/TrinityCore-6.2.4-21355". See documentation for policy CMP0002 for more details. CMake Error at dep/mysql/CMakeLists.txt:12 (message): MySQL wasn't found on your system but it's required to build the servers! My only remaining error now... apparently mysql dont exist on my system. Scripts etc are loaded but MySQL can't be found
  2. I FIGURED IT OUTTTTTTTTTTTTTTTTTTTTTTTTTT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! https://github.com/TrinityCore/TrinityCore/blob/6.2.4/21355/dep/boost/CMakeLists.txt#L46 USE THIS CMAKELISTS.TXT INSTEAD, AND ADD! cmake_minimum_required(VERSION 3.12) at the top! except i prob didnt, i barely got any files and compiling it nothing really happens. yikers. somethings missing i guess
  3. I don't get the git-cherrypicking part. Where do I enter git-cherrypick and what do I enter per/line to cherrypick? > 5734643cecbadfffb7ee1b66c9665d57108923f6#diff-82d123ab4d0745ba8103dc4b10c23d9f ^that from the url?
  4. I tried cheerypicking literally every row and what made sense, nothing works. I'm clueless
  5. > if (boost_filesystem_copy_links_without_NO_SCOPED_ENUM) target_compile_definitions(boost INTERFACE -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_NO_LIB -DBOOST_CHRONO_NO_LIB) else() target_compile_definitions(boost INTERFACE -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_NO_LIB -DBOOST_CHRONO_NO_LIB -DBOOST_NO_CXX11_SCOPED_ENUMS) endif() did this, deleted cache, removed build folder (the content) re-configured and : https://pastebin.com/ZNTPaKiT is the result.
  6. I added this: if (boost_filesystem_copy_links_without_NO_SCOPED_ENUM) target_compile_definitions(boost INTERFACE -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_NO_LIB -DBOOST_CHRONO_NO_LIB) else() target_compile_definitions(boost INTERFACE -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_NO_LIB -DBOOST_CHRONO_NO_LIB -DBOOST_NO_CXX11_SCOPED_ENUMS) And the only problem I get is with the first line and if, cause its not closed. EDIT: CMake Error in CMakeLists.txt: A logical block opening on the line C:/WoDCore/TrinityCore-6.2.4-21355/CMakeLists.txt:80 (if) is not closed.
  7. So I'm supposed to use Boost 1.51? > find_package(Boost 1.51 REQUIRED system filesystem thread program_options iostreams regex) > set(BOOST_DEBUG ON) if(DEFINED ENV{BOOST_ROOT}) set(BOOST_ROOT $ENV{BOOST_ROOT}) if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 19.0) set(BOOST_LIBRARYDIR ${BOOST_ROOT}/lib${PLATFORM}-msvc-12.0) else() set(BOOST_LIBRARYDIR ${BOOST_ROOT}/lib${PLATFORM}-msvc-14.0) endif() and CMake less than 19?
  8. I've tried both mate. 2017 win64, and the normal one.
  9. I have 1, yes. lib64-msvc-14.1 and, libs. I'll try one more time You have discord or I can link you my stream and you can walk through me from there? I'd be down to paypal for help
  10. Hey mate. Do you have discord or anything I could add you on and try help me solve this? I'd gladly pay if it works for your time!
  11. Man, I've tried sooo many things and nothing works. IS there ANYONE who can help me fix this, please? As stated, I'd be down to pay.
  12. Understandable. Like which ones? https://github.com/TrinityCore/TrinityCore/commit/cabb352c337ef50e90f174e2dcc42eb3bdaede2d#diff-272ceadb8458515b2ae4b5630a6029cc ? How do I implement this one into the notepad though? I tried adding it at the bottom with no success. EDIT: I tried adding them but my notepad looks different, the ones he say i should remove (the line is not the same). urgh.
  13. I'm using; https://github.com/TrinityCore/TrinityCore/tree/6.2.4/21355 Generating through CMake gives me this ; https://pastebin.com/jtNPMQRK Error with OpenSSL not being found, etc. If I fix openssl; this shows: https://pastebin.com/jNEaV67F I can't get Boost to work properly for some reason. If I change something in the CMakeLists to route to boost folder, it fixes the boost version being outdated but still wont work. Then it tells me it cant find x amount of Boost libraries. https://pastebin.com/LdCP7rZa I'm pretty stuck, you have discord or anything by any chance?
  14. Hey, I've been trying to compile from github the core from 6.2.3/6.2.4, I'm well aware its stopped developing. I cannot get it to configure properly in CMake, nor can I obviously build it. I'd be willing to pay for help and get this working and running. I want to develop my own server on my freetime as a learning project and for entertainment. I can't find any core for WoD, sadly.. Very hard, would appreciate any quick help
×
×
  • Create New...