bass pumped wrote:
> I'm trying to get flightgear 9.8 built in Windows.  I'm using MSVC 7
> for the build.  I ran into the following errors from the Nasal code.
>
> [...]
>
> cannot convert from 'naRef (__cdecl*)(naContext,naRef,int,naRef *)' to 
> 'naCFunction'

This looks like a version skew problem.  That function
signature (with four arguments) is the one from the current CVS
version.  The 0.9.8 Nasal interpreter used a different API with
only two arguments.

It looks to me like you're compiling CVS FlightGear (or a
relatively recent snapshot) with an older SimGear.

Andy

_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to