Was this question in regard to installation of QT on my system or the application that i created..Originally Posted by wysota
If installation then..
after i installed, i ran configure -debug and then make at the QT 4.1.1 Command Prompt...
which also gave many errors at the end... they were quite many and ranged out of the command prompt buffer... i am showing the last page of the errors.. first page went out of the range..
[HTML]
styles\qwindowsxpstyle.cpp:3331: error: `CS_ACTIVE' undeclared (first use this f
unction)
styles\qwindowsxpstyle.cpp:3333: error: `WP_CAPTION' undeclared (first use this
function)
styles\qwindowsxpstyle.cpp: In member function `virtual QPixmap QWindowsXPStyle:
:standardPixmap(QStyle::StandardPixmap, const QStyleOption*, const QWidget*) con
st':
styles\qwindowsxpstyle.cpp:3368: error: `WP_SMALLCLOSEBUTTON' undeclared (first
use this function)
styles\qwindowsxpstyle.cpp:3368: error: `CBS_NORMAL' undeclared (first use this
function)
styles\qwindowsxpstyle.cpp:3371: error: `TS_TRUE' undeclared (first use this fun
ction)
styles\qwindowsxpstyle.cpp:3371: error: `pGetThemePartSize' cannot be used as a
function
styles\qwindowsxpstyle.cpp:3364: warning: unused variable 'dwOpt'
styles\qwindowsxpstyle.cpp: In member function `QIcon QWindowsXPStyle::standardI
conImplementation(QStyle::StandardPixmap, const QStyleOption*, const QWidget*) c
onst':
styles\qwindowsxpstyle.cpp:3399: error: `WP_SMALLCLOSEBUTTON' undeclared (first
use this function)
styles\qwindowsxpstyle.cpp:3399: error: `CBS_NORMAL' undeclared (first use this
function)
styles\qwindowsxpstyle.cpp:3400: error: `WP_MAXBUTTON' undeclared (first use thi
s function)
styles\qwindowsxpstyle.cpp:3400: error: `MAXBS_NORMAL' undeclared (first use thi
s function)
styles\qwindowsxpstyle.cpp:3403: error: `TS_TRUE' undeclared (first use this fun
ction)
styles\qwindowsxpstyle.cpp:3403: error: `pGetThemePartSize' cannot be used as a
function
styles\qwindowsxpstyle.cpp:3411: error: `MAXBS_PUSHED' undeclared (first use thi
s function)
styles\qwindowsxpstyle.cpp:3415: error: `MAXBS_HOT' undeclared (first use this f
unction)
styles\qwindowsxpstyle.cpp:3419: error: `MAXBS_DISABLED' undeclared (first use t
his function)
styles\qwindowsxpstyle.cpp:3396: warning: unused variable 'dwOpt'
styles\qwindowsxpstyle.cpp:3439: error: `pGetThemePartSize' cannot be used as a
function
styles\qwindowsxpstyle.cpp:3443: error: `WP_CLOSEBUTTON' undeclared (first use t
his function)
styles\qwindowsxpstyle.cpp:3448: error: `CBS_PUSHED' undeclared (first use this
function)
styles\qwindowsxpstyle.cpp:3452: error: `CBS_HOT' undeclared (first use this fun
ction)
styles\qwindowsxpstyle.cpp:3456: error: `CBS_DISABLED' undeclared (first use thi
s function)
styles\qwindowsxpstyle.cpp:3433: warning: unused variable 'dwOpt'
styles\qwindowsxpstyle.cpp:3473: error: `WP_RESTOREBUTTON' undeclared (first use
this function)
styles\qwindowsxpstyle.cpp:3476: error: `pGetThemePartSize' cannot be used as a
function
styles\qwindowsxpstyle.cpp:3469: warning: unused variable 'dwOpt'
mingw32-make[2]: *** [tmp\obj\debug_shared\qwindowsxpstyle.o] Error 1
mingw32-make[2]: Leaving directory `C:/Qt/4.1.0/src/gui'
mingw32-make[1]: *** [debug] Error 2
mingw32-make[1]: Leaving directory `C:/Qt/4.1.0/src/gui'
mingw32-make: *** [debug-gui] Error 2
[/HTML]
else if the question was in regard to my application..
then in the .pro file i included the statement CONFIG += debug and then tried to run the command make but giving nothing than error...
The error which it gave i have mentioned earlier...
Thank you..
Kapil
Bookmarks