jctw5
08-09-2002, 01:10 PM
Loaded Mandrake 9 beta 2 and verified I had all the libraries. Some where updated (ie libstdc++3.0 was 3.1). Did not see an option to include libtool-libs
After intial make, I edited the configure file to recognize version for qt
qt_major_version=3
qt_minor_version=0
qt_major_build=5
This allowed me to run configure.
On the final make, I now get an error
interface.o: In function `EQInterface::setTheme(int)':
/root/showeq/src/interface.cpp:5133: undefined reference to `QCDEStyle::QCDEStyle[in-charge](bool)'
/root/showeq/src/interface.cpp:5167: undefined reference to `QSGIStyle::QSGIStyle[in-charge](bool)'
collect2: ld returned 1 exit status
make[2]: *** [showeq] Error 1
make[2]: Leaving directory `/root/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/showeq'
make: *** [all-recursive-am] Error 2
I've done some searching but have run into a dead end with this one.
After intial make, I edited the configure file to recognize version for qt
qt_major_version=3
qt_minor_version=0
qt_major_build=5
This allowed me to run configure.
On the final make, I now get an error
interface.o: In function `EQInterface::setTheme(int)':
/root/showeq/src/interface.cpp:5133: undefined reference to `QCDEStyle::QCDEStyle[in-charge](bool)'
/root/showeq/src/interface.cpp:5167: undefined reference to `QSGIStyle::QSGIStyle[in-charge](bool)'
collect2: ld returned 1 exit status
make[2]: *** [showeq] Error 1
make[2]: Leaving directory `/root/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/showeq'
make: *** [all-recursive-am] Error 2
I've done some searching but have run into a dead end with this one.