The reason why i asked is because when i build the Qt libraries in debug mode i get this at the end:
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Qt is now configured for building. Just run mingw32-make.
To reconfigure, run mingw32-make confclean and configure.
(cd C:\Qt\4.3.1\src\winmain && mingw32-make -f Makefile debug)
mingw32-make[1]: Entering directory `C:/Qt/4.3.1/src/winmain'
mingw32-make -f Makefile.Debug
Makefile.Debug:116: *** multiple target patterns. Stop.
mingw32-make[2]: Entering directory `C:/Qt/4.3.1/src/winmain'
mingw32-make[2]: Leaving directory `C:/Qt/4.3.1/src/winmain'
mingw32-make[1]: *** [debug] Error 2
mingw32-make[1]: Leaving directory `C:/Qt/4.3.1/src/winmain'
mingw32-make: *** [debug-C__Qt_4_3_1_src_winmain] Error 2
C:\Qt\4.3.1\src>
What does this mean especially where the lines mention "error"Also in the C:\Qt\examples..... There are no files in the "debug" folder,only in the "release" folder.
Does this mean that the building of the debug libraries failed?
When I run command "make release" i get a perfect executable in the release folder.
However when I type "make debug" or "make" I get the following error
C:\works>make debug
mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/works'
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-rel
oc -mthreads -Wl -Wl,-subsystem,windows -o "debug\works.exe" debug\yogi.o -L"c:
\Qt\4.3.1\lib" -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\ mingw32\bin\ld.exe: cannot fin
d -lqtmaind
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\works.exe] Error 1
mingw32-make[1]: Leaving directory `C:/works'
mingw32-make: *** [debug] Error 2
C:\works>
I am a bit fedup trying to resolve this,so guys please help me out.
Yours Respectfully
Bookmarks