Problems compiling Q...
"Hylke Donker" <[email protected]> Sun, 26 Nov 2006 13:09:48 +0100
| Newsgroups | gmane.comp.kde.devel.cygwin |
|---|---|
| Message-ID | <[email protected]> |
Hello, Today i've installed Dev-Cpp 4.9.9.2 and QT WIN Free 3.3-2006-11-24. I get the following compiling errors from: configure-mingw.bat -static [..] g++ -c -mthreads -w -O2 -fexceptions -frtti -DQT_THREAD_SUPPORT -DQT_ACCESSIBILI TY_SUPPORT -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DUNICODE -DQT_THREAD_SUPPORT -DQT_ NO_CUPS -DQT_NO_NIS -DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_POCKETPC -I"tmp" -I"3rdparty\libmng" -I"3rdparty\libjpeg" -I"3rdp arty\libpng" -I"3rdparty\zlib" -I"C:\Source\qt-3\include" -I"." -I"tmp\moc\relea se-static-mt" -I"C:\Source\qt-3\mkspecs\win32-g++" -o tmp\obj\release-static-mt\ qdesktopwidget_win.o kernel\qdesktopwidget_win.cpp kernel\/qwidget.h: In copy constructor `QSingleDesktopWidget::QSingleDesktopWidg et(const QSingleDesktopWidget&)': kernel\/qwidget.h:696: error: `QWidget::QWidget(const QWidget&)' is private kernel\qdesktopwidget_win.cpp:167: error: within this context mingw32-make[2]: *** [tmp\obj\release-static-mt\qdesktopwidget_win.o] Error 1 mingw32-make[2]: Leaving directory `C:/Source/qt-3/src' mingw32-make[1]: *** [sub-src] Error 2 mingw32-make[1]: Leaving directory `C:/Source/qt-3' mingw32-make: *** [init] Error 2 C:\Source\qt-3> I hope you can fix this simple syntax error. Hylke