will do , but I am sure it's going to tell me , CC1 not found .
Thankshope it works
will do , but I am sure it's going to tell me , CC1 not found .
Thankshope it works
Ok, then you've the 'classic' mingw on vista problem. You have to update your mingw runtime. Download it from sf.net/projects/mingw (Download section, 'mingw runtime') and unpack it to your mingw install dir.
See also mingw-users mailing list about the discussion using mingw/vista.
Will do thanks so much for your help!
mingw-runtime-3.13.tar is this the correct one ?
Thanks .
Qt is now configured for building. Just run mingw32-make.
To reconfigure, run mingw32-make confclean and configure.
(cd C:\Qt\4.3.2\src\winmain && mingw32-make -f Makefile debug)
mingw32-make[1]: *** No rule to make target `debug'. Stop.
mingw32-make[1]: Entering directory `C:/Qt/4.3.2/src/winmain'
mingw32-make[1]: Leaving directory `C:/Qt/4.3.2/src/winmain'
mingw32-make: *** [debug-C__Qt_4_3_2_src_winmain] Error 2
C:\Qt\4.3.2\src>
this is what I got![]()
Thans again .
What configure options did you use? Looks like you added '-debug' or '-release' which is not good on windows. Maybe post configure.exe output.
Try "..\..\bin\qmake -spec win32-g++" in src\winmain to regenerate Makefiles in there.
Thanks so much for your help Christian!
I got it!
How are you in Eclipse
![]()
Bookmarks