Howto:Set up a multiplayer server on FreeBSD: Difference between revisions

Jump to navigation Jump to search
Line 16: Line 16:


== Modifications ==
== Modifications ==
*I received two errors when building.  malloc.h appears to be depreciated on FreeBSD and is replaced another already included source file so just comment it out.
*I received 2 error when compiling fgms-0-x/src/server/fg_util.cxx because integer constants were too large so just convert them to real.  
*Also I received compile error on one file because integer constants were too large so just convert them to real.  


The commands below will automatically make the above modifications.
The commands below will automatically make the above modifications.
18

edits

Navigation menu