On Fri, 10 May 2002, Curtis L. Olson wrote:

> I've not seen this error myself.  What platform and compiler (and
> compiler version) are you using?

linux, redhat6.2, gcc-2.91.  
-tom

> 
> Curt.
> 
> 
> Thomas Flynn writes:
> > greetings,
> > 
> > i downloaded the 0.7.10 tarball off the front page of the website, 
> > tried to compile and got the following error:
> > 
> > c++ -DFGFS -I. -I. -I../../../src/Include -I../../.. -I../../../src  
>-I/usr/X11R6/include  -g -O2 -c -o FGAerodynamics.o `test -f FGAerodynamics.cpp || 
>echo './'`FGAerodynamics.cpp
> > FGAerodynamics.cpp: In method `void FGAerodynamics::bind()':
> > FGAerodynamics.cpp:229: no matching function for call to `FGPropertyManager::Tie 
>(char[20], FGAerodynamics *, int, {unknown type})'
> > FGPropertyManager.h:477: candidates are: FGPropertyManager::Tie(const string &, 
>bool *, bool)
> > FGPropertyManager.h:499:                 FGPropertyManager::Tie(const string &, 
>int *, bool)
> > FGPropertyManager.h:521:                 FGPropertyManager::Tie(const string &, 
>long int *, bool)
> > FGPropertyManager.h:543:                 FGPropertyManager::Tie(const string &, 
>float *, bool)
> > FGPropertyManager.h:565:                 FGPropertyManager::Tie(const string &, 
>double *, bool)
> > 
> > as well as similar errors for the next ten lines of FGAerodynamics.cpp.
> > i took a quick look at FGPropertyManager.h...now i'm not real familiar with
> > the code, but it wasn't immediately obvious which version of Tie() method the 
> > references in FGAerodynamics.cpp are supposed to match up with.  (imagine how 
> > the compiler feels :)
> > 
> > did I gloss over it too quickly?  did I miss something?
> > thanks,
> > -tom
> > --
> > "Mongooses are famous for their snake-fighting ability, and are
> >  almost always victorious because of their speed, agility, and timing
> >  and also because of their thick coat."
> > 
> > 
> > _______________________________________________
> > Flightgear-devel mailing list
> > [EMAIL PROTECTED]
> > http://mail.flightgear.org/mailman/listinfo/flightgear-devel
> 
> -- 
> Curtis Olson   IVLab / HumanFIRST Program       FlightGear Project
> Twin Cities    [EMAIL PROTECTED]                  [EMAIL PROTECTED]
> Minnesota      http://www.menet.umn.edu/~curt   http://www.flightgear.org
> 
> _______________________________________________
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel
> 
> 

--
"Mongooses are famous for their snake-fighting ability, and are
 almost always victorious because of their speed, agility, and timing
 and also because of their thick coat."


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

Reply via email to