Qt-interest Archive, May 2007
Qt-4.3.0-RC1+MinGW+Windows Vista Compile error
Message 1 in thread
Hello !
I get the following error message, when I try to compile Qt-4.3.0-RC1:
\mkspecs\win32-g++" -o tmp\obj\debug_shared\qapplication_win.o
kernel\qapplicati
on_win.cpp
kernel\qapplication_win.cpp: In function `void alert_widget(QWidget*, int)':
kernel\qapplication_win.cpp:1076: error: `pFlashWindowEx' undeclared
(first use
this function)
kernel\qapplication_win.cpp:1076: error: (Each undeclared identifier is
reported
only once for each function it appears in.)
kernel\qapplication_win.cpp:1078: error: `PtrFlashWindowEx' undeclared
(first us
e this function)
kernel\qapplication_win.cpp:1078: error: expected `;' before "themeLib"
kernel\qapplication_win.cpp:1092: error: `FLASHWINFO' undeclared (first
use this
function)
kernel\qapplication_win.cpp:1092: error: expected `;' before "info"
kernel\qapplication_win.cpp:1093: error: `info' undeclared (first use
this funct
ion)
kernel\qapplication_win.cpp:1095: error: `FLASHW_TRAY' undeclared (first
use thi
s function)
kernel\qapplication_win.cpp: At global scope:
kernel\qapplication_win.cpp:324: warning: 'int translateKeyCode(int)'
declared `
static' but never defined
mingw32-make[1]: *** [tmp\obj\debug_shared\qapplication_win.o] Error 1
mingw32-make[1]: Leaving directory `C:/Qt/4.3.0rc1/src/gui'
mingw32-make: *** [debug-all] Error 2
I also tried it with Qt-4.3.0-Beta and I got the same error message.
Does someone also get this error ? Is there a solution for this ?
I tried to install MinGW manually and the version, witch is bundled with
qt4.3-rc1 and I tried to install the newest version of win32-api from mingw.
Thanks a lot for helping !
Best Regards
Heiko Steindl
--
[ signature omitted ]
Message 2 in thread
Thanks for your report. I believe it should work correctly if you rerun
configure with
accessability support enabled. This will be fixed for the final release.
--
[ signature omitted ]
Message 3 in thread
Hi Jens !
thanks a lot !
now it is working fine ! (it was the accessability support )
Best Regards
Heiko
Jens Bache-Wiig schrieb:
> Thanks for your report. I believe it should work correctly if you
> rerun configure with
> accessability support enabled. This will be fixed for the final release.
>
--
[ signature omitted ]