Hello,

I am running on Mint 19 and I think I have all the packages installed that are needed but I am getting an error during 'make' any chance anyone could take a look?

make all-recursive
make[1]: Entering directory '/home/andrew/Desktop/seq/showeq-6.2.3'
Making all in src
make[2]: Entering directory '/home/andrew/Desktop/seq/showeq-6.2.3/src'
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I. -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/\" -std=c++11 -fPIC -DQT_NO_VERSION_TAGGING -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
mv -f .deps/main.Tpo .deps/main.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I. -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/\" -std=c++11 -fPIC -DQT_NO_VERSION_TAGGING -MT spawn.o -MD -MP -MF .deps/spawn.Tpo -c -o spawn.o spawn.cpp
mv -f .deps/spawn.Tpo .deps/spawn.Po
/usr/bin/moc-qt4 spawnshell.h -o spawnshell.moc
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I. -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/\" -std=c++11 -fPIC -DQT_NO_VERSION_TAGGING -MT spawnshell.o -MD -MP -MF .deps/spawnshell.Tpo -c -o spawnshell.o spawnshell.cpp
spawnshell.cpp: In member function ‘int32_t SpawnShell::fillSpawnStruct(spawnStruct*, const uint8_t*, size_t, bool)’:
spawnshell.cpp:754:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(name.length() > 0 && name.length() < sizeof(spawn->lastName))
~~~~~~~~~~~~~~^~~~~~~~~
spawnshell.cpp:802:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < (sizeof(spawn->posData)/sizeof(spawn->posData[0])); ++i) {
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
spawnshell.cpp: In member function ‘void SpawnShell::npcMoveUpdate(const uint8_t*, size_t, uint8_t)’:
spawnshell.cpp:1111:13: warning: variable ‘pitch’ set but not used [-Wunused-but-set-variable]
int16_t pitch = 0;
^~~~~
mv -f .deps/spawnshell.Tpo .deps/spawnshell.Po
/usr/bin/moc-qt4 spawnlist.h -o spawnlist.moc
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I. -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/\" -std=c++11 -fPIC -DQT_NO_VERSION_TAGGING -MT spawnlist.o -MD -MP -MF .deps/spawnlist.Tpo -c -o spawnlist.o spawnlist.cpp
mv -f .deps/spawnlist.Tpo .deps/spawnlist.Po
/usr/bin/moc-qt4 spellshell.h -o spellshell.moc
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I. -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/\" -std=c++11 -fPIC -DQT_NO_VERSION_TAGGING -MT spellshell.o -MD -MP -MF .deps/spellshell.Tpo -c -o spellshell.o spellshell.cpp
mv -f .deps/spellshell.Tpo .deps/spellshell.Po
/usr/bin/moc-qt4 spelllist.h -o spelllist.moc
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I. -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/\" -std=c++11 -fPIC -DQT_NO_VERSION_TAGGING -MT spelllist.o -MD -MP -MF .deps/spelllist.Tpo -c -o spelllist.o spelllist.cpp
mv -f .deps/spelllist.Tpo .deps/spelllist.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I. -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/\" -std=c++11 -fPIC -DQT_NO_VERSION_TAGGING -MT vpacket.o -MD -MP -MF .deps/vpacket.Tpo -c -o vpacket.o vpacket.cpp
vpacket.cpp: In member function ‘int VPacket::Record(const char*, int, time_t, long int)’:
vpacket.cpp:167:7: warning: variable ‘size’ set but not used [-Wunused-but-set-variable]
int size;
^~~~
mv -f .deps/vpacket.Tpo .deps/vpacket.Po
/usr/bin/moc-qt4 editor.h -o editor.moc
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I. -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/\" -std=c++11 -fPIC -DQT_NO_VERSION_TAGGING -MT editor.o -MD -MP -MF .deps/editor.Tpo -c -o editor.o editor.cpp
mv -f .deps/editor.Tpo .deps/editor.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I. -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/\" -std=c++11 -fPIC -DQT_NO_VERSION_TAGGING -MT filter.o -MD -MP -MF .deps/filter.Tpo -c -o filter.o filter.cpp
mv -f .deps/filter.Tpo .deps/filter.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I. -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/\" -std=c++11 -fPIC -DQT_NO_VERSION_TAGGING -MT packetfragment.o -MD -MP -MF .deps/packetfragment.Tpo -c -o packetfragment.o packetfragment.cpp
mv -f .deps/packetfragment.Tpo .deps/packetfragment.Po
/usr/bin/moc-qt4 packetstream.h -o packetstream.moc
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I. -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/\" -std=c++11 -fPIC -DQT_NO_VERSION_TAGGING -MT packetstream.o -MD -MP -MF .deps/packetstream.Tpo -c -o packetstream.o packetstream.cpp
In file included from packetstream.h:33:0,
from packetstream.cpp:25:
packetinfo.h: In member function ‘bool EQPacketStream::connect2(const QString&, const char*, EQSizeCheckType, const QObject*, const char*)’:
packetinfo.h:129:10: warning: ‘payload’ may be used uninitialized in this function [-Wmaybe-uninitialized]
return m_typeName;
^~~~~~~~~~
packetstream.cpp:128:20: note: ‘payload’ was declared here
EQPacketPayload* payload;
^~~~~~~
mv -f .deps/packetstream.Tpo .deps/packetstream.Po
/usr/bin/moc-qt4 packetinfo.h -o packetinfo.moc
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I. -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/\" -std=c++11 -fPIC -DQT_NO_VERSION_TAGGING -MT packetinfo.o -MD -MP -MF .deps/packetinfo.Tpo -c -o packetinfo.o packetinfo.cpp
mv -f .deps/packetinfo.Tpo .deps/packetinfo.Po
/usr/bin/moc-qt4 packet.h -o packet.moc
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I. -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/\" -std=c++11 -fPIC -DQT_NO_VERSION_TAGGING -MT packet.o -MD -MP -MF .deps/packet.Tpo -c -o packet.o packet.cpp
packet.cpp: In constructor ‘EQPacket::EQPacket(const QString&, const QString&, uint16_t, QString, QString, QString, bool, bool, bool, int, int8_t, QObject*, const char*)’:
packet.cpp:259:11: warning: ignoring return value of ‘int setuid(__uid_t)’, declared with attribute warn_unused_result [-Wunused-result]
setuid(getuid());
~~~~~~^~~~~~~~~~
mv -f .deps/packet.Tpo .deps/packet.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I. -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/\" -std=c++11 -fPIC -DQT_NO_VERSION_TAGGING -MT packetcapture.o -MD -MP -MF .deps/packetcapture.Tpo -c -o packetcapture.o packetcapture.cpp
mv -f .deps/packetcapture.Tpo .deps/packetcapture.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I. -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/\" -std=c++11 -fPIC -DQT_NO_VERSION_TAGGING -MT packetformat.o -MD -MP -MF .deps/packetformat.Tpo -c -o packetformat.o packetformat.cpp
mv -f .deps/packetformat.Tpo .deps/packetformat.Po
/usr/bin/moc-qt4 interface.h -o interface.moc
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I. -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/\" -std=c++11 -fPIC -DQT_NO_VERSION_TAGGING -MT interface.o -MD -MP -MF .deps/interface.Tpo -c -o interface.o interface.cpp
In file included from mapcore.h:52:0,
from map.h:68,
from interface.cpp:30:
pointarray.h: In instantiation of ‘QRect Point3DArray<_T>::boundingRect() const [with _T = short int]’:
mapcore.h:486:49: required from here
pointarray.h:95:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
i < QVector<Point3D<_T> >::size();
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/interface.Tpo .deps/interface.Po
/usr/bin/moc-qt4 compass.h -o compass.moc
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I. -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/\" -std=c++11 -fPIC -DQT_NO_VERSION_TAGGING -MT compass.o -MD -MP -MF .deps/compass.Tpo -c -o compass.o compass.cpp
mv -f .deps/compass.Tpo .deps/compass.Po
/usr/bin/moc-qt4 map.h -o map.moc
/usr/local/qt3/bin/uic mapicondialog.ui > ui_mapicondialog.h
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I. -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/\" -std=c++11 -fPIC -DQT_NO_VERSION_TAGGING -MT map.o -MD -MP -MF .deps/map.Tpo -c -o map.o map.cpp
In file included from map.cpp:33:0:
mapicondialog.h:29:49: error: ‘Ui’ has not been declared
class MapIconDialog : public QDialog, protected Ui::MapIconDialog
^~
mapicondialog.h:29:53: error: expected ‘{’ before ‘MapIconDialog’
class MapIconDialog : public QDialog, protected Ui::MapIconDialog
^~~~~~~~~~~~~
In file included from /usr/include/qt4/QtGui/qwindowdefs.h:45:0,
from /usr/include/qt4/QtGui/qwidget.h:46,
from /usr/include/qt4/QtGui/QWidget:1,
from map.h:32,
from map.cpp:32:
/usr/include/qt4/QtCore/qobjectdefs.h:158:1: error: expected primary-expression before ‘public’
public: \
^
mapicondialog.h:31:5: note: in expansion of macro ‘Q_OBJECT’
Q_OBJECT
^~~~~~~~
/usr/include/qt4/QtCore/qobjectdefs.h:158:1: error: expected ‘}’ before ‘public’
public: \
^
mapicondialog.h:31:5: note: in expansion of macro ‘Q_OBJECT’
Q_OBJECT
^~~~~~~~
/usr/include/qt4/QtCore/qobjectdefs.h:160:30: error: uninitialized const ‘staticMetaObject’ [-fpermissive]
static const QMetaObject staticMetaObject; \
^
mapicondialog.h:31:5: note: in expansion of macro ‘Q_OBJECT’
Q_OBJECT
^~~~~~~~
/usr/include/qt4/QtCore/qobjectdefs.h:304:22: note: ‘const struct QMetaObject’ has no user-provided default constructor
struct Q_CORE_EXPORT QMetaObject
^~~~~~~~~~~
In file included from /usr/include/qt4/QtGui/qwindowdefs.h:45:0,
from /usr/include/qt4/QtGui/qwidget.h:46,
from /usr/include/qt4/QtGui/QWidget:1,
from map.h:32,
from map.cpp:32:
/usr/include/qt4/QtCore/qobjectdefs.h:469:28: note: and the implicitly-defined constructor does not initialize ‘const QMetaObject* QMetaObject::<unnamed struct>::superdata’
const QMetaObject *superdata;
^~~~~~~~~
In file included from /usr/include/qt4/QtGui/qwindowdefs.h:45:0,
from /usr/include/qt4/QtGui/qwidget.h:46,
from /usr/include/qt4/QtGui/QWidget:1,
from map.h:32,
from map.cpp:32:
/usr/include/qt4/QtCore/qobjectdefs.h:162:5: error: ‘virtual’ outside class declaration
virtual const QMetaObject *metaObject() const; \
^
mapicondialog.h:31:5: note: in expansion of macro ‘Q_OBJECT’
Q_OBJECT
^~~~~~~~
/usr/include/qt4/QtCore/qobjectdefs.h:162:45: error: non-member function ‘const QMetaObject* metaObject()’ cannot have cv-qualifier
virtual const QMetaObject *metaObject() const; \
^
mapicondialog.h:31:5: note: in expansion of macro ‘Q_OBJECT’
Q_OBJECT
^~~~~~~~
/usr/include/qt4/QtCore/qobjectdefs.h:163:5: error: ‘virtual’ outside class declaration
virtual void *qt_metacast(const char *); \
^
mapicondialog.h:31:5: note: in expansion of macro ‘Q_OBJECT’
Q_OBJECT
^~~~~~~~
/usr/include/qt4/QtCore/qobjectdefs.h:165:5: error: ‘virtual’ outside class declaration
virtual int qt_metacall(QMetaObject::Call, int, void **); \
^
mapicondialog.h:31:5: note: in expansion of macro ‘Q_OBJECT’
Q_OBJECT
^~~~~~~~
/usr/include/qt4/QtCore/qobjectdefs.h:166:1: error: expected unqualified-id before ‘private’
private: \
^
mapicondialog.h:31:5: note: in expansion of macro ‘Q_OBJECT’
Q_OBJECT
^~~~~~~~
/usr/include/qt4/QtCore/qobjectdefs.h:168:92: warning: ‘visibility’ attribute ignored [-Wattributes]
DEN static void qt_static_metacall(QObject *, QMetaObject::Call, int, void **);
^
mapicondialog.h:31:5: note: in expansion of macro ‘Q_OBJECT’
Q_OBJECT
^~~~~~~~
In file included from map.cpp:33:0:
mapicondialog.h:33:5: error: expected unqualified-id before ‘public’
public:
^~~~~~
mapicondialog.h:35:25: error: expected constructor, destructor, or type conversion before ‘;’ token
~MapIconDialog();
^
mapicondialog.h:37:5: error: expected unqualified-id before ‘public’
public slots:
^~~~~~
mapicondialog.h:39:9: error: ‘virtual’ outside class declaration
virtual void revert();
^~~~~~~
mapicondialog.h:40:9: error: ‘virtual’ outside class declaration
virtual void init();
^~~~~~~
mapicondialog.h:41:9: error: ‘virtual’ outside class declaration
virtual void destroy();
^~~~~~~
mapicondialog.h:42:9: error: ‘virtual’ outside class declaration
virtual void setMapIcons( MapIcons * mapIcons );
^~~~~~~
mapicondialog.h:43:9: error: ‘virtual’ outside class declaration
virtual void mapIconCombo_activated( int id );
^~~~~~~
mapicondialog.h:44:9: error: ‘virtual’ outside class declaration
virtual void imagePenColor_clicked();
^~~~~~~
mapicondialog.h:45:9: error: ‘virtual’ outside class declaration
virtual void imageBrushColor_clicked();
^~~~~~~
mapicondialog.h:46:9: error: ‘virtual’ outside class declaration
virtual void highlightPenColor_clicked();
^~~~~~~
mapicondialog.h:47:9: error: ‘virtual’ outside class declaration
virtual void highlightBrushColor_clicked();
^~~~~~~
mapicondialog.h:48:9: error: ‘virtual’ outside class declaration
virtual void line0PenColor_clicked();
^~~~~~~
mapicondialog.h:49:9: error: ‘virtual’ outside class declaration
virtual void line1PenColor_clicked();
^~~~~~~
mapicondialog.h:50:9: error: ‘virtual’ outside class declaration
virtual void line2PenColor_clicked();
^~~~~~~
mapicondialog.h:51:9: error: ‘virtual’ outside class declaration
virtual void walkPathPenColor_clicked();
^~~~~~~
mapicondialog.h:52:9: error: ‘virtual’ outside class declaration
virtual void setupMapIconDisplay();
^~~~~~~
mapicondialog.h:54:5: error: expected unqualified-id before ‘protected’
protected:
^~~~~~~~~
mapicondialog.h:60:1: error: expected declaration before ‘}’ token
};
^
In file included from mapcore.h:52:0,
from map.h:68,
from map.cpp:32:
pointarray.h: In instantiation of ‘QRect Point3DArray<_T>::boundingRect() const [with _T = short int]’:
mapcore.h:486:49: required from here
pointarray.h:95:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
i < QVector<Point3D<_T> >::size();
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt4/QtGui/qwindowdefs.h:45:0,
from /usr/include/qt4/QtGui/qwidget.h:46,
from /usr/include/qt4/QtGui/QWidget:1,
from map.h:32,
from map.cpp:32:
/usr/include/qt4/QtCore/qobjectdefs.h:168:31: warning: ‘void qt_static_metacall(QObject*, QMetaObject::Call, int, void**)’ declared ‘static’ but never defined [-Wunused-function]
Q_DECL_HIDDEN static void qt_static_metacall(QObject *, QMetaObject::Call, int, void **);
^
mapicondialog.h:31:5: note: in expansion of macro ‘Q_OBJECT’
Q_OBJECT
^~~~~~~~
Makefile:729: recipe for target 'map.o' failed
make[2]: *** [map.o] Error 1
make[2]: Leaving directory '/home/andrew/Desktop/seq/showeq-6.2.3/src'
Makefile:453: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/andrew/Desktop/seq/showeq-6.2.3'
Makefile:385: recipe for target 'all' failed
make: *** [all] Error 2