PDA

View Full Version : bleh - Interface.cpp compilation errors



guice
04-18-2003, 02:25 PM
I'm heading out the door now, so I'm making a quick post on this. Any thoughts as to why? I checked the INSTALL file and it wasn't updated, so the base requirements, from what I can see, hadn't changed. using the same src direction I always had, updated from CVS:

g++3 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/qt/include -I/usr/X11R6/include -DMAPDIR=\"/usr/local
/share/showeq\" -DLOGDIR=\"/usr/local/share/showeq\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -
g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-ico
ns/\" -c interface.cpp
/usr/local/qt/include/qapplication.h:88: candidates are: static void
QApplication::setStyle(QStyle*)
interface.cpp:5187: no matching function for call to
`QApplication::setStyle(const char[8])'
/usr/local/qt/include/qapplication.h:88: candidates are: static void
QApplication::setStyle(QStyle*)
interface.cpp:5197: no matching function for call to
`QApplication::setStyle(const char[4])'
/usr/local/qt/include/qapplication.h:88: candidates are: static void
QApplication::setStyle(QStyle*)
interface.cpp:5224: no matching function for call to
`QApplication::setStyle(const char[6])'
/usr/local/qt/include/qapplication.h:88: candidates are: static void
QApplication::setStyle(QStyle*)
interface.cpp:5233: no matching function for call to
`QApplication::setStyle(const char[4])'
/usr/local/qt/include/qapplication.h:88: candidates are: static void
QApplication::setStyle(QStyle*)
interface.cpp:5242: no matching function for call to
`QApplication::setStyle(const char[6])'
/usr/local/qt/include/qapplication.h:88: candidates are: static void
QApplication::setStyle(QStyle*)
make[2]: *** [interface.o] Error 1
make[2]: Leaving directory `/root/showeq/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/showeq/showeq'
make: *** [all-recursive-am] Error 2

mvern
04-18-2003, 03:22 PM
If your using qt-2.x, thats likely the problem. Looks like it was broken when I changed things to get it to work with debian's qt-3.1.

guice
04-18-2003, 05:51 PM
That would be it. Still using QT2. Humm

guice
04-19-2003, 02:32 AM
OKay, from what I can see there is no QT3 out for RH7.

Soo.. am I forced to update RH? or will SEQ get reworked to work with QT2 agian?

guice
04-19-2003, 04:17 AM
OMG OMG OMG OMG .. I'm So stoked right now. It's working! My presious ... presious.

Dude, you so rule. Thanks SO much!