Hi, Im just trying to compile python-qt3-3.5 on a debian stable system (with recent Qt 3.1.2 and KDE 3.1.1 backports)
It stops at: g++ -c -pipe -w -O2 -D_REENTRANT -fPIC -DSIP_MAKE_MODULE_DLL -DQT_NO_STYLE_CDE -DQT_NO_STYLE_MOTIFPLUS -DQT_NO_STYLE_MOTIF -DQT_NO_STYLE_PLATINUM -DQT_NO_STYLE_SGI -DQT_NO_STYLE_WINDOWS -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -fno-exceptions -I/usr/share/qt3/mkspecs/linux-g++ -I. -I. -I/usr/include/python2.1 -I/usr/include/qscintilla -I/usr/share/qt3/include -o qthuge.o qthuge.cpp sipqtQDesktopWidget.cpp: In method `void sipQDateTimeEdit::sipProtect_layoutEditors()': sipqtQDesktopWidget.cpp:4079: no method `QDateTimeEdit::layoutEditors' make: *** [qthuge.o] Error 1 and if I look into /usr/include/qt3/qdatetimeedit.h there is in deed no "layoutEditors" method. What can I do here? my versions of Qt and sip: [EMAIL PROTECTED] dpkg -l libqt3 ii libqt3 3.1.2-0woody1 Qt Library [EMAIL PROTECTED] dpkg -l libqscintilla0 ii libqscintilla0 0.3-3 Qt source code editing component based on Sc [EMAIL PROTECTED] sip -V 3.5 (build 57) Thanks Albrecht -- // Albrecht Gebhardt Tel.: (++43 463) 2700/3118 // Institut fuer Mathematik Fax : (++43 463) 2700/3198 // Universitaet Klagenfurt mailto:[EMAIL PROTECTED] // Universitaetsstr. 65 http://www-stat.uni-klu.ac.at/~agebhard // A-9020 Klagenfurt, Austria _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
