The C compiler identification is MSVC 19.0.24213.1
The CXX compiler identification is MSVC 19.0.24213.1
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - failed
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - failed
Detecting CXX compile features
Detecting CXX compile features - failed
Looking for fork
Looking for fork - not found
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-------------------------------------------------------
CppUTest Version 3.8
Current compiler options:
CC: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
CXX: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
CppUTest CFLAGS: /FI "C:/cpputest-3.8/include/CppUTest/MemoryLeakDetectorMallocMacros.h" /WX
CppUTest CXXFLAGS: /FI "C:/cpputest-3.8/include/CppUTest/MemoryLeakDetectorMallocMacros.h" /WX /wd4290
CppUTest LDFLAGS:
Features configured in CppUTest:
Memory Leak Detection: ON
Compiling Extensions: ON
Support Long Long: OFF
Use CppUTest flags: ON
Using Standard C library: ON
Using Standard C++ library: ON
Using C++11 library: OFF
Generating map file: OFF
Compiling with coverage: OFF
Compile and run self-tests ON
Run self-tests separately OFF
-------------------------------------------------------
Configuring done
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Try C++11 flag = [ ]
Performing Test CXX11_FLAG_DETECTED
Performing Test CXX11_FLAG_DETECTED - Failed
Try C++11 flag = [-std=c++11]
Performing Test CXX11_FLAG_DETECTED
Performing Test CXX11_FLAG_DETECTED - Failed
Try C++11 flag = [/Qstd=c++0x]
Performing Test CXX11_FLAG_DETECTED
Performing Test CXX11_FLAG_DETECTED - Failed
CMake Error at C:/Program Files/CMake/share/cmake-3.6/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find CXX11 (missing: CXX11_FLAGS)
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.6/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/FindCXX11.cmake:48 (find_package_handle_standard_args)
cmake/Modules/CppUTestConfigurationOptions.cmake:56 (find_package)
CMakeLists.txt:51 (include)
Configuring incomplete, errors occurred!
See also "C:/cpputest-3.8/bin/CMakeFiles/CMakeOutput.log".
See also "C:/cpputest-3.8/bin/CMakeFiles/CMakeError.log".
--
You received this message because you are subscribed to the Google Groups "cpputest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cpputest+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
set(CXX11_FLAG_CANDIDATES# Eveerything that automatically accepts C++11" "# gcc, clang and Intel Linux"-std=c++11"# Intel windows"/Qstd=c++0x""/Qstd=c++11")
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)Try C++11 flag = [ ]
Performing Test CXX11_FLAG_DETECTED
Performing Test CXX11_FLAG_DETECTED - Failed
Try C++11 flag = [-std=c++11]
Performing Test CXX11_FLAG_DETECTED
Performing Test CXX11_FLAG_DETECTED - Failed
Try C++11 flag = [/Qstd=c++0x]
Performing Test CXX11_FLAG_DETECTED
Performing Test CXX11_FLAG_DETECTED - Failed
Try C++11 flag = [/Qstd=c++11]
Performing Test CXX11_FLAG_DETECTED
Performing Test CXX11_FLAG_DETECTED - Failed
CMake Error at C:/Program Files/CMake/share/cmake-3.6/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find CXX11 (missing: CXX11_FLAGS)
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.6/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/FindCXX11.cmake:50 (find_package_handle_standard_args)
Weird. I'll have a closer look on what we're actually trying to run in that test
--
You received this message because you are subscribed to the Google Groups "cpputest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cpputest+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to cpputest+u...@googlegroups.com.
set(CXX11_TEST_SOURCE
"#if defined(_MSC_VER) && _MSC_VER < 1800#error \"Can not compile with C++11 support\"#elif __cplusplus < 201103L#endif#error \"Can not compile with C++11 support\"#endif
int main(){}")
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Try C++11 flag = [ ]
Performing Test CXX11_FLAG_DETECTED
Performing Test CXX11_FLAG_DETECTED - Success
Ok. Then I'll do it a bit later.
To unsubscribe from this group and stop receiving emails from it, send an email to cpputest+unsubscribe@googlegroups.com.