View Single Post
Old 03-10-2009, 07:54 PM   #4
gth
Member
 
Join Date: Nov 2003
Posts: 50
gth is on a distinguished road
Re: Having a few issues that need fixed before I can compile WHO CAN HELP?:>

Find where the exp() function is defined, then make sure your sources files have access to it during compilation.

I don't recall all the scope and include rules for gcc, but I'm sure that - assuming such a function as exp() exists - all you need to do is check the scope of includes, maybe include path, or maybe even the order(?) of files that are included, to ensure your englogic.c code is correctly referring to this function. Same goes for the newsaves.c code, too.

Of course, there's a chance the function was renamed some time in the past and these two source files are simply referring to the old name for it: either way, find the exp function, save the world.
gth is offline   Reply With Quote