I'm having a pretty rough time with compiling the debug files.
Now I'm having the following problem:
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-rel
oc -Wl,-s -Wl,-subsystem,console -mthreads -Wl -o "..\..\..\bin\uic3.exe" object
_script.uic3.Release -L"c:\Qt\4.3.2\lib" -L"c:\Qt\4.3.2\lib" -lQt3Support4 -lQt
Xml4 -lQtGui4 -lQtCore4
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\ mingw32\bin\ld.exe: cannot fin
d -lQt3Support4
collect2: ld returned 1 exit status
mingw32-make[2]: *** [..\..\..\bin\uic3.exe] Error 1
mingw32-make[2]: Leaving directory `C:/Qt/4.3.2/src/tools/uic3'
mingw32-make[1]: *** [release] Error 2
mingw32-make[1]: Leaving directory `C:/Qt/4.3.2/src/tools/uic3'
mingw32-make: *** [debug-C__Qt_4_3_2_src_tools_uic3] Error 2
C:\Qt\4.3.2\src>
I'm not sure what I need to do. Suggestions are much appreciated.




Reply With Quote
Bookmarks