Re: [Flightgear-devel] FGTransmissionList

2003-03-11 Thread Alexander Kappes
Hi Jon, sorry that I haven't answered earlier but I have only limited computer access at the moment. Thanks Dave that you solved the problem. Cheers Alexander On Sun, 9 Mar 2003, David Luff wrote: > Jon Berndt wrote: > > >David Luff wrote: > > > You could try replacing > > > > > > bcopy(pos,

re: [Flightgear-devel] FGTransmissionList

2003-03-09 Thread David Luff
Jon Berndt wrote: >I'm getting a build error for FlightGear with the newest stuff from CVS. >Any clues? >Jon >g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src -c > -o transmissionlist.o `test -fcho './'`transmissionlist.cxx >transmissionlist.cxx: In method `class string >

Re: [Flightgear-devel] FGTransmissionList

2003-03-09 Thread David Luff
Jon Berndt wrote: > > Did you try the proposed fix, and did it work? > > Yes, I did, and it worked great. > Great, it's in CVS now. Cheers - Dave ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flight

RE: [Flightgear-devel] FGTransmissionList

2003-03-09 Thread Jon Berndt
> Did you try the proposed fix, and did it work? Yes, I did, and it worked great. Here's what I am using: $ g++ --version 2.95.3-5 Jon smime.p7s Description: S/MIME cryptographic signature

Re: [Flightgear-devel] FGTransmissionList

2003-03-09 Thread David Luff
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 c

RE: [Flightgear-devel] FGTransmissionList

2003-03-09 Thread Jon Berndt
> [Resent now I'm subscribed!!!] > > Hi Jon, > > 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? How abo

re: [Flightgear-devel] FGTransmissionList

2003-03-09 Thread David Luff
Jon Berndt wrote: >I'm getting a build error for FlightGear with the newest stuff from CVS. >Any clues? >Jon >g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src -c > -o transmissionlist.o `test -fcho './'`transmissionlist.cxx >transmissionlist.cxx: In method `class string >

[Flightgear-devel] FGTransmissionList

2003-03-08 Thread Jon Berndt
I'm getting a build error for FlightGear with the newest stuff from CVS. Any clues? Jon g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src -c -o transmissionlist.o `test -fcho './'`transmissionlist.cxx transmissionlist.cxx: In method `class string FGTransmissionList::gen_te