error Configuring of CMake
Added by packpro over 4 years ago
hi,
i have error Configuring of CMake.
..........................
Found Luabind: optimized;D:/work/r_game/external/lib/luabind.lib;debug;D:/work/r_game/external/lib/luabind_d.lib
CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE):
Could NOT find CURL (missing: CURL_LIBRARY)
Call Stack (most recent call first):
C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindCURL.cmake:38 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
ryzom/CMakeLists.txt:10 (FIND_PACKAGE)
Configuring incomplete, errors occurred!
regard!
Replies (5)
RE: error Configuring of CMake - Added by molator over 4 years ago
Did you use the last externals ?
http://sourceforge.net/projects/ryzom/files/external_stlport.7z/download
RE: error Configuring of CMake - Added by sfb over 4 years ago
packpro,
Make sure to use the most recent external_stlport.7z available. This problem occurs on older versions of our external libraries download because the CURL library is named libcurl.lib instead of just curl.lib. You can make this change manually if you want but it would be better to use the most recent download. Unfortunately we can't modify FindCURL.cmake since it's delivered by CMake.
Thank you,
sfb
/s
RE: error Configuring of CMake - Added by packpro over 4 years ago
after update last externals, i have another error.
regard!
err_1.png (125.4 kB)
RE: error Configuring of CMake - Added by sfb over 4 years ago
packpro,
That's fine. The red on the top is just informing you that it found new variables and the not-founds on the bottom in this case are libwww modules we do not use and thus do not care about.
Thanks!
sfb
/s
RE: error Configuring of CMake - Added by packpro over 4 years ago
Hi,
Okey!
...
Configuring done
Generating done
...
Thank you!
(1-5/5)