PDA

View Full Version : Version uploaded as of 2 hours ago doesn't compile



mudtoe
06-07-2003, 10:20 PM
Hi folks:

I noticed some changes were put into CVS a couple of hours ago, so I downloaded it and the make aborts right away. I did the download with:

cvs -d:pserver:[email protected]:/cvsroot/seq login
cvs -z3 -d:pserver:[email protected]:/cvsroot/seq co showeq
cvs -d:pserver:[email protected]:/cvsroot/seq update -P

I also had to touch libEQ.h in the src directory.


Following is the log of the compile process:

=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2003.06.08 00:14:46 =~=~=~=~=~=~=~=~=~=~=~=
login as: root
Sent username "root"
[email protected]'s password:
Last login: Sun Jun 8 00:09:19 2003 from 192.168.0.250

[root@RHEQ root]# cd /usr/local/src/ShowEQ-4.3 3.8c/showeq
[root@RHEQ showeq]# make -f Makefile.s dist

Clearing all old Makefile data.............................. done!


Adding libtool support...................................... done!
Generating aclocal.m4 from configure.in and acinclude.m4.... done!

Checking Autoheader version................................. done!
>> Using Autoheader version................................. Autoconf)
Roland

Free
free
even!

Generating configure template (config.h).................... done!
Generating Makefile.in from Makefile.am..................... done!

Checking Autoconf version................................... done!
>> Using Autoconf version................................... Autoconf)
David

Free
free
even!

Finalizing Autoconf script (configure)...................... done!
Releasing temporary file handles............................ done!


******************************************
Success! Please type the following:

./configure && make


This will configure and compile ShowEQ...

If you are installing ShowEQ for the first
time, be sure to add '&& make install' to
the end of the compile process...
******************************************

