PDA

View Full Version : Another QT compiling error



OMGWoot
02-19-2003, 10:46 AM
In the "gmake install" call I get that error maybe 30 sec after it started.

strip "/opt/qt-3.0.5/doc/html/"
strip /opt/qt-3.0.5/doc/html/: Is a directory
gmake[2]; *** [install_docs] Error 1
gmake[2]; Leaving directory '/usr/lib/qt-3.0.5/src'
gmake[1]; *** [src-install] Error 2
gmake[1]; Leaving directory '/usr/lib/qt-3.0.5/'
gmake[1] *** [install] Error 2

I did follow the instructions provided and logged in as root.

I run those commands:

export QTDIR=/usr/lib/qt-3.0.5
./configure -thread --prefix=opt/qt-3.0.5
gmake
gmake install (<---- getting the error here)

The only thing I didnt do is to edit the file and change gcc to gcc3 and g++ to g++3 cause it was making an error saying no such program! I'm on mandrake 8.2.

Any help on this would be appreciated.

OMGWoot
02-19-2003, 10:47 AM
Trying with qt-3.1.1 now see if i get same thing!

showeqnewb
02-19-2003, 12:09 PM
Exact same error i am getting except I did edit the gcc3 into the configs

Cryonic
02-19-2003, 12:48 PM
if you don't have gcc3 on your system (default compiler for MK9, but not for MK8.2) then even if you get QT compiled (which it looks like you did) it WILL NOT WORK WITH SHOWEQ.

showeqnewb
02-19-2003, 12:56 PM
I do have gcc3 installed and I did edit into the qmake.conf all the changes from gcc to gcc3 g++ to g++3.

I also got the same errors.

Cryonic
02-19-2003, 01:05 PM
I wasn't talking to you showeqnewb, I was talking to the starter of the thread. Try this:

http://seq.sourceforge.net/showthread.php?s=&threadid=2690

Follow those directions (on top of the ones listed in the INSTALL.newbies file that comes with SEQ).

OMGWoot
02-19-2003, 01:27 PM
QT 3.1.1 seems to do same error

I am downloading Mandrake 9.0 now
Will try with this one and do the changes in the conf file!

showeqnewb
02-19-2003, 03:31 PM
I wasnt trying to be rude there. I was just saying I have those installed and am getting the exact same errors. Was just trying to explain at this point I did not believe it was g++ or gcc related :)

The thread you posted, I was useing as a guide!

OMGWoot
02-19-2003, 11:03 PM
Ok it seems I got it going now... finger crossed. At the moment I am compiling showeq with make... no errors so far...

I installed Mandrake 9.0 which fixed alot of gcc headaches I had
I installed qt-3.1.1 and did not change gcc or g++ to gcc3 and g++3 since mandrake 9 comes with gcc 3.2

I just needed to install the rpms libpcap0, libpcap0-devel, libgdbm2 and libgdbm2-devel

So far so good!

Thanks