This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 0%] Building CXX object InfraWinBaseLib/CMakeFiles/InfraWinBaseLib.dir/src/main/c/thread/WinEventManager.cpp.obj | |
| cd /d C:\Projets\EPayKit\eclipse_workspace\cbuild_eclipse\InfraWinBaseLib && C:\MinGW\bin\g++.exe @CMakeFiles/InfraWinBaseLib.dir/includes_CXX.rsp -fmessage-length=0 -D_WIN32_WINNT=0x0502 -DCMAKE -fpermissive -std=gnu++0x -o CMakeFiles\InfraWinBaseLib.dir\src\main\c\thread\WinEventManager.cpp.obj -c C:\Projets\Git_Proj\EPayKit_FromSVN\workspace\windows\EPayKit\InfraWinBaseLib\src\main\c\thread\WinEventManager.cpp | |
| In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\cstdlib:75, | |
| from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\ext\string_conversions.h:41, | |
| from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\basic_string.h:6391, | |
| from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:52, | |
| from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\stdexcept:39, | |
| from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\arra |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cmake_minimum_required(VERSION 3.6 FATAL_ERROR) | |
| list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake_module) | |
| message(STATUS "CMAKE_MODULE_PATH=${CMAKE_MODULE_PATH} CMAKE_HOME_DIRECTORY=${CMAKE_HOME_DIRECTORY}") | |
| set(CMAKE_CXX_STANDARD 98) | |
| include(tpe-target) #this is used to auto define toolchain | |
| ################################################# | |
| # Configuration du projet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| message("TPE_TOOLS_PATH=${TPE_TOOLS_PATH}, ENV{TPE_TOOLS_PATH}=$ENV{TPE_TOOLS_PATH}") | |
| if(NOT DEFINED TPE_TOOLS_PATH) | |
| set(TPE_TOOLS_PATH $ENV{TPE_TOOLS_PATH}) | |
| endif() | |
| if(NOT DEFINED TPE_TOOLS_PATH) | |
| message(FATAL_ERROR "Please define TPE_TOOLS_PATH, (either as -DTPE_TOOLS_PATH or environment variable)") | |
| set(ENV{TPE_TOOLS_PATH} "foo") | |
| endif() | |
| message("TPE_TOOLS_PATH=${TPE_TOOLS_PATH}, ENV{TPE_TOOLS_PATH}=$ENV{TPE_TOOLS_PATH}") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@4ca9abf15fa6 build]# conan install libmicrohttpd/0.9.75@ -r conancenter | |
| Configuration: | |
| [settings] | |
| arch=x86_64 | |
| arch_build=x86_64 | |
| build_type=Release | |
| compiler=gcc | |
| compiler.libcxx=libstdc++11 | |
| compiler.version=9.3 | |
| os=Linux |
OlderNewer