LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing Direct DFB 0.9.24 over Qt3.2.1 (https://www.linuxquestions.org/questions/linux-software-2/installing-direct-dfb-0-9-24-over-qt3-2-1-a-482422/)

Jitu4321 09-11-2006 09:36 AM

Installing Direct DFB 0.9.24 over Qt3.2.1
 
Hi,
I am trying to install Direct Dfb 0.9.24 over qt3.2.1, But when i am running 'make' it is giving the following problems:
GLWidget::macInternalFixBufferRect()'
/home/jitenm/qt3.2.1-dfb/lib/libqt.so: undefined reference to `QGLContext::generateFontDisplayLists(QFont const&, int)'
/home/jitenm/qt3.2.1-dfb/lib/libqt.so: undefined reference to `QGLWidget::updateOverlayGL()'
/home/jitenm/qt3.2.1-dfb/lib/libqt.so: undefined reference to `QGLWidget::resizeEvent(QResizeEvent*)'
/home/jitenm/qt3.2.1-dfb/lib/libqt.so: undefined reference to `QGLWidget::makeOverlayCurrent()'
/home/jitenm/qt3.2.1-dfb/lib/libqt.so: undefined reference to `QGLWidget::setContext(QGLContext*, QGLContext const*, bool)'
/home/jitenm/qt3.2.1-dfb/lib/libqt.so: undefined reference to `QGLContext::swapBuffers() const'
/home/jitenm/qt3.2.1-dfb/lib/libqt.so: undefined reference to `QGLWidget::init(QGLContext*, QGLWidget const*)'
/home/jitenm/qt3.2.1-dfb/lib/libqt.so: undefined reference to `QGLWidget::reparent(QWidget*, unsigned, QPoint const&, bool)'
/home/jitenm/qt3.2.1-dfb/lib/libqt.so: undefined reference to `QGLContext::colorIndex(QColor const&) const'
collect2: ld returned 1 exit status
make[4]: *** [../../../bin/uic] Error 1


and some more like
make[1]: Entering directory `/home/jitenm/qt3.2.1-dfb'
cd qmake && make
make[2]: Entering directory `/home/jitenm/qt3.2.1-dfb/qmake'
make[2]: `qmake' is up to date.
make[2]: Leaving directory `/home/jitenm/qt3.2.1-dfb/qmake'
cd src/moc && make
make[2]: Entering directory `/home/jitenm/qt3.2.1-dfb/src/moc'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/jitenm/qt3.2.1-dfb/src/moc'
cd src && make
make[2]: Entering directory `/home/jitenm/qt3.2.1-dfb/src'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/jitenm/qt3.2.1-dfb/src'
cd plugins/src && make
make[2]: Entering directory `/home/jitenm/qt3.2.1-dfb/plugins/src'
cd accessible && make -f Makefile
make[3]: Entering directory `/home/jitenm/qt3.2.1-dfb/plugins/src/accessible'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jitenm/qt3.2.1-dfb/plugins/src/accessible'
cd codecs && make -f Makefile
make[3]: Entering directory `/home/jitenm/qt3.2.1-dfb/plugins/src/codecs'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jitenm/qt3.2.1-dfb/plugins/src/codecs'
and so on ............

Can anyone tell me what's wrong with the installation process.........
Help me out of this problem!!!!!!!!!!!!!!
ThankX.


All times are GMT -5. The time now is 11:35 AM.