mtp1032 Posted January 6, 2018 Report Posted January 6, 2018 I was unable to rebuild the project (I'm using Visual Studio 14 which I used successfully the first time) because the .sln file (.\mangoszero\serverZero_build\MaNGOS.sln) has disappeared from the project tree. So, having built the project earlier, I went back and tried to generate the build configuration using MaNGOS_EasyBuild_Mangos.exe. Alas, no joy - it fails to generate the build options and issues the following message: CMake Error at CMakeLists.txt:20 (project) Failed to run MSBuild command: MSBuild.exe to get the value of VCTargetsPath: The system cannot find the file specified. So, before I start tromping through the build tree (e.g., there are approx 30 CMakeLists.txt) and trying to figure this out, I thought I'd post this in the [likely] event I've missed something simple. Thanks, in advance. P.S. I very well may have corrupted a file somewhere because since acquiring the sources, I've spending a lot of time looking and tracing through the various source and build files.
antz Posted January 6, 2018 Report Posted January 6, 2018 that sounds like an issue with the Visual Studio Install
mtp1032 Posted January 6, 2018 Author Report Posted January 6, 2018 I was afraid of that. I guess I'll have to build the beast from scratch.
mtp1032 Posted January 6, 2018 Author Report Posted January 6, 2018 32 minutes ago, antz said: that sounds like an issue with the Visual Studio Install OK, I've gotten a little farther along. I'm now getting a CMake Error indicating that CMake could not find OpenSSL (missing: OPENSSL_LIBRARIES OPENSSL_INCLUDE_DIR). This puzzles me because I built Mangoszero about a month and half ago with no problems (I'm using OpenSSL 1.0.2). Any thoughts?
antz Posted January 6, 2018 Report Posted January 6, 2018 I sounds like the registry path for it is now missing. The solution is simple... Uninstall and re-Install openSSL, both 32 and 64 bit can be installed at the same time.
mtp1032 Posted January 7, 2018 Author Report Posted January 7, 2018 1 hour ago, antz said: I sounds like the registry path for it is now missing. The solution is simple... Uninstall and re-Install openSSL, both 32 and 64 bit can be installed at the same time. Exactly the solution. Thanks, again, Antz.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.