Advertisement
Guest User

QT

a guest
Jan 22nd, 2012
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. Running build steps for project Slots_and_signals...
  2. Configuration unchanged, skipping qmake step.
  3. Starting: "C:\QtSDK\mingw\bin\mingw32-make.exe"
  4. c:/qtsdk/desktop/qt/4.7.3/mingw/bin/qmake.exe -spec c:/QtSDK/Desktop/Qt/4.7.3/mingw/mkspecs/win32-g++ -o Makefile ../Slots_and_signals/Slots_and_signals.pro
  5. WARNING: c:\Users\grant\Documents\QT Tutorial\Slots_and_signals\Slots_and_signals.pro:23: Unescaped backslashes are deprecated.
  6. WARNING: c:\Users\grant\Documents\QT Tutorial\Slots_and_signals\Slots_and_signals.pro:23: Unescaped backslashes are deprecated.
  7. WARNING: c:\Users\grant\Documents\QT Tutorial\Slots_and_signals\Slots_and_signals.pro:23: Unescaped backslashes are deprecated.
  8. C:/QtSDK/mingw/bin/mingw32-make -f Makefile.Debug
  9. mingw32-make[1]: Entering directory `C:/Users/grant/Documents/QT Tutorial/Slots_and_signals-build-desktop'
  10. g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows -o debug/Slots_and_signals.exe debug/main.o debug/mainwindow.o debug/dialog.o debug/moc_mainwindow.o debug/moc_dialog.o -L'c:/QtSDK/Desktop/Qt/4.7.3/mingw/lib' -lmingw32 -lqtmaind -LC:\MinGW\lib -lcurldll -lQtGuid4 -lQtCored4 -LC:\OpenSSL-Win32_full\lib
  11. mingw32-make[1]: Leaving directory `C:/Users/grant/Documents/QT Tutorial/Slots_and_signals-build-desktop'
  12. c:/qtsdk/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf Error: Offset (484) greater than or equal to (null) size (4954657).
  13. C:\MinGW\lib/libmingw32.a(tlsthrd.o):tlsthrd.c:(.text+0x20): undefined reference to `EnterCriticalSection@4'
  14. c:/qtsdk/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf Error: found dwarf version '0', this reader only handles version 2 and 3 information.
  15. C:\MinGW\lib/libmingw32.a(tlsthrd.o):tlsthrd.c:(.text+0x61): undefined reference to `LeaveCriticalSection@4'
  16. c:/qtsdk/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf Error: found dwarf version '20039', this reader only handles version 2 and 3 information.
  17. C:\MinGW\lib/libmingw32.a(tlsthrd.o):tlsthrd.c:(.text+0xb5): undefined reference to `EnterCriticalSection@4'
  18. c:/qtsdk/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf Error: found dwarf version '8259', this reader only handles version 2 and 3 information.
  19. C:\MinGW\lib/libmingw32.a(tlsthrd.o):tlsthrd.c:(.text+0xd0): undefined reference to `LeaveCriticalSection@4'
  20. c:/qtsdk/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf Error: found dwarf version '11829', this reader only handles version 2 and 3 information.
  21. C:\MinGW\lib/libmingw32.a(tlsthrd.o):tlsthrd.c:(.text+0x104): undefined reference to `EnterCriticalSection@4'
  22. c:/qtsdk/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf Error: found dwarf version '11777', this reader only handles version 2 and 3 information.
  23. C:\MinGW\lib/libmingw32.a(tlsthrd.o):tlsthrd.c:(.text+0x133): undefined reference to `LeaveCriticalSection@4'
  24. c:/qtsdk/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf Error: found dwarf version '26989', this reader only handles version 2 and 3 information.
  25. C:\MinGW\lib/libmingw32.a(tlsthrd.o):tlsthrd.c:(.text+0x156): undefined reference to `LeaveCriticalSection@4'
  26. c:/qtsdk/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf Error: found dwarf version '12151', this reader only handles version 2 and 3 information.
  27. C:\MinGW\lib/libmingw32.a(tlsthrd.o):tlsthrd.c:(.text+0x1af): undefined reference to `DeleteCriticalSection@4'
  28. c:/qtsdk/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf Error: found dwarf version '29811', this reader only handles version 2 and 3 information.
  29. C:\MinGW\lib/libmingw32.a(tlsthrd.o):tlsthrd.c:(.text+0x1dc): undefined reference to `InitializeCriticalSection@4'
  30. collect2: ld returned 1 exit status
  31. mingw32-make[1]: *** [debug/Slots_and_signals.exe] Error 1
  32. mingw32-make: *** [debug] Error 2
  33. The process "C:\QtSDK\mingw\bin\mingw32-make.exe" exited with code 2.
  34. Error while building project Slots_and_signals (target: Desktop)
  35. When executing build step 'Make'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement