PDA

View Full Version : compiling errors qt-2.3.2 (gcc 3.0.4)



redpoint13
04-04-2002, 06:23 PM
i finally got qt-2.3.2 to compile with gcc 3.0.4 and im getting this error:

make[4]: *** [buttongroups] Error 1
make[4]: Leaving directory `/usr/lib/qt-2.3.2/examples/buttongroups'
make[3]: *** [buttongroups] Error 2
make[3]: Leaving directory `/usr/lib/qt-2.3.2/examples'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/lib/qt-2.3.2/examples'
make[1]: *** [sub-examples] Error 2
make[1]: Leaving directory `/usr/lib/qt-2.3.2'
make: *** [init] Error 2

redpoint13
04-04-2002, 07:40 PM
ok well i got qt-2.3.2 to compile all right.

when i try to compile showeq i get an error that says

configure: error: cannot find pcap_open_live in libpcap.

Rootuser
04-04-2002, 07:46 PM
Did you edit the qt-src references in /usr/lib/qt-2.3.2/ ?????

I think the file name is linux-g++-shared or something close to that. All references must be changed to recognize gcc3 or g++3. That is more so for later on in the install process but make sure you did that before you run the ./configure.

Also, did you export your QTDIR to point to qt-2.3.2 instead of the default RH 7.2 qt-2.3.1? That might do it as well.


Give those a shot.

Also, how are you running your ./configure and make?

Rootuser

redpoint13
04-04-2002, 09:49 PM
done both of those...