Raistlin
02-13-2004, 11:38 AM
Compiling beta 5.0.0.5 from CVS on a RedHat 8.0 box with upgraded QT3.3.0 (just complied on box myself)
I get:
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/qt/include -I/usr/X11R6/include -DPKGDATADIR=\"/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-icons/\" -c -o xmlconv.o `test -f 'xmlconv.cpp' || echo './'`xmlconv.cpp
xmlconv.cpp: In member function `bool DomConvenience::elementToVariant(const
QDomElement&, QVariant&)':
xmlconv.cpp:255: call of overloaded `QCursor(uint)' is ambiguous
/usr/local/qt/include/qcursor.h:93: candidates are: QCursor::QCursor(long
unsigned int)
/usr/local/qt/include/qcursor.h:77: QCursor::QCursor(const
QCursor&) <near match>
/usr/local/qt/include/qcursor.h:72: QCursor::QCursor(int)
make[3]: *** [xmlconv.o] Error 1
make[3]: Leaving directory `/usr/src/showeq/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/showeq'
make: *** [all] Error 2
Current Environment shows:
MANPATH=/usr/local/qt/doc/man:
LD_LIBRARY_PATH=/usr/local/qt/lib:
PATH=/usr/local/qt/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
The error above seems to tell me that qt 3.3.0 has issues? Anyone else? What's going on?
--Raistlin
I get:
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/qt/include -I/usr/X11R6/include -DPKGDATADIR=\"/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-icons/\" -c -o xmlconv.o `test -f 'xmlconv.cpp' || echo './'`xmlconv.cpp
xmlconv.cpp: In member function `bool DomConvenience::elementToVariant(const
QDomElement&, QVariant&)':
xmlconv.cpp:255: call of overloaded `QCursor(uint)' is ambiguous
/usr/local/qt/include/qcursor.h:93: candidates are: QCursor::QCursor(long
unsigned int)
/usr/local/qt/include/qcursor.h:77: QCursor::QCursor(const
QCursor&) <near match>
/usr/local/qt/include/qcursor.h:72: QCursor::QCursor(int)
make[3]: *** [xmlconv.o] Error 1
make[3]: Leaving directory `/usr/src/showeq/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/showeq'
make: *** [all] Error 2
Current Environment shows:
MANPATH=/usr/local/qt/doc/man:
LD_LIBRARY_PATH=/usr/local/qt/lib:
PATH=/usr/local/qt/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
The error above seems to tell me that qt 3.3.0 has issues? Anyone else? What's going on?
--Raistlin