Hi

I get this error when bulding Flightgear:


Making all in Model
make[2]: Entering directory `/home/royvegard/src/FlightGear/source/src/Model'
if 
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src  
-I/usr/X11R6/include -I/usr/local/include  -g -O2 -D_REENTRANT -MT 
model_panel.o -MD -MP -MF ".deps/model_panel.Tpo" \
          -c -o model_panel.o `test -f 'model_panel.cxx' || 
echo './'`model_panel.cxx; \
        then mv -f ".deps/model_panel.Tpo" ".deps/model_panel.Po"; \
        else rm -f ".deps/model_panel.Tpo"; exit 1; \
        fi
model_panel.cxx: In function 'osg::Node* load_panel(SGPropertyNode*)':
model_panel.cxx:28: error: cannot allocate an object of abstract 
type 'FGPanelNode'
panelnode.hxx:23: note:   because the following virtual functions are pure 
within 'FGPanelNode':
/usr/local/include/osg/Drawable:425: note:      virtual void 
osg::Drawable::drawImplementation(osg::RenderInfo&) const
make[2]: *** [model_panel.o] Error 1
make[2]: Leaving directory `/home/royvegard/src/FlightGear/source/src/Model'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/royvegard/src/FlightGear/source/src'
make: *** [all-recursive] Error 1


I'm on Gentoo. OSG and friends are from CVS/SVN. Flightgear and Simgear are 
from CVS. The rest of the dependencies are from Portage (Gentoo packages).


-- 
Roy Vegard Ovesen

-------------------------------------------------------------------------
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-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to