[root@RHEQ showeq]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/usr/local/src/ShowEQ-4.3.8c/showeq/missing: Unknown `--run' option
Try `/usr/local/src/ShowEQ-4.3.8c/showeq/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for g++... g++
checking for supported compiler version... checking for style of include used by make... GNU
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... (cached) yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for supported libc version... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for Qt... yes
>> Found version.:3.0.5
>>> Headers......:/usr/lib/qt3-gcc3.2/include/
>>>> Libraries...:/usr/lib/qt3-gcc3.2/lib/
>>>>> Workable...:-*{ YES }*-
checking for Qt MOC... yes
checking if Qt compiles without flags... no
checking for pthread_create in -lpthread... yes
setting Linux pthread compilation options
checking for pcap_open_live in -lpcap... yes
checking for gdImageCreate in -lgd... yes
checking for gdImagePng in -lgd... yes
checking for inflate in -lz... yes
checking for gdbm_open in -lgdbm... yes
checking how to run the C++ preprocessor... g++ -E
checking for ANSI C header files... (cached) yes
checking deque usability... yes
checking deque presence... yes
checking for deque... yes
checking for size_t... yes
checking whether to enable debugging code and flags... yes
checking whether to build with optimization enabled... yes
checking whether to build with code inlined... yes
checking whether to build with profiling... no
checking whether to build with Berkeley DB3... no
checking whether to build for use with the test server... no
checking for rpath... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating maps/Makefile
config.status: creating conf/Makefile
config.status: creating conf.h
config.status: executing depfiles commands
Success!
Please run:
make
[root@RHEQ showeq]# make
make all-recursive
make[1]: Entering directory `/usr/local/src/ShowEQ-4.3.8c/showeq'
Making all in maps
make[2]: Entering directory `/usr/local/src/ShowEQ-4.3.8c/showeq/maps'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/ShowEQ-4.3.8c/showeq/maps'
Making all in src
make[2]: Entering directory `/usr/local/src/ShowEQ-4.3.8c/showeq/src'
/usr/lib/qt3-gcc3.2/bin/moc -nw packet.h -o m_packet.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw spawnshell.h -o m_spawnshell.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw spawnlist.h -o m_spawnlist.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw spellshell.h -o m_spellshell.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw spelllist.h -o m_spelllist.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw editor.h -o m_editor.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw interface.h -o m_interface.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw compass.h -o m_compass.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw map.h -o m_map.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw experiencelog.h -o m_experiencelog.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw combatlog.h -o m_combatlog.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw msgdlg.h -o m_msgdlg.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw player.h -o m_player.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw decode.h -o m_decode.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw skilllist.h -o m_skilllist.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw statlist.h -o m_statlist.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw filtermgr.h -o m_filtermgr.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw category.h -o m_category.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw compassframe.h -o m_compassframe.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw group.h -o m_group.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw guild.h -o m_guild.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw netdiag.h -o m_netdiag.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw logger.h -o m_logger.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw xmlpreferences.h -o m_xmlpreferences.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw seqwindow.h -o m_seqwindow.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw seqlistview.h -o m_seqlistview.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw zonemgr.h -o m_zonemgr.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw spawnmonitor.h -o m_spawnmonitor.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw spawnpointlist.h -o m_spawnpointlist.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw spawnlistcommon.h -o m_spawnlistcommon.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw spawnlist2.h -o m_spawnlist2.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw itemdb.h -o m_itemdb.cpp
/usr/lib/qt3-gcc3.2/bin/moc -nw libEQ.h -o m_libEQ.cpp
make all-am
make[3]: Entering directory `/usr/local/src/ShowEQ-4.3.8c/showeq/src'
source='main.cpp' object='main.o' libtool=no \
depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3-gcc3.2/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 -o main.o `test -f 'main.cpp' || echo './'`main.cpp
In file included from interface.h:32,
from main.cpp:28:
everquest.h:1: syntax error before `*' token
In file included from interface.h:32,
from main.cpp:28:
everquest.h:153: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:154: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h: In member function `bool opCode::operator==(opCode) const':
everquest.h:159: `code' undeclared (first use this function)
everquest.h:159: (Each undeclared identifier is reported only once for each
function it appears in.)
everquest.h:159: `struct opCode' has no member named `code'
everquest.h:159: `version' undeclared (first use this function)
everquest.h:159: `struct opCode' has no member named `version'
everquest.h: At global scope:
everquest.h:200: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:203: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:204: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:205: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:209: parse error before `[' token
everquest.h:212: parse error before `[' token
everquest.h:235: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:236: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:237: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:238: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:239: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:240: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:241: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:249: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:250: parse error before `[' token
everquest.h:252: parse error before `[' token
everquest.h:257: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:267: parse error before `[' token
everquest.h:269: parse error before `[' token
everquest.h:272: parse error before `[' token
everquest.h:278: parse error before `[' token
everquest.h:280: parse error before `[' token
everquest.h:288: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:291: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:292: parse error before `[' token
everquest.h:306: parse error before `[' token
everquest.h:308: parse error before `[' token
everquest.h:341: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:346: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:349: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:369: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:405: parse error before `[' token
everquest.h:409: parse error before `[' token
everquest.h:410: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:411: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:412: parse error before `[' token
everquest.h:451: syntax error before `;' token
everquest.h:452: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:453: parse error before `[' token
everquest.h:455: parse error before `[' token
everquest.h:457: parse error before `[' token
everquest.h:461: parse error before `[' token
everquest.h:463: parse error before `[' token
everquest.h:474: syntax error before `;' token
everquest.h:475: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:478: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:479: parse error before `[' token
everquest.h:480: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:493: syntax error before `;' token
everquest.h:494: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:496: parse error before `[' token
everquest.h:498: parse error before `[' token
everquest.h:510: syntax error before `;' token
everquest.h:511: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:513: parse error before `[' token
everquest.h:543: syntax error before `;' token
everquest.h:544: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:556: syntax error before `;' token
everquest.h:557: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:558: parse error before `[' token
everquest.h:570: syntax error before `;' token
everquest.h:571: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:572: parse error before `[' token
everquest.h:574: parse error before `[' token
everquest.h:576: parse error before `[' token
everquest.h:587: syntax error before `;' token
everquest.h:588: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:603: syntax error before `;' token
everquest.h:604: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:605: parse error before `[' token
everquest.h:608: parse error before `[' token
everquest.h:620: syntax error before `;' token
everquest.h:621: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:624: parse error before `[' token
everquest.h:635: syntax error before `;' token
everquest.h:636: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:639: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:650: syntax error before `;' token
everquest.h:651: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:664: syntax error before `;' token
everquest.h:665: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:678: syntax error before `;' token
everquest.h:679: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:682: parse error before `[' token
everquest.h:694: syntax error before `;' token
everquest.h:695: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:697: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:711: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:729: syntax error before `;' token
everquest.h:730: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:742: syntax error before `;' token
everquest.h:743: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:744: parse error before `[' token
everquest.h:766: parse error before `[' token
everquest.h:768: parse error before `[' token
everquest.h:781: parse error before `[' token
everquest.h:795: parse error before `[' token
everquest.h:797: parse error before `[' token
everquest.h:799: parse error before `[' token
everquest.h:804: parse error before `[' token
everquest.h:809: parse error before `[' token
everquest.h:816: parse error before `[' token
everquest.h:817: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:818: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:819: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:820: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:821: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:822: parse error before `[' token
everquest.h:824: parse error before `[' token
everquest.h:826: parse error before `[' token
everquest.h:828: parse error before `[' token
everquest.h:1004: syntax error before `;' token
everquest.h:1005: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1006: parse error before `[' token
everquest.h:1009: parse error before `[' token
everquest.h:1014: parse error before `[' token
everquest.h:1015: parse error before `[' token
everquest.h:1026: syntax error before `;' token
everquest.h:1027: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1029: parse error before `[' token
everquest.h:1031: parse error before `[' token
everquest.h:1041: syntax error before `;' token
everquest.h:1042: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1060: syntax error before `;' token
everquest.h:1061: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1063: parse error before `[' token
everquest.h:1065: parse error before `[' token
everquest.h:1066: parse error before `[' token
everquest.h:1068: parse error before `[' token
everquest.h:1079: syntax error before `;' token
everquest.h:1080: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1092: syntax error before `;' token
everquest.h:1093: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1096: parse error before `[' token
everquest.h:1100: parse error before `[' token
everquest.h:1111: syntax error before `;' token
everquest.h:1112: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1113: parse error before `[' token
everquest.h:1128: syntax error before `;' token
everquest.h:1129: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1141: syntax error before `;' token
everquest.h:1142: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1158: syntax error before `;' token
everquest.h:1159: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1169: syntax error before `;' token
everquest.h:1170: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1181: syntax error before `;' token
everquest.h:1182: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1196: syntax error before `;' token
everquest.h:1197: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1200: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1203: parse error before `[' token
everquest.h:1204: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1210: syntax error before `;' token
everquest.h:1211: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1213: parse error before `[' token
everquest.h:1215: parse error before `[' token
everquest.h:1217: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1220: parse error before `[' token
everquest.h:1231: syntax error before `;' token
everquest.h:1232: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1236: parse error before `[' token
everquest.h:1247: syntax error before `;' token
everquest.h:1248: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1260: syntax error before `;' token
everquest.h:1261: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1274: syntax error before `;' token
everquest.h:1275: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1288: syntax error before `;' token
everquest.h:1289: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1307: syntax error before `;' token
everquest.h:1308: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1325: syntax error before `;' token
everquest.h:1326: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1338: syntax error before `;' token
everquest.h:1339: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1356: syntax error before `;' token
everquest.h:1357: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1373: syntax error before `;' token
everquest.h:1374: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1386: syntax error before `;' token
everquest.h:1387: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1399: syntax error before `;' token
everquest.h:1400: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1415: syntax error before `;' token
everquest.h:1416: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1431: syntax error before `;' token
everquest.h:1432: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1434: parse error before `[' token
everquest.h:1436: parse error before `[' token
everquest.h:1448: syntax error before `;' token
everquest.h:1449: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1451: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1452: parse error before `[' token
everquest.h:1454: parse error before `[' token
everquest.h:1466: syntax error before `;' token
everquest.h:1467: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1481: syntax error before `;' token
everquest.h:1482: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1494: syntax error before `;' token
everquest.h:1495: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1498: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1499: parse error before `[' token
everquest.h:1510: syntax error before `;' token
everquest.h:1511: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1514: parse error before `[' token
everquest.h:1525: syntax error before `;' token
everquest.h:1526: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1554: syntax error before `;' token
everquest.h:1555: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1556: parse error before `[' token
everquest.h:1559: parse error before `[' token
everquest.h:1562: parse error before `[' token
everquest.h:1573: syntax error before `;' token
everquest.h:1574: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1575: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1587: syntax error before `;' token
everquest.h:1588: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1601: syntax error before `;' token
everquest.h:1602: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1603: parse error before `[' token
everquest.h:1611: parse error before `[' token
everquest.h:1621: syntax error before `;' token
everquest.h:1622: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1635: syntax error before `;' token
everquest.h:1636: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1637: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1638: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1639: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1640: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1674: syntax error before `;' token
everquest.h:1675: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1689: syntax error before `;' token
everquest.h:1690: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1692: parse error before `[' token
everquest.h:1703: syntax error before `;' token
everquest.h:1704: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1716: syntax error before `;' token
everquest.h:1717: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1719: parse error before `[' token
everquest.h:1725: syntax error before `;' token
everquest.h:1726: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1728: parse error before `[' token
everquest.h:1730: parse error before `[' token
everquest.h:1735: syntax error before `;' token
everquest.h:1736: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1746: syntax error before `;' token
everquest.h:1747: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1758: syntax error before `;' token
everquest.h:1759: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1760: parse error before `[' token
everquest.h:1765: syntax error before `;' token
everquest.h:1766: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1768: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1769: parse error before `[' token
everquest.h:1778: syntax error before `;' token
everquest.h:1779: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1781: parse error before `[' token
everquest.h:1784: parse error before `[' token
everquest.h:1789: syntax error before `;' token
everquest.h:1790: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1796: syntax error before `;' token
everquest.h:1797: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1819: syntax error before `;' token
everquest.h:1820: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1826: syntax error before `;' token
everquest.h:1827: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1841: syntax error before `;' token
everquest.h:1842: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1857: syntax error before `;' token
everquest.h:1858: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1859: parse error before `[' token
everquest.h:1872: syntax error before `;' token
everquest.h:1873: 'uint8_t' is used as a type, but is not defined as a type.
everquest.h:1875: parse error before `[' token
everquest.h:1877: parse error before `[' token
everquest.h:1879: parse error before `[' token
everquest.h:1912: syntax error before `;' token
everquest.h:1913: 'uint8_t' is used as a type, but is not defined as a type.
In file included from spawn.h:32,
from spawnlistcommon.h:26,
from spawnlist.h:47,
from interface.h:33,
from main.cpp:28:
everquest.h:1: syntax error before `*' token
In file included from spawn.h:33,
from spawnlistcommon.h:26,
from spawnlist.h:47,
from interface.h:33,
from main.cpp:28:
point.h:38: ISO C++ forbids declaration of `Point3D' with no type
point.h:39: `_T' was not declared in this scope
point.h:39: parse error before `,' token
point.h:39: ISO C++ forbids declaration of `Point3D' with no type
point.h:40: parse error before `&' token
point.h:40: ISO C++ forbids declaration of `Point3D' with no type
point.h:43: destructors must be member functions
point.h:43: virtual outside class declaration
point.h:43: new declaration `void Point3D()'
point.h:38: ambiguates old declaration `int Point3D()'
point.h:46: syntax error before `&' token
point.h:47: syntax error before `&' token
point.h:48: syntax error before `&' token
point.h:49: syntax error before `&' token
point.h:50: syntax error before `&' token
point.h:51: syntax error before `&' token
point.h:52: syntax error before `&' token
point.h:53: parse error before `&' token
point.h:53: non-member function `bool operator==(...)' cannot have `const'
method qualifier
point.h:53: `bool operator==(...)' must have an argument of class or enumerated
type
point.h:53: `bool operator==(...)' must take exactly two arguments
point.h:56: parse error before `)' token
point.h:57: parse error before `)' token
point.h:58: parse error before `)' token
point.h:61: non-member function `bool isNull()' cannot have `const' method
qualifier
point.h:64: `_T' was not declared in this scope
point.h:64: parse error before `,' token
point.h: In function `void setPoint(...)':
point.h:65: `m_x' undeclared (first use this function)
point.h:65: `x' undeclared (first use this function)
point.h:65: `m_y' undeclared (first use this function)
point.h:65: `y' undeclared (first use this function)
point.h:65: `m_z' undeclared (first use this function)
point.h:65: `z' undeclared (first use this function)
point.h: At global scope:
point.h:66: parse error before `&' token
point.h: In function `void setPoint(...)':
point.h:67: redefinition of `void setPoint(...)'
point.h:65: `void setPoint(...)' previously defined here
point.h:67: redefinition of `void setPoint(...)'
point.h:65: `void setPoint(...)' previously defined here
point.h:67: `point' undeclared (first use this function)
point.h: At global scope:
point.h:68: parse error before `)' token
point.h:69: parse error before `)' token
point.h:70: parse error before `)' token
point.h:75: parse error before `,' token
point.h:78: non-member function `QPoint qpoint()' cannot have `const' method
qualifier
point.h:85: parse error before `,' token
point.h:85: non-member function `uint32_t calcDist2DInt(...)' cannot have `
const' method qualifier
point.h:86: parse error before `&' token
point.h:87: non-member function `uint32_t calcDist2DInt(...)' cannot have `
const' method qualifier
point.h:89: non-member function `uint32_t calcDist2DInt(const QPoint&)' cannot
have `const' method qualifier
point.h:90: parse error before `,' token
point.h:90: non-member function `double calcDist2D(...)' cannot have `const'
method qualifier
point.h:91: parse error before `&' token
point.h:92: non-member function `double calcDist2D(...)' cannot have `const'
method qualifier
point.h:94: non-member function `double calcDist2D(const QPoint&)' cannot have
`const' method qualifier
point.h:97: parse error before `,' token
point.h:97: non-member function `uint32_t calcDistInt(...)' cannot have `const'
method qualifier
point.h:98: parse error before `&' token
point.h:99: non-member function `uint32_t calcDistInt(...)' cannot have `const'
method qualifier
point.h:100: parse error before `,' token
point.h:100: non-member function `double calcDist(...)' cannot have `const'
method qualifier
point.h:101: parse error before `&' token
point.h:102: non-member function `double calcDist(...)' cannot have `const'
method qualifier
point.h:104: parse error before `protected'
point.h:107: '_T' is used as a type, but is not defined as a type.
point.h:108: '_T' is used as a type, but is not defined as a type.
point.h:109: parse error before `}' token
point.h:113: syntax error before `::' token
point.h:113: syntax error before `<' token
point.h:120: syntax error before `::' token
point.h:120: syntax error before `<' token
point.h:127: syntax error before `::' token
point.h:127: syntax error before `<' token
point.h:134: syntax error before `::' token
point.h:134: destructors must be member functions
point.h:134: syntax error before `<' token
point.h:140: syntax error before `&' token
point.h:140: `_T' was not declared in this scope
point.h:140: syntax error before `::' token
point.h:148: syntax error before `&' token
point.h:148: `_T' was not declared in this scope
point.h:148: syntax error before `::' token
point.h:151: syntax error before `+=' token
point.h:152: syntax error before `+=' token
point.h:157: syntax error before `&' token
point.h:157: `_T' was not declared in this scope
point.h:157: syntax error before `::' token
point.h:160: syntax error before `-=' token
point.h:161: syntax error before `-=' token
point.h:167: syntax error before `&' token
point.h:167: `_T' was not declared in this scope
point.h:167: syntax error before `::' token
point.h:170: syntax error before `*=' token
point.h:171: syntax error before `*=' token
point.h:176: syntax error before `&' token
point.h:176: `_T' was not declared in this scope
point.h:176: syntax error before `::' token
point.h:179: syntax error before `*=' token
point.h:180: syntax error before `*=' token
point.h:185: syntax error before `&' token
point.h:185: `_T' was not declared in this scope
point.h:185: syntax error before `::' token
point.h:188: syntax error before `/=' token
point.h:189: syntax error before `/=' token
point.h:194: syntax error before `&' token
point.h:194: `_T' was not declared in this scope
point.h:194: syntax error before `::' token
point.h:197: syntax error before `/=' token
point.h:198: syntax error before `/=' token
point.h:204: syntax error before `::' token
point.h:204: `_T' was not declared in this scope
point.h:204: parse error before `&' token
point.h:205: ISO C++ forbids declaration of `operator==' with no type
point.h:205: non-member function `int operator==(...)' cannot have `const'
method qualifier
point.h:205: `int operator==(...)' must have an argument of class or enumerated
type
point.h:205: `int operator==(...)' must take exactly two arguments
point.h: In function `int operator==(...)':
point.h:205: new declaration `int operator==(...)'
point.h:53: ambiguates old declaration `bool operator==(...)'
point.h: At global scope:
point.h:213: syntax error before `::' token
point.h:214: ISO C++ forbids declaration of `isNull' with no type
point.h:214: non-member function `int isNull()' cannot have `const' method
qualifier
point.h: In function `int isNull()':
point.h:214: new declaration `int isNull()'
point.h:61: ambiguates old declaration `bool isNull()'
point.h: At global scope:
point.h:221: syntax error before `::' token
point.h:221: parse error before `,' token
point.h:222: ISO C++ forbids declaration of `addPoint' with no type
point.h: In function `int addPoint(...)':
point.h:222: new declaration `int addPoint(...)'
point.h:75: ambiguates old declaration `void addPoint(...)'
point.h: In function `int addPoint(...)':
point.h:226: warning: no return statement in function returning non-void
point.h: At global scope:
point.h:229: syntax error before `::' token
point.h:230: ISO C++ forbids declaration of `offsetPoint' with no type
point.h: In function `int offsetPoint(const QPoint&, double)':
point.h:230: new declaration `int offsetPoint(const QPoint&, double)'
point.h:81: ambiguates old declaration `QPoint& offsetPoint(const QPoint&,
double)'
point.h: At global scope:
point.h:236: syntax error before `::' token
point.h:237: ISO C++ forbids declaration of `inverseOffsetPoint' with no type
point.h: In function `int inverseOffsetPoint(const QPoint&, double)':
point.h:237: new declaration `int inverseOffsetPoint(const QPoint&, double)'
point.h:82: ambiguates old declaration `QPoint& inverseOffsetPoint(const
QPoint&, double)'
point.h: At global scope:
point.h:244: syntax error before `::' token
point.h:244: `_T' was not declared in this scope
point.h:244: parse error before `,' token
point.h:245: ISO C++ forbids declaration of `calcDist2DInt' with no type
point.h:245: non-member function `int calcDist2DInt(...)' cannot have `const'
method qualifier
point.h: In function `int calcDist2DInt(...)':
point.h:245: new declaration `int calcDist2DInt(...)'
point.h:87: ambiguates old declaration `uint32_t calcDist2DInt(...)'
point.h: In function `int calcDist2DInt(...)':
point.h:246: `x_' undeclared (first use this function)
point.h:247: `y_' undeclared (first use this function)
point.h: At global scope:
point.h:254: syntax error before `::' token
point.h:254: parse error before `,' token
point.h:255: ISO C++ forbids declaration of `calcDist2D' with no type
point.h:255: non-member function `int calcDist2D(...)' cannot have `const'
method qualifier
point.h: In function `int calcDist2D(...)':
point.h:255: new declaration `int calcDist2D(...)'
point.h:92: ambiguates old declaration `double calcDist2D(...)'
point.h: In function `int calcDist2D(...)':
point.h:258: warning: return to `int' from `double'
point.h:258: warning: argument to `int' from `double'
point.h: At global scope:
point.h:263: syntax error before `::' token
point.h:263: parse error before `,' token
point.h:264: ISO C++ forbids declaration of `calcDistInt' with no type
point.h:264: non-member function `int calcDistInt(...)' cannot have `const'
method qualifier
point.h: In function `int calcDistInt(...)':
point.h:264: new declaration `int calcDistInt(...)'
point.h:99: ambiguates old declaration `uint32_t calcDistInt(...)'
point.h: In function `int calcDistInt(...)':
point.h:267: `z_' undeclared (first use this function)
point.h: At global scope:
point.h:276: syntax error before `::' token
point.h:276: parse error before `,' token
point.h:277: ISO C++ forbids declaration of `calcDist' with no type
point.h:277: non-member function `int calcDist(...)' cannot have `const' method
qualifier
point.h: In function `int calcDist(...)':
point.h:277: new declaration `int calcDist(...)'
point.h:102: ambiguates old declaration `double calcDist(...)'
point.h: In function `int calcDist(...)':
point.h:282: warning: return to `int' from `double'
point.h:282: warning: argument to `int' from `double'
point.h: At global scope:
point.h:287: parse error before `>' token
point.h:291: ISO C++ forbids declaration of `Point3DArray' with no type
point.h: In function `int Point3DArray(int)':
point.h:291: `int Point3DArray(int)' redeclared as different kind of symbol
point.h:287: previous declaration of `template<class _T> class Point3DArray'
point.h:287: previous non-function declaration `template<class _T> class
Point3DArray'
point.h:291: conflicts with function declaration `int Point3DArray(int)'
point.h:291: `_T' undeclared (first use this function)
point.h:291: template argument 1 is invalid
point.h:291: parse error before `>' token
point.h:291: only constructors take base initializers
point.h:291: confused by earlier errors, bailing out
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/usr/local/src/ShowEQ-4.3.8c/showeq/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/src/ShowEQ-4.3.8c/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/ShowEQ-4.3.8c/showeq'
make: *** [all] Error 2
[root@RHEQ showeq]# logout

old_fart
06-07-2003, 10:44 PM
I am running into the same errors. However, to fix the ./compile warning, I used the missing script from /usr/share/automake-1.6 rather than the one from the CVS.

So on my system, ./configure fine, but get the same errors on make.

Zoolander
06-07-2003, 11:06 PM
There is a typo in everquest.h. On the first line remove the lowercase 'e' and fix the comment to look like '/*'

old_fart
06-08-2003, 11:26 AM
too easy... I should have opened the file.


Compiles fine now.....