Jump to content
  • 0

Mangos Zero stucked in Cmake Configure Error


legends

Question

Posted

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)

7 answers to this question

Recommended Posts

Posted

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"?

Posted

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.

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