PDA

View Full Version : seq compile issue (long)



sequsr1
04-18-2003, 06:22 PM
first of all, want to thank everyone that has contributed on this project. been following it for a while now. thanks again guys.

secondly, having an issue when compiling the newest CVS of SEQ.

Downloaded it today. Do have QT 3.1.1 installed successfully (I think)

Here is the long bit of code I am seeing as I attempt to compile seq.

Thanks in advance for any assistance you may be able to lend me.

sequsr1

EDIT: Going to try qt 3.0.5 and see if it does the trick. :D

make
make all-recursive
make[1]: Entering directory `/home/jgkowalk/showeq'
Making all in maps
make[2]: Entering directory `/home/jgkowalk/showeq/maps'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jgkowalk/showeq/maps'
Making all in src
make[2]: Entering directory `/home/jgkowalk/showeq/src'
g++ -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-icons/\" -c main.cpp
g++ -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-icons/\" -c spawn.cppg++ -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-icons/\" -c spawnshell.cpp
g++ -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-icons/\" -c spawnlist.cpp
g++ -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-icons/\" -c spellshell.cpp
g++ -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-icons/\" -c spelllist.cpp
g++ -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-icons/\" -c vpacket.cpp
g++ -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-icons/\" -c editor.cpp
g++ -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-icons/\" -c filter.cpp
/usr/local/qt.old/bin/moc -nw spawnshell.h -o m_spawnshell.cpp
g++ -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-icons/\" -c m_spawnshell.cpp
m_spawnshell.cpp:30: no `void SpawnShell::initMetaObject()' member function declared in class `SpawnShell'
m_spawnshell.cpp: In member function `void SpawnShell::initMetaObject()':
m_spawnshell.cpp:34: `badSuperclassWarning' undeclared (first use this function)m_spawnshell.cpp:34: (Each undeclared identifier is reported only once for each function it appears in.)
m_spawnshell.cpp: At global scope:
m_spawnshell.cpp:41: prototype for `QString SpawnShell::tr(const char*)' does not match any in class `SpawnShell'
spawnshell.h:68: candidate is: static QString SpawnShell::tr(const char*, const char* = 0)
m_spawnshell.cpp: In static member function `static QMetaObject* SpawnShell::staticMetaObject()':
m_spawnshell.cpp:171: no method `QMetaObject::new_metadata'
m_spawnshell.cpp:172: no method `QMetaObject::new_metaaccess'
m_spawnshell.cpp:174: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:174: `QMember' undeclared (first use this function)
m_spawnshell.cpp:174: parse error before `;' token
m_spawnshell.cpp:177: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:177: parse error before `;' token
m_spawnshell.cpp:180: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:180: parse error before `;' token
m_spawnshell.cpp:183: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:183: parse error before `;' token
m_spawnshell.cpp:186: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:186: parse error before `;' token
m_spawnshell.cpp:189: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:189: parse error before `;' token
m_spawnshell.cpp:192: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:192: parse error before `;' token
m_spawnshell.cpp:195: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:195: parse error before `;' token
m_spawnshell.cpp:198: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:198: parse error before `;' token
m_spawnshell.cpp:201: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:201: parse error before `;' token
m_spawnshell.cpp:204: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:204: parse error before `;' token
m_spawnshell.cpp:207: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:207: parse error before `;' token
m_spawnshell.cpp:210: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:210: parse error before `;' token
m_spawnshell.cpp:213: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:213: parse error before `;' token
m_spawnshell.cpp:216: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:216: parse error before `;' token
m_spawnshell.cpp:219: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:219: parse error before `;' token
m_spawnshell.cpp:222: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:222: parse error before `;' token
m_spawnshell.cpp:225: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:225: parse error before `;' token
m_spawnshell.cpp:228: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:228: parse error before `;' token
m_spawnshell.cpp:231: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:231: parse error before `;' token
m_spawnshell.cpp:234: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:234: parse error before `;' token
m_spawnshell.cpp:237: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:237: parse error before `;' token
m_spawnshell.cpp:240: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:240: parse error before `;' token
m_spawnshell.cpp:243: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:243: parse error before `;' token
m_spawnshell.cpp:246: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:246: parse error before `;' token
m_spawnshell.cpp:249: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:249: parse error before `;' token
m_spawnshell.cpp:252: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:252: parse error before `;' token
m_spawnshell.cpp:255: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:255: parse error before `;' token
m_spawnshell.cpp:297: no method `QMetaObject::new_metadata'
m_spawnshell.cpp:299: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:299: parse error before `;' token
m_spawnshell.cpp:301: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:301: parse error before `;' token
m_spawnshell.cpp:303: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:303: parse error before `;' token
m_spawnshell.cpp:305: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:305: parse error before `;' token
m_spawnshell.cpp:307: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:307: parse error before `;' token
m_spawnshell.cpp:309: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:309: parse error before `;' token
m_spawnshell.cpp:311: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:311: parse error before `;' token
m_spawnshell.cpp:313: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:313: parse error before `;' token
m_spawnshell.cpp:315: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:315: parse error before `;' token
m_spawnshell.cpp:317: `struct QMetaData' has no member named `ptr'
m_spawnshell.cpp:317: parse error before `;' token
m_spawnshell.cpp:326: no matching function for call to `QMetaObject::new_metaobject(const char[11], const char[8], QMetaData*&, int, QMetaData*&, int, int, int, int, int, int, int)'
/usr/local/qt/include/qmetaobject.h:211: candidates are: static QMetaObject* QMetaObject::new_metaobject(const char*, QMetaObject*, const QMetaData*, int, const QMetaData*, int, const QMetaProperty*, int, const QMetaEnum*, int, const QClassInfo*, int)
/usr/local/qt/include/qmetaobject.h:219: static QMetaObject* QMetaObject::new_metaobject(const char*, QMetaObject*, const QMetaData*, int, const QMetaData*, int, const QMetaProperty*, int, const QMetaEnum*, int, bool (*)(QObject*, int, int, QVariant*), const QClassInfo*, int)
m_spawnshell.cpp:327: no matching function for call to `QMetaObject::set_slot_access(QMetaData::Access*&)'
m_spawnshell.cpp:116: warning: unused variable `void (QObject::*ov1_0)()'
m_spawnshell.cpp:118: warning: unused variable `void (QObject::*ov1_1)(const makeDropStruct*, unsigned int, unsigned char)'
m_spawnshell.cpp:120: warning: unused variable `void (QObject::*ov1_2)(const remDropStruct*, unsigned int, unsigned char)'
m_spawnshell.cpp:122: warning: unused variable `void (QObject::*ov1_3)(const dropCoinsStruct*)'
m_spawnshell.cpp:124: warning: unused variable `void (QObject::*ov1_4)(const doorStruct*, unsigned int, unsigned char)'
m_spawnshell.cpp:126: warning: unused variable `void (QObject::*ov1_5)(const removeCoinsStruct*)'
m_spawnshell.cpp:128: warning: unused variable `void (QObject::*ov1_6)(const zoneSpawnsStruct*, unsigned int)'
m_spawnshell.cpp:130: warning: unused variable `void (QObject::*ov1_7)(const newSpawnStruct*)'
m_spawnshell.cpp:132: warning: unused variable `void (QObject::*ov1_8)(const spawnStruct&)'
m_spawnshell.cpp:134: warning: unused variable `void (QObject::*ov1_9)(const playerPosStruct*, unsigned int, unsigned char)'
m_spawnshell.cpp:136: warning: unused variable `void (QObject::*ov1_10)(short unsigned int, short int, short int, short int, short int, short int, short int, signed char, signed char, unsigned char)'
m_spawnshell.cpp:138: warning: unused variable `void (QObject::*ov1_11)(const spawnPositionUpdate*)'
m_spawnshell.cpp:140: warning: unused variable `void (QObject::*ov1_12)(const SpawnUpdateStruct*)'
m_spawnshell.cpp:142: warning: unused variable `void (QObject::*ov1_13)(const hpNpcUpdateStruct*)'
m_spawnshell.cpp:144: warning: unused variable `void (QObject::*ov1_14)(const wearChangeStruct*)'
m_spawnshell.cpp:146: warning: unused variable `void (QObject::*ov1_15)(const considerStruct*, unsigned int, unsigned char)'
m_spawnshell.cpp:148: warning: unused variable `void (QObject::*ov1_16)(const deleteSpawnStruct*)'
m_spawnshell.cpp:150: warning: unused variable `void (QObject::*ov1_17)(const newCorpseStruct*)'
m_spawnshell.cpp:152: warning: unused variable `void (QObject::*ov1_18)(const corpseLocStruct*)'
m_spawnshell.cpp:154: warning: unused variable `void (QObject::*ov1_19)(const newSpawnStruct*)'
m_spawnshell.cpp:156: warning: unused variable `void (QObject::*ov1_20)(const spawnStruct*)'
m_spawnshell.cpp:158: warning: unused variable `void (QObject::*ov1_21)(const zoneSpawnsStruct*, unsigned int)'
m_spawnshell.cpp:160: warning: unused variable `void (QObject::*ov1_22)(short unsigned int)'
m_spawnshell.cpp:162: warning: unused variable `void (QObject::*ov1_23)()'
m_spawnshell.cpp:164: warning: unused variable `void (QObject::*ov1_24)()'
m_spawnshell.cpp:166: warning: unused variable `void (QObject::*ov1_25)()'
m_spawnshell.cpp:168: warning: unused variable `void (QObject::*ov1_26)()'
m_spawnshell.cpp:170: warning: unused variable `void (QObject::*ov1_27)()'
m_spawnshell.cpp:278: warning: unused variable `void (QObject::*ov2_0)(const Item*)'
m_spawnshell.cpp:280: warning: unused variable `void (QObject::*ov2_1)(const Item*)'
m_spawnshell.cpp:282: warning: unused variable `void (QObject::*ov2_2)(const Item*, unsigned int)'
m_spawnshell.cpp:284: warning: unused variable `void (QObject::*ov2_3)(const Item*, const Item*, short unsigned int)'
m_spawnshell.cpp:286: warning: unused variable `void (QObject::*ov2_4)(const Item*)'
m_spawnshell.cpp:288: warning: unused variable `void (QObject::*ov2_5)(const Item*)'
m_spawnshell.cpp:290: warning: unused variable `void (QObject::*ov2_6)()'
m_spawnshell.cpp:292: warning: unused variable `void (QObject::*ov2_7)(int)'
m_spawnshell.cpp:294: warning: unused variable `void (QObject::*ov2_8)(const Item*, alertType)'
m_spawnshell.cpp:296: warning: unused variable `void (QObject::*ov2_9)(const QString&)'
m_spawnshell.cpp: In member function `void SpawnShell::addItem(const Item*)':
m_spawnshell.cpp:349: `QSenderObject' undeclared (first use this function)
m_spawnshell.cpp:349: `object' undeclared (first use this function)
m_spawnshell.cpp:352: parse error before `)' token
m_spawnshell.cpp:359: invalid type argument of `unary *'
m_spawnshell.cpp:367: invalid type argument of `unary *'
m_spawnshell.cpp: In member function `void SpawnShell::delItem(const Item*)':
m_spawnshell.cpp:391: parse error before `)' token
m_spawnshell.cpp:398: invalid type argument of `unary *'
m_spawnshell.cpp:406: invalid type argument of `unary *'
m_spawnshell.cpp: In member function `void SpawnShell::changeItem(const Item*, unsigned int)':
m_spawnshell.cpp:432: parse error before `)' token
m_spawnshell.cpp:439: invalid type argument of `unary *'
m_spawnshell.cpp:447: invalid type argument of `unary *'
m_spawnshell.cpp:455: invalid type argument of `unary *'
m_spawnshell.cpp: In member function `void SpawnShell::killSpawn(const Item*, const Item*, short unsigned int)':
m_spawnshell.cpp:483: parse error before `)' token
m_spawnshell.cpp:490: invalid type argument of `unary *'
m_spawnshell.cpp:498: invalid type argument of `unary *'
m_spawnshell.cpp:506: invalid type argument of `unary *'
m_spawnshell.cpp:514: invalid type argument of `unary *'
m_spawnshell.cpp: In member function `void SpawnShell::selectSpawn(const Item*)':
m_spawnshell.cpp:538: parse error before `)' token
m_spawnshell.cpp:545: invalid type argument of `unary *'
m_spawnshell.cpp:553: invalid type argument of `unary *'
m_spawnshell.cpp: In member function `void SpawnShell::spawnConsidered(const Item*)':
m_spawnshell.cpp:577: parse error before `)' token
m_spawnshell.cpp:584: invalid type argument of `unary *'
m_spawnshell.cpp:592: invalid type argument of `unary *'
m_spawnshell.cpp: In member function `void SpawnShell::clearItems()':
m_spawnshell.cpp:603: invalid conversion from `const char*' to `int'
m_spawnshell.cpp:603: initializing argument 1 of `void QObject::activate_signal(int)'
m_spawnshell.cpp: In member function `void SpawnShell::numSpawns(int)':
m_spawnshell.cpp:609: invalid conversion from `const char*' to `int'
m_spawnshell.cpp:609: initializing argument 1 of `void QObject::activate_signal(int, int)'
m_spawnshell.cpp: In member function `void SpawnShell::handleAlert(const Item*, alertType)':
m_spawnshell.cpp:630: parse error before `)' token
m_spawnshell.cpp:637: invalid type argument of `unary *'
m_spawnshell.cpp:645: invalid type argument of `unary *'
m_spawnshell.cpp:653: invalid type argument of `unary *'
m_spawnshell.cpp: In member function `void SpawnShell::msgReceived(const QString&)':
m_spawnshell.cpp:664: `activate_signal_strref' undeclared (first use this function)
make[2]: *** [m_spawnshell.o] Error 1
make[2]: Leaving directory `/home/jgkowalk/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jgkowalk/showeq'
make: *** [all-recursive-am] Error 2
[root@localhost showeq]#