Jump to content

Xavian

Members
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

About Xavian

  • Birthday 10/07/1975

Core Infomation

  • Core
    Two

Profile Information

  • Gender
    Male
  • Location
    St. Francis, Minnesota

Recent Profile Visitors

159 profile views

Xavian's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Well, I was successful in building Mangos Two in Visual Studio 2022. After digging through the CMake configuration and banging my head against a nice firm brick wall, I found an inconsistency in .\src\realmd\CMakeLists.txt. "/VersionInfo.h" was appended to ${CMAKE_CURRENT_BINARY_DIR}}. See below. target_include_directories(realmd PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}}/VersionInfo.h ${OPENSSL_INCLUDE_DIR} ) This does not jive with the same configuration line in .\src\mangosd\CMakeLists.txt. So after .\src\realmd\CMakeLists.txt was updated to match .\src\mangosd\CMakeLists.txt... target_include_directories(realmd PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}} ${OPENSSL_INCLUDE_DIR} ) And now the project builds and installs as expected. Good times!
  2. Hello MaNGOS! MaNGOS is a well established and foundational project that I am excited to explore. I have 14 year of a mostly-happy-hacking experience on an ArcEmu branch downloaded in 2011 (4.0-TRUNK, REV. 2873). After many, many years of chasing bugs and test playing by my lonesome, I have decided to leave my comfort zone and engage a community that is friendly and helpful. MaNGOS has been that community for sometime and after reviewing the posts by the leaders of this community, I feel comfortable enough to perhaps find a home here. I have recently become interested in the homebrew MMO server scene again and am excited to see what comes next. Cheers, Xavian
  3. Hello MaNGOS Community, I am excited at the prospect of joining this project, but first I need to ensure I can compile and debug in VS 2022. I'm running into a roadblock that I've been unable to figure out on my own. So, now it's time to ask for help. I am not familiar with CMake on Windows, but everything seems to be working correctly with the exception of on little hiccup: CMake build fails with a single error when "Building RC object src\realmd\CMakeFiles\realmd.dir\__\__\cmake\win\VersionInfo.rc.res": "Cannot open include file: 'VersionInfo.h': No such file or directory". Searching the Git Hub repos of all MaNGOS Core projects does not reveal an include file named "VersionInfo.h". I was guessing that "VersionInfo.h" would be generated somehow during the guild process. But that's just the problem: I'm guessing. Is this include file supposed to be generated during the CMake compile process; perhaps while running "EnsureVersion.cmake"? Any help would be profoundly appreciated and may even earn this team a dedicated and passionate developer. Have a blessed day! Best Regards, Xavian
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use