Hey Group;

I followed this lists suggestion and downloaded both FlightGear and Simgear. Both ended up with errors

Normally I run - ./autogen.sh, ./configure (via a script), make,
make check, make -n install, and last make install
If it has lib files then "ldconfig"

Simgear compiled very cleanly.  But when "make check" was run it failed.
It appeared to be a non issue so I installed it in the same place as the old one.

FlightGear died during the compile effort.  In source/src/network

I have included a "short form" error file from both.

Both programs are configured by a config script. If you feel that this could be the source let me know. Basically it comes from
./configure --help options.

--
73 de Donn Washburn
307 Savoy Street     Email: " [EMAIL PROTECTED] "
Sugar Land, TX 77478 LL# 1.281.242.3256
Ham Callsign N5XWB   HAMs : " [EMAIL PROTECTED] "
VoIP via Gizmo: bmw_87kbike / via Skype: n5xwbg
BMW MOA #: 4146 - Ambassador
      " http://counter.li.org " #279316
SGMathTest.cxx: In function ‘bool sgInterfaceTest()’:
SGMathTest.cxx:239: error: no matching function for call to 
‘SGMatrix<float>::SGMatrix(SGQuatf&, SGVec3f&)’
SGMatrix.hxx:76: note: candidates are: SGMatrix<T>::SGMatrix(const 
TransNegRef<T>&) [with T = float]
SGMatrix.hxx:53: note:                 SGMatrix<T>::SGMatrix(T, T, T, T, T, T, 
T, T, T, T, T, T, T, T, T, T) [with T = float]
SGMatrix.hxx:46: note:                 SGMatrix<T>::SGMatrix(const T*) [with T 
= float]
SGMatrix.hxx:34: note:                 SGMatrix<T>::SGMatrix() [with T = float]
SGMathFwd.hxx:29: note:                 SGMatrix<float>::SGMatrix(const 
SGMatrix<float>&)
SGMathTest.cxx: In function ‘bool sgdInterfaceTest()’:
SGMathTest.cxx:286: error: no matching function for call to 
‘SGMatrix<double>::SGMatrix(SGQuatd&, SGVec3d&)’
SGMatrix.hxx:76: note: candidates are: SGMatrix<T>::SGMatrix(const 
TransNegRef<T>&) [with T = double]
SGMatrix.hxx:53: note:                 SGMatrix<T>::SGMatrix(T, T, T, T, T, T, 
T, T, T, T, T, T, T, T, T, T) [with T = double]
SGMatrix.hxx:46: note:                 SGMatrix<T>::SGMatrix(const T*) [with T 
= double]
SGMatrix.hxx:34: note:                 SGMatrix<T>::SGMatrix() [with T = double]
SGMathFwd.hxx:29: note:                 SGMatrix<double>::SGMatrix(const 
SGMatrix<double>&)
SGMathTest.cxx: In function ‘bool MatrixTest() [with T = float]’:
SGMathTest.cxx:343:   instantiated from here
SGMathTest.cxx:177: error: no matching function for call to 
‘SGMatrix<float>::SGMatrix(SGQuat<float>&, SGVec3<float>&)’
SGMatrix.hxx:76: note: candidates are: SGMatrix<T>::SGMatrix(const 
TransNegRef<T>&) [with T = float]
SGMatrix.hxx:53: note:                 SGMatrix<T>::SGMatrix(T, T, T, T, T, T, 
T, T, T, T, T, T, T, T, T, T) [with T = float]
SGMatrix.hxx:46: note:                 SGMatrix<T>::SGMatrix(const T*) [with T 
= float]
SGMatrix.hxx:34: note:                 SGMatrix<T>::SGMatrix() [with T = float]
SGMathFwd.hxx:29: note:                 SGMatrix<float>::SGMatrix(const 
SGMatrix<float>&)
SGMathTest.cxx: In function ‘bool MatrixTest() [with T = double]’:
SGMathTest.cxx:345:   instantiated from here
SGMathTest.cxx:177: error: no matching function for call to 
‘SGMatrix<double>::SGMatrix(SGQuat<double>&, SGVec3<double>&)’
SGMatrix.hxx:76: note: candidates are: SGMatrix<T>::SGMatrix(const 
TransNegRef<T>&) [with T = double]
SGMatrix.hxx:53: note:                 SGMatrix<T>::SGMatrix(T, T, T, T, T, T, 
T, T, T, T, T, T, T, T, T, T) [with T = double]
SGMatrix.hxx:46: note:                 SGMatrix<T>::SGMatrix(const T*) [with T 
= double]
SGMatrix.hxx:34: note:                 SGMatrix<T>::SGMatrix() [with T = double]
SGMathFwd.hxx:29: note:                 SGMatrix<double>::SGMatrix(const 
SGMatrix<double>&)
make[3]: *** [SGMathTest.o] Error 1
make[2]: *** [check-am] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1
jpg-httpd.cxx: In member function ‘virtual void 
HttpdImageChannel::foundTerminator()’:
jpg-httpd.cxx:110: error: ‘class trJpgFactory’ has no member named 
‘setFrustum’
make[2]: *** [jpg-httpd.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to