Jump to content
  • 0

Mangos Zero stucked in Cmake Configure Error


legends

Question

Hello i have follow the steps of compiling mangos zero but unfortunetly I got error in cmake when i do configure ,

CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/ExternalProject.cmake:731 (file):

file problem creating directory: C:/Program Files/MaNGOS

Call Stack (most recent call first):

C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/ExternalProject.cmake:1755 (_ep_set_directories)

dep/ACE_wrappers/CMakeLists.txt:37 (ExternalProject_Add)

CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/ExternalProject.cmake:733 (message):

dir 'C:/Program Files/MaNGOS' does not exist after file(MAKE_DIRECTORY)

Call Stack (most recent call first):

C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/ExternalProject.cmake:1755 (_ep_set_directories)

dep/ACE_wrappers/CMakeLists.txt:37 (ExternalProject_Add)

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

Hey,

Have you tried this guide that does not use cmake? http://community.getmangos.eu/index.php?topic=19932.0

Okay I got problem here in Getting the source code in step 3,

error: error setting certificate verify locations:

CAfile: /bin/curl-ca-bundle.crt

CApath: none

while accessing https://github.com/mangoszero/server/info/refs

fatal: HTTP request failed

Link to comment
Share on other sites

You have to fix the path to curl-ca-bundle.crt. Find the absolute path to the file and run...

git config --system http.sslcainfo "C:\Program Files (x86)\git\bin\curl-ca-bundle.crt"

Keep in mind that you might actually need to modify the path if yours is different.

If that doesn't work maybe you can do a clone with "http" instead of "https"?

Link to comment
Share on other sites

You have to fix the path to curl-ca-bundle.crt. Find the absolute path to the file and run...

git config --system http.sslcainfo "C:\Program Files (x86)\git\bin\curl-ca-bundle.crt"

Keep in mind that you might actually need to modify the path if yours is different.

If that doesn't work maybe you can do a clone with "http" instead of "https"?

Thanks very much for helping. But I have a question I cant compile with VC110 so i compiled with VC100 is there any difference?

and ill add you in skype.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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