PDA

View Full Version : Compile frozen



Jobober
03-21-2010, 11:41 AM
Hi guys,
I'm back to EQ after a few year break and having some trouble compiling the latest SEQ. I installed Fedora 12 and then yum install qt qt-devel qt3 qt3-devel libpcap libpcap-devel as recommended in another post. SEQ compiles fine for a bit but then freezes. I left it running overnight, so I'm sure this isn't a slow computer issue.

Here is where it hangs:
mv -f .deps/packetformat.Tpo .deps/packetformat.Po
/usr/lib/qt-3.3/bin/moc interface.h -o interface.moc
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/lib/qt-3.3/include -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/\" -g -O2 -MT interface.o -MD -MP -MF .deps/interface.Tpo -c -o interface.o interface.cpp

Any ideas on how to get it moving again would be appreciated.

Thanks