Created
January 20, 2021 18:57
-
-
Save thoraxe/0f289f2e08a18f3d9b818155c89bf272 to your computer and use it in GitHub Desktop.
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
[main] Building folder: srt-game-server | |
[build] Starting build | |
[proc] Executing command: /usr/bin/cmake --build /home/thoraxe/Red_Hat/openshift/srt-game-server/build --config Debug --target all -- -j 10 | |
[build] Scanning dependencies of target srt-game-server | |
[build] [ 2%] Building CXX object CMakeFiles/srt-game-server.dir/src/Application/main.cpp.o | |
[build] [ 5%] Linking CXX executable srt-game-server | |
[build] /usr/bin/ld: CMakeFiles/srt-game-server.dir/src/Application/main.cpp.o: in function `main': | |
[build] /home/thoraxe/Red_Hat/openshift/srt-game-server/src/Application/main.cpp:121: undefined reference to `ProtonConsumer::ProtonConsumer(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
[build] collect2: error: ld returned 1 exit status | |
[build] gmake[2]: *** [CMakeFiles/srt-game-server.dir/build.make:682: srt-game-server] Error 1 | |
[build] gmake[1]: *** [CMakeFiles/Makefile2:95: CMakeFiles/srt-game-server.dir/all] Error 2 | |
[build] gmake: *** [Makefile:103: all] Error 2 | |
[build] Build finished with exit code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment