Not logged inOpenClonk Forum
Up Topic Development / Developer's Corner / CMake fails
- - By Sven2 [de] Date 2010-04-19 10:53
Probably since f44ecda39d7e, CMake fails for me (MSVC9). I do have a libeay32.lib in deps/lib:

Check for working CXX compiler using: Visual Studio 9 2008
Check for working CXX compiler using: Visual Studio 9 2008 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Check for working C compiler using: Visual Studio 9 2008
Check for working C compiler using: Visual Studio 9 2008 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Performing Test HAVE_RVALUE_REF
Performing Test HAVE_RVALUE_REF - Failed
Performing Test HAVE_NULLPTR
Performing Test HAVE_NULLPTR - Failed
Performing Test HAVE_BOOLEAN
Performing Test HAVE_BOOLEAN - Success
Looking for C++ include direct.h
Looking for C++ include direct.h - found
Looking for C++ include io.h
Looking for C++ include io.h - found
Looking for C++ include locale.h
Looking for C++ include locale.h - found
Looking for C++ include share.h
Looking for C++ include share.h - found
Looking for C++ include signal.h
Looking for C++ include signal.h - found
Looking for C++ include stdint.h
Looking for C++ include stdint.h - not found
Looking for C++ include sys/stat.h
Looking for C++ include sys/stat.h - found
Looking for C++ include sys/types.h
Looking for C++ include sys/types.h - found
Looking for C++ include unistd.h
Looking for C++ include unistd.h - not found
Looking for C++ include execinfo.h
Looking for C++ include execinfo.h - not found
Looking for C++ include langinfo.h
Looking for C++ include langinfo.h - not found
Looking for C++ include poll.h
Looking for C++ include poll.h - not found
Looking for C++ include sys/inotify.h
Looking for C++ include sys/inotify.h - not found
Looking for C++ include sys/socket.h
Looking for C++ include sys/socket.h - not found
Looking for include files X11/extensions/xf86vmode.h
Looking for include files X11/extensions/xf86vmode.h - not found.
Looking for include files X11/extensions/Xrandr.h
Looking for include files X11/extensions/Xrandr.h - not found.
Looking for include files X11/keysym.h
Looking for include files X11/keysym.h - not found.
Looking for include files X11/xpm.h
Looking for include files X11/xpm.h - not found.
Looking for C++ include iconv.h
Looking for C++ include iconv.h - not found
Looking for vasprintf
Looking for vasprintf - not found
Found JPEG: C:/ochg/deps/lib/libjpeg.lib
Found ZLIB: C:/ochg/deps/lib/zlib.lib
Found PNG: C:/ochg/deps/lib/libpng.lib
Boost version: 1.42.0
Looking for include files CMAKE_HAVE_PTHREAD_H
Looking for include files CMAKE_HAVE_PTHREAD_H - not found.
Found Threads: TRUE
Found Freetype: C:/ochg/deps/lib/freetype239.lib
Found OpenSSL: optimized;SSL_EAY_RELEASE-NOTFOUND;C:/ochg/deps/lib/libeay32.lib;debug;SSL_EAY_DEBUG-NOTFOUND;C:/ochg/deps/lib/libeay32.lib
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
SSL_EAY_DEBUG (ADVANCED)
    linked by target "c4group" in directory C:/ochg
    linked by target "clonk" in directory C:/ochg
SSL_EAY_RELEASE (ADVANCED)
    linked by target "c4group" in directory C:/ochg
    linked by target "clonk" in directory C:/ochg


Configuring incomplete, errors occurred!
Parent - - By Clonk-Karl [de] Date 2010-04-19 12:00
It looks for ssleay32.lib which is also part of OpenSSL. I think it does not link against it but FindOpenSSL requires it to be there. I can probably replace that by FIND_PATH to find out the correct include directory (same way as for glew) later today.
Reply
Parent - By Clonk-Karl [de] Date 2010-04-19 21:25
done
Reply
Up Topic Development / Developer's Corner / CMake fails

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill