Re: [Flightgear-devel] FGEngine Bug still in Flightgear cvs

2004-03-12 Thread Jon S Berndt
On Fri, 12 Mar 2004 17:51:56 +
 [EMAIL PROTECTED] wrote:
Today i updated my flightgear cvs directory and tried to rebuilt it.

But there was still this bug in FGEninge.cpp: 

FGEngine.cpp:71: no matching function for call to
`basic_stringchar, string_char_traitschar,
__default_alloc_templatetrue, 0 ::clear ()'
!!

Now, I *know* I fixed this somewhere. Sorry about that. Can you tell 
me which compiler and platform you are building under? Is clear() not 
part of the string class in some distributions?

Jon

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


Re: [Flightgear-devel] FGEngine Bug still in Flightgear cvs

2004-03-12 Thread Erik Hofman
[EMAIL PROTECTED] wrote:

Could someone with cvs access fix this and change in file 
../src/FDM/JSBSim/FGEngine.cpp  

in line 71 this:

Name.clear();

into this:

Name = ;

So that the compilation works.
Done.

Erik

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


Re: [Flightgear-devel] FGEngine Bug still in Flightgear cvs

2004-03-12 Thread kreuzritter2000
On Friday 12 March 2004 17:33, Erik Hofman wrote:
 [EMAIL PROTECTED] wrote:
  Could someone with cvs access fix this and change in file
  ../src/FDM/JSBSim/FGEngine.cpp
 
  in line 71 this:
 
  Name.clear();
 
  into this:
 
  Name = ;
 
  So that the compilation works.

 Done.

 Erik

Thank you very much.


Best Regards,
 Oliver C.


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


Re: [Flightgear-devel] FGEngine Bug still in Flightgear cvs

2004-03-12 Thread kreuzritter2000
 Now, I *know* I fixed this somewhere. Sorry about that. Can you tell
 me which compiler and platform you are building under? Is clear() not
 part of the string class in some distributions?

 Jon

gcc version 2.95.3
plattform: i386 
Linux distribution: Slackware 8.1

Best Regards,
 Oliver C.



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