ponyboy
05-06-2004, 11:08 AM
I'm getting this error during the make. It's happened twice now after I do a make -f Makefile.dist then ./configure.
Here is the error hopefully someone knows what's creating this.
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3-gcc3.2/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 mapcore.o `test -f 'mapcore.cpp' || echo './'`mapcore.cpp
mapcore.cpp: In member function `void MapData::loadSOEMap(const QString&,
bool)':
mapcore.cpp:968: no matching function for call to `QString::remove(QRegExp&)'
/usr/lib/qt3-gcc3.2/include/qstring.h:500: candidates are: QString&
QString::remove(unsigned int, unsigned int)
/usr/lib/qt3-gcc3.2/include/qstring.h:607: `QString& QString::replace(const
QString&, const QString&)' is private
mapcore.cpp:1094: within this context
/usr/lib/qt3-gcc3.2/include/qstring.h: In member function `void
MapData::saveSOEMap(const QString&) const':
/usr/lib/qt3-gcc3.2/include/qstring.h:607: `QString& QString::replace(const
QString&, const QString&)' is private
mapcore.cpp:1361: within this context
make[3]: *** [mapcore.o] Error 1
make[3]: Leaving directory `/usr/local/showeq/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/showeq'
make: *** [all] Error 2
Here is the error hopefully someone knows what's creating this.
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3-gcc3.2/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 mapcore.o `test -f 'mapcore.cpp' || echo './'`mapcore.cpp
mapcore.cpp: In member function `void MapData::loadSOEMap(const QString&,
bool)':
mapcore.cpp:968: no matching function for call to `QString::remove(QRegExp&)'
/usr/lib/qt3-gcc3.2/include/qstring.h:500: candidates are: QString&
QString::remove(unsigned int, unsigned int)
/usr/lib/qt3-gcc3.2/include/qstring.h:607: `QString& QString::replace(const
QString&, const QString&)' is private
mapcore.cpp:1094: within this context
/usr/lib/qt3-gcc3.2/include/qstring.h: In member function `void
MapData::saveSOEMap(const QString&) const':
/usr/lib/qt3-gcc3.2/include/qstring.h:607: `QString& QString::replace(const
QString&, const QString&)' is private
mapcore.cpp:1361: within this context
make[3]: *** [mapcore.o] Error 1
make[3]: Leaving directory `/usr/local/showeq/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/showeq'
make: *** [all] Error 2