compiling qt-embedded with arm-linux-g++ 4.0 on fedora 9 , the following is the compiling error:
but when i compiling on fedora 4 with the same version arm-linux-g++, there is no error at all.
embedded/qdecoration_qws.cpp: In static member function 'static void QDecoration::startMove(QWidget*)':
../../include/QtGui/../../src/gui/kernel/qwidget.h:139: error: 'QWidgetPrivate* QWidget::d_func()' is private
embedded/qdecoration_qws.cpp:371: error: within this context
embedded/qdecoration_qws.cpp:371: error: 'struct QTLWExtra' has no member named 'qwsManager'
embedded/qdecoration_qws.cpp: In static member function 'static void QDecoration::startResize(QWidget*)':
../../include/QtGui/../../src/gui/kernel/qwidget.h:139: error: 'QWidgetPrivate* QWidget::d_func()' is private
embedded/qdecoration_qws.cpp:388: error: within this context
embedded/qdecoration_qws.cpp:388: error: 'struct QTLWExtra' has no member named 'qwsManager'
make[1]: *** [.obj/release-shared-emb-arm/qdecoration_qws.o] 错误 1