Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- export MINGW_PREFIX=/usr/bin/x86_64-w64-mingw32vivienne@vivienne-System-Product-Name:/media/home2/vivienne/Urho3D-MasterCurrent1.4$ ./cmake_mingw.sh buildWin -DURHO3D_64BIT=0 -DURHO3D_SAMPLES=1 -DURHO3D_EXTRAS=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DURHO3D_DATABASE_ODBC=1 -DNANODBC_USE_BOOST_CONVERT=OFF -DMINGW_PREFIX=/usr/bin/x86_64-w64-mingw32
- -- The C compiler identification is GNU 4.6.3
- -- The CXX compiler identification is GNU 4.6.3
- -- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-gcc
- -- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-gcc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-g++
- -- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-g++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- CMake Warning at CMake/Modules/Urho3D-CMake-common.cmake:96 (message):
- Disabling SSE by default due to MinGW version. It is recommended to
- upgrade to MinGW with GCC >= 4.9.1. You can also try to re-enable SSE with
- CMake option -DURHO3D_SSE=1, but this may result in compile errors.
- Call Stack (most recent call first):
- CMakeLists.txt:47 (include)
- -- Found ODBC driver manager: odbc32
- -- Looking for include file stdint.h
- -- Looking for include file stdint.h - found
- -- Looking for include file wbemcli.h
- -- Looking for include file wbemcli.h - found
- -- Performing Test COMPILER_SUPPORTS_CXX14
- -- Performing Test COMPILER_SUPPORTS_CXX14 - Failed
- -- Performing Test COMPILER_SUPPORTS_CXX11
- -- Performing Test COMPILER_SUPPORTS_CXX11 - Failed
- -- Performing Test COMPILER_SUPPORTS_CXX0X
- -- Performing Test COMPILER_SUPPORTS_CXX0X - Failed
- CMake Warning at Source/ThirdParty/nanodbc/CMakeLists.txt:50 (message):
- -- Nanodbc compiler /usr/bin/x86_64-w64-mingw32-g++ has no C++ 0x/11/14
- support.
- -- ODBC found
- -- Unicode support: Disabled
- -- Boost string convert: Enabled
- -- Handle SQL_NO_DATA bug: Disabled
- CMake Error at /usr/local/share/cmake-3.3/Modules/FindBoost.cmake:1245 (message):
- Unable to find the requested Boost libraries.
- Unable to find the Boost header files. Please set BOOST_ROOT to the root
- directory containing Boost or BOOST_INCLUDEDIR to the directory containing
- Boost's headers.
- Call Stack (most recent call first):
- Source/ThirdParty/nanodbc/CMakeLists.txt:103 (find_package)
- -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
- -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Failed
- -- Performing Test COMPILER_HAS_DEPRECATED
- -- Performing Test COMPILER_HAS_DEPRECATED - Failed
- cc1plus: error: unrecognized command line option ‘-std=gnu++11’
- CMake Error at CMake/Modules/Urho3D-CMake-common.cmake:839 (message):
- The configured compiler toolchain in the build tree is not able to handle
- all the compiler flags required to build the project with PCH enabled.
- Please kindly update your compiler toolchain to its latest version. If you
- are using MinGW then make sure it is MinGW-W64 instead of MinGW-W32 or
- TDM-GCC (Code::Blocks default). Or disable the PCH build support by
- passing the '-DURHO3D_PCH=0' when retrying to configure/generate the build
- tree. However, if you think there is something wrong with our build system
- then kindly file a bug report to the project devs.
- Call Stack (most recent call first):
- CMake/Modules/Urho3D-CMake-common.cmake:900 (enable_pch)
- CMake/Modules/Urho3D-CMake-common.cmake:965 (setup_target)
- Source/Urho3D/CMakeLists.txt:243 (setup_library)
- -- Configuring incomplete, errors occurred!
- See also "/xxxxxxx/Urho3D-MasterCurrent1.4/buildWin/CMakeFiles/CMakeOutput.log".
- See also "/xxxxxx/buildWin/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment