Erik Hofman wrote: > Melchior FRANZ wrote: >> (B) which bugs need to be fixed (and by whom :-)? > > I would like to see Nasal working again on IRIX. I think this is a nice > task for Andy ...
Solaris-users would profit as well. Adding to that there are still some type incompatibilities on Solaris. Please add the following small patch to fix one of these: --- SimGear/simgear/misc/stdint.hxx~ 2005-10-03 18:53:28.606579000 +0200 +++ SimGear/simgear/misc/stdint.hxx 2005-10-03 18:53:28.632024750 +0200 @@ -56,7 +56,7 @@ typedef unsigned short uint16_t; typedef unsigned int uint32_t; typedef unsigned __int64 uint64_t; -#elif defined(sgi) +#elif defined(sgi) || defined( __sun__ ) # include <sys/types.h> #else # include <stdint.h> Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are ! -------------------------------------------------------------------------- _______________________________________________ Flightgear-devel mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
