Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Linux Servers

Support::Linux Servers Support forum for Linux EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-07-2007, 02:06 PM
zsek320
Fire Beetle
 
Join Date: Aug 2006
Posts: 1
Default Compiling Errors for world

I am running Ubuntu and GC++ 4.1 and I cannot seem to get past the world make file I get :
make -C world
make[1]: Entering directory '/home/eqemu/build/EQEmu-0.7.0-992/world'
makefile:32: .depend: No such file or directory

A bit more stuff shows up but then this starts repeating:
/bin/sh: -D_REENTRANT: not found

I am guessing I need some library or dependency. Any help would be great.

Thanks
Reply With Quote
  #2  
Old 05-07-2007, 06:08 PM
Arex
Hill Giant
 
Join Date: Jul 2004
Posts: 196
Default

i am getting the same error with ubuntu:

/bin/sh: -D_REENTRANT: not found
Reply With Quote
  #3  
Old 05-15-2007, 09:09 AM
bobbydole
Fire Beetle
 
Join Date: Jul 2006
Posts: 26
Default

The problem is in the depend part of the makefile.

here's the correct part.

Code:
.depend depend:
        for f in $(SF); \
        do \
                i=`echo $$f | sed -e 's#.obj/#../common/#g' -e 's/\.o/.cpp/g' `; \
                gcc -MM $(COPTS) $(PERL_FLAGS) $$i | sed "s#^[^ ]*:#$$f:#g"; \
        done  >.depend
just removed the ` around $(PERL_FLAGS)

However it doesn't make any difference in the resulting .depend file.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 03:55 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3