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.