Created
September 16, 2013 08:45
-
-
Save MichaelAquilina/6578113 to your computer and use it in GitHub Desktop.
Compile Output for trying building tiled in Qt Creator.
This file contains 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
09:43:57: Running steps for project tiled... | |
09:43:57: Configuration unchanged, skipping qmake step. | |
09:43:57: Starting: "C:\Qt\Qt5.1.0\Tools\mingw48_32\bin\mingw32-make.exe" | |
cd src/ && ( test -e Makefile || C:/Qt/Qt5.1.0/5.1.0/mingw48_32/bin/qmake.exe C:/Users/Michael/Development/tiled/src/src.pro -spec win32-g++ -o Makefile ) && C:/Qt/Qt5.1.0/Tools/mingw48_32/bin/mingw32-make -f Makefile | |
mingw32-make[1]: Entering directory 'c:/Users/Michael/Development/build-tiled-Desktop_Qt_5_1_0_MinGW_32bit-Release/src' | |
cd libtiled/ && ( test -e Makefile || C:/Qt/Qt5.1.0/5.1.0/mingw48_32/bin/qmake.exe C:/Users/Michael/Development/tiled/src/libtiled/libtiled.pro -spec win32-g++ -o Makefile ) && c:/Qt/Qt5.1.0/Tools/mingw48_32/bin/mingw32-make -f Makefile | |
mingw32-make[2]: Entering directory 'c:/Users/Michael/Development/build-tiled-Desktop_Qt_5_1_0_MinGW_32bit-Release/src/libtiled' | |
c:/Qt/Qt5.1.0/Tools/mingw48_32/bin/mingw32-make -f Makefile.Release | |
mingw32-make[3]: Entering directory 'c:/Users/Michael/Development/build-tiled-Desktop_Qt_5_1_0_MinGW_32bit-Release/src/libtiled' | |
g++ -Wl,-s -shared -mthreads -Wl,--out-implib,../../lib/libtiled.a -o ../../lib/tiled.dll object_script.tiled.Release -lglu32 -lopengl32 -lgdi32 -luser32 "C:/Program Files (x86)/GnuWin32/lib/libz.a" -LC:\Qt\Qt5.1.0\\5.1.0\mingw48_32\lib -lQt5Gui -lQt5Core | |
c:/qt/qt5.1.0/tools/mingw48_32/bin/../lib/gcc/i686-w64-mingw32/4.8.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lQt5Gui | |
c:/qt/qt5.1.0/tools/mingw48_32/bin/../lib/gcc/i686-w64-mingw32/4.8.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lQt5Core | |
collect2.exe: error: ld returned 1 exit status | |
Makefile.Release:109: recipe for target '../../lib/tiled.dll' failed | |
mingw32-make[3]: *** [../../lib/tiled.dll] Error 1 | |
mingw32-make[3]: Leaving directory 'c:/Users/Michael/Development/build-tiled-Desktop_Qt_5_1_0_MinGW_32bit-Release/src/libtiled' | |
Makefile:34: recipe for target 'release' failed | |
mingw32-make[2]: Leaving directory 'c:/Users/Michael/Development/build-tiled-Desktop_Qt_5_1_0_MinGW_32bit-Release/src/libtiled' | |
mingw32-make[2]: *** [release] Error 2 | |
Makefile:43: recipe for target 'sub-libtiled-make_first-ordered' failed | |
mingw32-make[1]: *** [sub-libtiled-make_first-ordered] Error 2 | |
mingw32-make[1]: Leaving directory 'c:/Users/Michael/Development/build-tiled-Desktop_Qt_5_1_0_MinGW_32bit-Release/src' | |
makefile:39: recipe for target 'sub-src-make_first-ordered' failed | |
mingw32-make: *** [sub-src-make_first-ordered] Error 2 | |
09:43:58: The process "C:\Qt\Qt5.1.0\Tools\mingw48_32\bin\mingw32-make.exe" exited with code 2. | |
Error while building/deploying project tiled (kit: Desktop Qt 5.1.0 MinGW 32bit) | |
When executing step 'Make' | |
09:43:58: Elapsed time: 00:01. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment