PDA

View Full Version : Problem with .17 (build)



EnvyEyes
11-05-2003, 08:38 AM
Just wondering it anyone else is getting errors during the make process? I'll paste in the output during make, maybe I'm missing something. I'm no good at troubleshooting compile errors, yet.

make all-recursive
make[1]: Entering directory `/seq/showeq'
Making all in maps
make[2]: Entering directory `/seq/showeq/maps'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/seq/showeq/maps'
Making all in src
make[2]: Entering directory `/seq/showeq/src'
make all-am
make[3]: Entering directory `/seq/showeq/src'
source='datetimemgr.cpp' object='datetimemgr.o' libtool=no \
depfile='.deps/datetimemgr.Po' tmpdepfile='.deps/datetimemgr.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.0.5/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 -o datetimemgr.o `test -f 'datetimemgr.cpp' || echo './'`datetimemgr.cpp
datetimemgr.cpp: In member function `void DateTimeMgr::timeOfDay(const
timeOfDayStruct*)':
datetimemgr.cpp:45: `UTC' is not a member of type `Qt'
datetimemgr.cpp: In member function `void DateTimeMgr::update()':
datetimemgr.cpp:60: `UTC' is not a member of type `Qt'
make[3]: *** [datetimemgr.o] Error 1
make[3]: Leaving directory `/seq/showeq/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/seq/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/seq/showeq'
make: *** [all] Error 2


This is with the newest ver 4.3.17.1 patch, which I'm fairly certain was applied correctly as well. Before the patch, using 4.3.17, I was only getting through part of the configure before getting a similar error. After the patch, it appears to exit configure without errors, but when I do make now, I get the above and no further. Any assistance or push in the right direction would be most helpful.

Zaphod
11-05-2003, 08:49 AM
Originally posted by EnvyEyes
Just wondering it anyone else is getting errors during the make process? I'll paste in the output during make, maybe I'm missing something. I'm no good at troubleshooting compile errors, yet.

make all-recursive
make[1]: Entering directory `/seq/showeq'
Making all in maps
make[2]: Entering directory `/seq/showeq/maps'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/seq/showeq/maps'
Making all in src
make[2]: Entering directory `/seq/showeq/src'
make all-am
make[3]: Entering directory `/seq/showeq/src'
source='datetimemgr.cpp' object='datetimemgr.o' libtool=no \
depfile='.deps/datetimemgr.Po' tmpdepfile='.deps/datetimemgr.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.0.5/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 -o datetimemgr.o `test -f 'datetimemgr.cpp' || echo './'`datetimemgr.cpp
datetimemgr.cpp: In member function `void DateTimeMgr::timeOfDay(const
timeOfDayStruct*)':
datetimemgr.cpp:45: `UTC' is not a member of type `Qt'
datetimemgr.cpp: In member function `void DateTimeMgr::update()':
datetimemgr.cpp:60: `UTC' is not a member of type `Qt'
make[3]: *** [datetimemgr.o] Error 1
make[3]: Leaving directory `/seq/showeq/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/seq/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/seq/showeq'
make: *** [all] Error 2


This is with the newest ver 4.3.17.1 patch, which I'm fairly certain was applied correctly as well. Before the patch, using 4.3.17, I was only getting through part of the configure before getting a similar error. After the patch, it appears to exit configure without errors, but when I do make now, I get the above and no further. Any assistance or push in the right direction would be most helpful.

If you got those make errors, then you don't have 4.3.17.1 applied. Furthermore, this problem is unrelated to the problem discussed in this thread, so I've moved it to its own.

Enjoy,
Zaphod (dohpaZ)

EnvyEyes
11-05-2003, 02:09 PM
Kinda figured that it may have been something like that. I'll try again to reapply the patch. I'm a bit green at getting patches to take efficiently, so I don't doubt this at all. I know this patch doesn't get SEQ back in full operation due to the changes today, but I gotta learn this process somehow :D

Thanks much

EnvyEyes
11-05-2003, 02:49 PM
Thank you, Zaphod :D

Just started from a fresh extract of the .17 tar and applied the patch (correctly this time)
Config and make ran slicker than .... well, you know...

Just goes to show that if you slow down and make sure it's done right, it works.

/bow

S_B_R
11-05-2003, 03:45 PM
The best part is.... He's going to get the patch installed correctly only to find out the EQ patch this morning broke 4.3.17... And we'll get another thread about how it compiled correctly but it isn't working... :D





--edit--
typo

EnvyEyes
11-06-2003, 05:13 AM
Spiteful much? If you read the post immediately after Zaphod's helpful one, I stated that already. :D