Jon Berndt wrote:

>David Luff wrote:
> > You could try replacing
> > 
> > bcopy(pos, &tag, 3);
> > 
> > with
> > 
> > bcopy(pos, &tag[0], 3);
> > 
> > and let us know how that goes.  What compiler and OS are you on - 
> > I don't see this with gcc-3.2 on either Cygwin or Linux.
> 
> Is this your code?

It was written by Alexander Kappes, who's also working on the ATC system.  I committed 
it though after checking it and making it play nicely with the rest of the ATC code, 
so I feel partly responsible for your woes!

Did you try the proposed fix, and did it work? 

> 
> How about other CygWin people? Are they seeing the problem?
> 

Are you using Cygwin with gcc-2.95 or gcc-3.2?

Cheers - Dave

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to