View Single Post
  #16  
Old 06-17-2019, 01:00 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

This is what a (somewhat) normal cmake configure output looks like. Yellow highlights (paths) are for you to compare yours with.
Code:
The C compiler identification is MSVC 19.13.26129.0
The CXX compiler identification is MSVC 19.13.26129.0
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.13.26128/bin/Hostx86/x86/cl.exe
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.13.26128/bin/Hostx86/x86/cl.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.13.26128/bin/Hostx86/x86/cl.exe
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.13.26128/bin/Hostx86/x86/cl.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
Found ZLIB: E:/Source/dependencies/zlib_x86/lib/zdll.lib (found version "1.2.3") 
Found MySQL: E:/Source/dependencies/mysql_x86/lib/libmysql.lib  
Found Perl: C:/perl/bin/perl.exe (found version "5.12.3") 
Found PerlLibs: C:/perl/lib/CORE/perl512.lib (found version "5.12.3") 
Found SODIUM: E:/Source/dependencies/libsodium/Win32/Release/v140/dynamic/libsodium.lib  
Found Lua51: E:/Source/dependencies/luaj_x86/bin/lua51.lib (found version "5.1.4") 
Boost version: 1.67.0
CMake version: 3.10.3
Version: 4.0.0
Build type: RelWithDebInfo
Performing Test HAVE_STD_CPP11_FLAG
Performing Test HAVE_STD_CPP11_FLAG - Success
Performing Test FMT_CPP11_CMATH
Performing Test FMT_CPP11_CMATH - Success
Performing Test FMT_CPP11_UNISTD_H
Performing Test FMT_CPP11_UNISTD_H - Failed
Performing Test FMT_CPP11_SNPRINTF
Performing Test FMT_CPP11_SNPRINTF - Success
Performing Test HAVE_STD_GNUPP11_FLAG
Performing Test HAVE_STD_GNUPP11_FLAG - Failed
Performing Test SUPPORTS_VARIADIC_TEMPLATES
Performing Test SUPPORTS_VARIADIC_TEMPLATES - Success
Performing Test SUPPORTS_INITIALIZER_LIST
Performing Test SUPPORTS_INITIALIZER_LIST - Success
Performing Test SUPPORTS_ENUM_BASE
Performing Test SUPPORTS_ENUM_BASE - Success
Performing Test SUPPORTS_TYPE_TRAITS
Performing Test SUPPORTS_TYPE_TRAITS - Success
Performing Test SUPPORTS_USER_DEFINED_LITERALS
Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success
Looking for open
Looking for open - found
Found OpenSSL: optimized;E:/Source/dependencies/openssl_x86/lib/VC/libeay32MD.lib;debug;E:/Source/dependencies/openssl_x86/lib/VC/libeay32MDd.lib (found version "1.0.1c") 
Configuring done
__________________
Hanging out at Antonica.World
Reply With Quote