PDA

View Full Version : New error on latest compile



Asterof
06-29-2003, 05:59 PM
try to compile all ok
run make and I gett his

[root@pagan5 showeq]# make
make all-recursive
make[1]: Entering directory `/showeq'
Making all in maps
make[2]: Entering directory `/showeq/maps'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/showeq/maps'
Making all in src
make[2]: Entering directory `/showeq/src'
make[2]: *** No rule to make target `m_libEQ.cpp', needed by `all'. Stop.
make[2]: Leaving directory `/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/showeq'
make: *** [all] Error 2

can anyone point me to right direction

fryfrog
06-29-2003, 09:00 PM
sounds like you need to re-run


make -f Makefile.dist
./configure


before you try re-running make.

Asterof
06-29-2003, 11:30 PM
re ran the entire process
still same errors

Asterof
06-29-2003, 11:37 PM
Success!
Please run:
make
[root@pagan5 showeq]# make
make all-recursive
make[1]: Entering directory `/showeq'
Making all in maps
make[2]: Entering directory `/showeq/maps'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/showeq/maps'
Making all in src
make[2]: Entering directory `/showeq/src'
/usr/lib/qt-3.1/bin/moc -nw packet.h -o m_packet.cpp
/usr/lib/qt-3.1/bin/moc -nw spawnshell.h -o m_spawnshell.cpp
/usr/lib/qt-3.1/bin/moc -nw spawnlist.h -o m_spawnlist.cpp
/usr/lib/qt-3.1/bin/moc -nw spellshell.h -o m_spellshell.cpp
/usr/lib/qt-3.1/bin/moc -nw spelllist.h -o m_spelllist.cpp
/usr/lib/qt-3.1/bin/moc -nw editor.h -o m_editor.cpp
/usr/lib/qt-3.1/bin/moc -nw interface.h -o m_interface.cpp
/usr/lib/qt-3.1/bin/moc -nw compass.h -o m_compass.cpp
/usr/lib/qt-3.1/bin/moc -nw map.h -o m_map.cpp
/usr/lib/qt-3.1/bin/moc -nw experiencelog.h -o m_experiencelog.cpp
/usr/lib/qt-3.1/bin/moc -nw combatlog.h -o m_combatlog.cpp
/usr/lib/qt-3.1/bin/moc -nw msgdlg.h -o m_msgdlg.cpp
/usr/lib/qt-3.1/bin/moc -nw player.h -o m_player.cpp
/usr/lib/qt-3.1/bin/moc -nw decode.h -o m_decode.cpp
/usr/lib/qt-3.1/bin/moc -nw skilllist.h -o m_skilllist.cpp
/usr/lib/qt-3.1/bin/moc -nw statlist.h -o m_statlist.cpp
/usr/lib/qt-3.1/bin/moc -nw filtermgr.h -o m_filtermgr.cpp
/usr/lib/qt-3.1/bin/moc -nw category.h -o m_category.cpp
/usr/lib/qt-3.1/bin/moc -nw compassframe.h -o m_compassframe.cpp
/usr/lib/qt-3.1/bin/moc -nw group.h -o m_group.cpp
/usr/lib/qt-3.1/bin/moc -nw guild.h -o m_guild.cpp
/usr/lib/qt-3.1/bin/moc -nw netdiag.h -o m_netdiag.cpp
/usr/lib/qt-3.1/bin/moc -nw logger.h -o m_logger.cpp
/usr/lib/qt-3.1/bin/moc -nw xmlpreferences.h -o m_xmlpreferences.cpp
/usr/lib/qt-3.1/bin/moc -nw seqwindow.h -o m_seqwindow.cpp
/usr/lib/qt-3.1/bin/moc -nw seqlistview.h -o m_seqlistview.cpp
/usr/lib/qt-3.1/bin/moc -nw zonemgr.h -o m_zonemgr.cpp
/usr/lib/qt-3.1/bin/moc -nw spawnmonitor.h -o m_spawnmonitor.cpp
/usr/lib/qt-3.1/bin/moc -nw spawnpointlist.h -o m_spawnpointlist.cpp
/usr/lib/qt-3.1/bin/moc -nw spawnlistcommon.h -o m_spawnlistcommon.cpp
/usr/lib/qt-3.1/bin/moc -nw spawnlist2.h -o m_spawnlist2.cpp
/usr/lib/qt-3.1/bin/moc -nw itemdb.h -o m_itemdb.cpp
make[2]: *** No rule to make target `m_libEQ.cpp', needed by `all'. Stop.
make[2]: Leaving directory `/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/showeq'
make: *** [all] Error 2

fester
06-30-2003, 02:16 AM
Asterof, please search for "m_libEQ.cpp".

Version uploaded as of 2 hours ago doesn't compile mudtoe

makefile issue Curve

m_libEQ.cpp ? Chyran

m_libEQ.cpp sabek

FYI Current Complie Error Raistlin

I fixed seq...but what is the policy on posting it now? codepig666

ShowEQ Status Green as of 00:10 5/20/03 GMT, but get compile error mudtoe

Error in src/Makefile: m_libEQ.cpp not being built? stevemc

Elyon
06-30-2003, 07:48 AM
Try this, even tho some say it was fixed...


go to the ShowEQ/src folder and cp libeq.h libEQ.h

make distclean
make -f makefile.dist
./configure
make
make install

Asterof
06-30-2003, 06:46 PM
go to the ShowEQ/src folder and cp libeq.h libEQ.h

make distclean
make -f makefile.dist
./configure
make
make install

this as stated above resolved the problem
thanks