I cannot compile Qt with Cygwin/MinGW when using the source from the
CVS repository.  I followed the steps on
<a href="http://qtwin.sourceforge.net/qt3-win32/compile-mingw.php">http://qtwin.sourceforge.net/qt3-win32/compile-mingw.php</a> and
<a href="http://qtwin.sourceforge.net/qt3-win32/compile-cygwin.php">http://qtwin.sourceforge.net/qt3-win32/compile-cygwin.php</a> for each but
both attemps failed with the same error messages:<br>
<blockquote>g++ -c -w -O2 -fno-exceptions -fno-rtti -DQT_SHARED -DQT_THREAD_SUPPORT -DQT_ACC<br>
ESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DUNICODE -DQT_THREAD_SUPPO<br>
RT -DQT_NO_CUPS -DQT_NO_NIS -DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_PNG -DQT_NO_BIG_<br>
CODECS -DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_INTERLACE -DQT_NO_STYL<br>
E_WINDOWSXP -DQT_DLL -DQT_MAKEDLL -I&quot;tmp&quot; -I&quot;3rdparty\libjpeg&quot; -I&quot;3rdparty\zlib&quot;<br>
&nbsp;-I&quot;C:\cygwin\home\jkutchka\qt-3\include&quot; -I&quot;C:\cygwin\home\jkutchka\qt-3\src&quot; -<br>
I&quot;tmp\moc\release-shared-mt&quot; -I&quot;c:\cygwin\home\jkutchka\qt-3\mkspecs\win32-g++&quot;<br>
-o tmp\obj\release-shared-mt\qcursor_win.o kernel\qcursor_win.cpp<br>
kernel\qcursor_win.cpp: In constructor `QCursor::QCursor(HICON__*)':<br>
kernel\qcursor_win.cpp:134: error: a casts to a type other than an integral or e<br>
numeration type cannot appear in a constant-expression<br>
</blockquote>
<br>
where the last error is repeated forseveral more lines of code in the same area.<br>
<br>
Thanks,<br>
Jeffrey Kutchka<br>
<br>