Created
May 31, 2018 18:01
-
-
Save miles200/5785fc36416138a8d677540afb998102 to your computer and use it in GitHub Desktop.
CMake Error 31 May 18
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
Running Windows Runtime device detection. | |
D:/Qt/5.10.1/winrt_x86_msvc2017/bin/winrtrunner.exe --list-devices | |
Found 2 Windows Runtime devices. | |
Running "D:\Program Files\CMake\bin\cmake.exe -E server "--pipe=\\.\pipe\{c2a1d3c5-fa50-4fda-863c-581c58b94c8a}" --experimental" in C:\Users\saund\AppData\Local\Temp\QtCreator-yPBkxI\qtc-cmake-FZazqpHR. | |
Starting to parse CMake project, using: "-DCMAKE_CXX_COMPILER:STRING=D:/Qt/Tools/mingw530_32/bin/g++.exe", "-DCMAKE_C_COMPILER:STRING=D:/Qt/Tools/mingw530_32/bin/gcc.exe", "-DCMAKE_PREFIX_PATH:STRING=D:/Qt/5.10.1/mingw53_32", "-DQT_QMAKE_EXECUTABLE:STRING=D:/Qt/5.10.1/mingw53_32/bin/qmake.exe". | |
The C compiler identification is GNU 5.3.0 | |
The CXX compiler identification is GNU 5.3.0 | |
Check for working C compiler: D:/Qt/Tools/mingw530_32/bin/gcc.exe | |
Check for working C compiler: D:/Qt/Tools/mingw530_32/bin/gcc.exe -- 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: D:/Qt/Tools/mingw530_32/bin/g++.exe | |
Check for working CXX compiler: D:/Qt/Tools/mingw530_32/bin/g++.exe -- works | |
Detecting CXX compiler ABI info | |
Detecting CXX compiler ABI info - done | |
Detecting CXX compile features | |
Detecting CXX compile features - done | |
Looking for pthread.h | |
Looking for pthread.h - found | |
Looking for pthread_create | |
Looking for pthread_create - found | |
Found Threads: TRUE | |
C:/Users/saund/AppData/Local/Temp/QtCreator-yPBkxI/qtc-cmake-FZazqpHR/3rd_party/built/bin/libACE.dll | |
CMake Error at Projects/CoX/Utilities/AuthExerciser/CMakeLists.txt:23 (target_link_libraries): | |
The keyword signature for target_link_libraries has already been used with | |
the target "AuthExerciser". All uses of target_link_libraries with a | |
target must be either all-keyword or all-plain. | |
The uses of the keyword signature are here: | |
* Projects/CoX/Utilities/AuthExerciser/CMakeLists.txt:8 (target_link_libraries) | |
* Projects/CoX/Utilities/AuthExerciser/CMakeLists.txt:10 (TARGET_LINK_LIBRARIES) | |
Installing system-libraries: MinGW DLLs. | |
Installing system-libraries: MinGW DLLs. | |
Installing system-libraries: MinGW DLLs. | |
Configuring incomplete, errors occurred! | |
See also "C:/Users/saund/AppData/Local/Temp/QtCreator-yPBkxI/qtc-cmake-FZazqpHR/CMakeFiles/CMakeOutput.log". | |
CMake Project parsing failed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment