Mailing List
Home
Forum Home
Mac Game - Mac game development
Rivers of MUD - a Diku and Merc based multiuser dungeon
SMAUG
Subjects
Getting UDP through NAT/firewalls/whatever for a game
Getting UDP through NAT/firewalls/whatever for a game
QuickTime errors
Python script as stand alone MUD server
Various sound problems
Fragment Shaders & GL TEXTURE RECTANGLE EXT
Timers and global variables
Re: Language and platform for Text MUD server
Apparent acquisition of Yantis (mysupersales) by IDE
HID keyboard
Getting UDP through NAT/firewalls/whatever for a game
Microsoft Sparkle
Director MX
Congratulations Horizons
Yet more problems fullscreen mode
Apple Dev Kitchen Them 's tasty vittles, Maw!
NSOpenGLContext, Pbuffers, and drawables
More DCR "theft " naughtiness
dynamic sprite creation and imaging lingo
Re: Find stuff in Flash array?
Effects of skill imbalances?
QuickTime errors
Rom 2 4/Quickmud Enhancement/Bug fix
Working with XML files/CFURL
smooth scrolling/subpixel tweening
RE: (Ron help me?) Flash text
Flash Racing
MudDev FAQ 2
Browser based games
Installing GLUT
Special character in Flash XML
 
Compiling problems on newer redhat servers

Compiling problems on newer redhat servers

2004-08-26       - By James Churchheus

 Back
Reply:     1     2  

I have very recently upgraded my server from Red Hat 9 to Red Hat Enterprise
server.

The problem that I have encountered and cannot figure out is:

When attempting to compile the source code, it errors out when it gets to
Samson's overland code. It keeps complaining about the call to the sqrt
function call found in overland.c in the distance function.

I looked up the man info for sqrt and it says that it is found in math.h.  I
double checked to make sure that math.h was included at the top of
overland.c and that it is.

I have also found that it exits the compile with the same error when trying
to compile the source on a Red Hat Fedora OS as well.

Does anyone have any ideas on how to solve this problem? I am at a terrible
situation with not being able to compile a smaug executable.  Especially
since I did a make clean and cannot create a smaug executable to replace the
one that was removed during the make clean.


Elbryan