PDA

View Full Version : Help with Show EQ make



doogiezbt
09-24-2002, 11:02 PM
I'm having some problems compiling showEQ. The ./configure is completing and saysing success but when I run make I get this....

[root@Wintermute showeq]# make
make all-recursive
make[1]: Entering directory `/root/showeq'
Making all in maps
make[2]: Entering directory `/root/showeq/maps'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/showeq/maps'
Making all in src
make[2]: Entering directory `/root/showeq/src'
nw packet.h -o m_packet.cpp
make[2]: nw: Command not found
make[2]: [m_packet.cpp] Error 127 (ignored)
nw spawnshell.h -o m_spawnshell.cpp
make[2]: nw: Command not found
<etc>


I also noticed some anomlies when running make -f Makefile.dist I am getting the follow errors in Makefile.dist.dbg

*!* autoheader configure.in *!*
autoheader: missing template: HAVE_LIBEQ
!*! autoheader configure.in !*!

AND

*!* autoconf *!*
configure.in:110: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.in:141: error: possibly undefined macro: AC_PATH_QT_MOC
configure.in:142: error: possibly undefined macro: AC_PATH_QT
configure.in:605: error: possibly undefined macro: AC_CHECK_RPATH
!*! autoconf !*!

I assume all of this has to do with the AC_Path_QT_MOC but I'm not sure what is causing this not to work. My $QTDIR is set right and QT compiled just fine.

I am currently using QT 2.3.2 if that makes any difference.

Any suggestions would be appreciated.

Cryonic
09-24-2002, 11:22 PM
Short Answer: You missed something. Reread the newbies.install file AND the FAQ.


Longer Answer: make -f Makefile.dist or configure were not successful because they didn't find the location of moc.