LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   qt3.2.3 Installation problem (https://www.linuxquestions.org/questions/linux-software-2/qt3-2-3-installation-problem-481158/)

Jitu4321 09-07-2006 01:11 AM

qt 3.2.3 installation problem
 
Hi Everybody,

Can anyone pls help me to install qt3.2.3 in linux 2.4. I have downloaded from rolltech and followed the steps given. bue when i am running make command it is giving the following errors:
gmake[1]: Entering directory `/usr/local/qt'
cd qmake && /usr/bin/gmake
gmake[2]: Entering directory `/usr/local/qt/qmake'
gmake[2]: Nothing to be done for `qmake'.
gmake[2]: Leaving directory `/usr/local/qt/qmake'
cd src/moc && /usr/bin/gmake
gmake[2]: Entering directory `/usr/local/qt/src/moc'
gmake[2]: *** No targets specified and no makefile found. Stop.
gmake[2]: Leaving directory `/usr/local/qt/src/moc'
gmake[1]: *** [src-moc] Error 2
gmake[1]: Leaving directory `/usr/local/qt'
gmake: *** [init] Error 2

Please help me out of this problem.

Jitu4321 09-07-2006 01:25 AM

qt3.2.3 Installation problem
 
Hi,
I am trying to install qt3.2.3 on linux 2.4
I am following the steps given in the INSTALL file. If i am running the ./configure inside the src directory, after configuring it is giving the msg:

Qt is now configured for building. Just run /usr/bin/gmake.
To reconfigure, run /usr/bin/gmake confclean and configure.

and after running the command make it is giving the following eroor:



make[3]: Entering directory `/home/jitenm/qtnew/qt/tools/qtconfig'
g++ -c -pipe -fno-exceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/home/jitenm/qtnew/qt/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I. -I../../include -I.moc/release-shared-mt/ -o .obj/release-shared-mt/mainwindow.o mainwindow.cpp
mainwindow.cpp: In constructor `MainWindow::MainWindow()':
mainwindow.cpp:298: error: cannot declare member function `QApplication::
globalStrut' within `MainWindow'
mainwindow.cpp:298: error: no match for call to `(QSize) ()'
mainwindow.cpp:298: error: assignment (not initialization) in declaration
make[3]: *** [.obj/release-shared-mt/mainwindow.o] Error 1
make[3]: Leaving directory `/home/jitenm/qtnew/qt/tools/qtconfig'
make[2]: *** [sub-qtconfig] Error 2
make[2]: Leaving directory `/home/jitenm/qtnew/qt/tools'
make[1]: *** [sub-tools] Error 2
make[1]: Leaving directory `/home/jitenm/qtnew/qt'
make: *** [init] Error 2

Please tell me what went wrong with the installtion process.

Pls help me!!!!!!!!!!!!!!!!!


All times are GMT -5. The time now is 02:07 AM.