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

Reply via email to