I am trying to make FlightGear on a Linux RH distro. I have SimGear 0.3.8 installed, and the latest OpenAL CVS snapshot installed as well.
During the FG build, make spits out the following message towards the end:
FGNozzle.cpp:74: `snprintf' undeclared (first use this function)
FGNozzle.cpp:74: (Each undeclared identifier is reported only once for each function it appear in.)
I think the problem is that stdio.h isn't included.
Could you add the following line to that file (for instance just prior to the "#include <sstream>" line) and check whether that solves your problem:
#include <stdio.h>
Erik
_______________________________________________ Flightgear-users mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-users 2f585eeea02e2c79d7b1d8c4963bae2d
