|
From: Norman V. <nh...@ca...> - 2001-05-28 01:56:23
|
Kevin Riggle writes: > However, when I go to 'make' FlightGear, I get this: > >... (this stuff seems to work...) >Making all in Main >viewer.cxx: `exit' undeclared (first use this function) >Not being a C programmer, this is worse than Greek for me -- >any ideas? Thanks! Hmm.. this has been changed in the developer files I work with so I can not really check this for you but I am guessing that all you need to do is add a #include <stdlib.h> to the top of viewer.cxx file where the other #include <xxxx.h> are edit this file $FG_SRC / src / Main / viewer.cxx Cheers Norman Vine |