Hi Erik,

Erik Hofman wrote:
> Update of /var/cvs/FlightGear-0.9/source/src/Main
> In directory baron.flightgear.org:/tmp/cvs-serv10148
> 
> Modified Files:
>        viewmgr.cxx 
> Log Message:
> put the debugging quat strings as doubles under /sim/current-view/debug 
> instead.

I suspect that something's missing in this patch:

g++ -O3 -march=opteron -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. 
-I../../src -I../../src/FDM/JSBSim -I/opt/CERTI/include  -I/opt/gnu/include 
-I/usr/local/include -I/opt/FlightGear/include 
-DPKGLIBDIR=\"/opt/FlightGear/share/FlightGear\" -g -O2 -I/opt/FlightGear 
-D_REENTRANT -c -o viewmgr.o viewmgr.cxx
viewmgr.cxx: In member function 'virtual void FGViewMgr::bind()':
viewmgr.cxx:224: error: 'getCurrentViewOrientation_w' is not a member of 
'FGViewMgr'
viewmgr.cxx:226: error: 'getCurrentViewOrientation_x' is not a member of 
'FGViewMgr'
viewmgr.cxx:228: error: 'getCurrentViewOrientation_y' is not a member of 
'FGViewMgr'
viewmgr.cxx:230: error: 'getCurrentViewOrientation_z' is not a member of 
'FGViewMgr'
viewmgr.cxx:233: error: 'getCurrentViewOrOffset_w' is not a member of 
'FGViewMgr'
viewmgr.cxx:235: error: 'getCurrentViewOrOffset_x' is not a member of 
'FGViewMgr'
viewmgr.cxx:237: error: 'getCurrentViewOrOffset_y' is not a member of 
'FGViewMgr'
viewmgr.cxx:239: error: 'getCurrentViewOrOffset_z' is not a member of 
'FGViewMgr'
viewmgr.cxx:242: error: 'getCurrentViewFrame_w' is not a member of 'FGViewMgr'
viewmgr.cxx:244: error: 'getCurrentViewFrame_x' is not a member of 'FGViewMgr'
viewmgr.cxx:246: error: 'getCurrentViewFrame_y' is not a member of 'FGViewMgr'
viewmgr.cxx:248: error: 'getCurrentViewFrame_z' is not a member of 'FGViewMgr'
viewmgr.cxx: At global scope:
viewmgr.cxx:811: error: no 'double FGViewMgr::getCurrentViewFrame_w() const' 
member function declared in class 'FGViewMgr'
viewmgr.cxx:814: error: no 'double FGViewMgr::getCurrentViewFrame_x() const' 
member function declared in class 'FGViewMgr'
viewmgr.cxx:817: error: no 'double FGViewMgr::getCurrentViewFrame_y() const' 
member function declared in class 'FGViewMgr'
viewmgr.cxx:820: error: no 'double FGViewMgr::getCurrentViewFrame_z() const' 
member function declared in class 'FGViewMgr'
viewmgr.cxx:833: error: no 'double FGViewMgr::getCurrentViewOrOffset_w() const' 
member function declared in class 'FGViewMgr'
viewmgr.cxx:836: error: no 'double FGViewMgr::getCurrentViewOrOffset_x() const' 
member function declared in class 'FGViewMgr'
viewmgr.cxx:839: error: no 'double FGViewMgr::getCurrentViewOrOffset_y() const' 
member function declared in class 'FGViewMgr'
viewmgr.cxx:842: error: no 'double FGViewMgr::getCurrentViewOrOffset_z() const' 
member function declared in class 'FGViewMgr'
viewmgr.cxx:873: error: no 'double FGViewMgr::getCurrentViewOrientation_w() 
const' member function declared in class 'FGViewMgr'
viewmgr.cxx:876: error: no 'double FGViewMgr::getCurrentViewOrientation_x() 
const' member function declared in class 'FGViewMgr'
viewmgr.cxx:879: error: no 'double FGViewMgr::getCurrentViewOrientation_y() 
const' member function declared in class 'FGViewMgr'
viewmgr.cxx:882: error: no 'double FGViewMgr::getCurrentViewOrientation_z() 
const' member function declared in class 'FGViewMgr'
make: *** [viewmgr.o] Fehler 1


Regards,
        Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to