Hi,

built  OSG 2.9.10 again , and built Simgear Flightgear again gives the same
error.

Then, since OSG 2.9.11, is available.
I have just built osg 2.9.11,
Unfortunately simgear built against it, gives the following error

mv -f .deps/CheckSceneryVisitor.Tpo .deps/CheckSceneryVisitor.Po
g++ -DHAVE_CONFIG_H -I. -I../../../simgear -I../../..  -I/usr/local/include
-g -O2 -Wall -D_REENTRANT -MT ConditionNode.o -MD -MP -MF
.deps/ConditionNode.Tpo -c -o ConditionNode.o ConditionNode.cxx
mv -f .deps/ConditionNode.Tpo .deps/ConditionNode.Po
g++ -DHAVE_CONFIG_H -I. -I../../../simgear -I../../..  -I/usr/local/include
-g -O2 -Wall -D_REENTRANT -MT SGClipGroup.o -MD -MP -MF
.deps/SGClipGroup.Tpo -c -o SGClipGroup.o SGClipGroup.cxx
mv -f .deps/SGClipGroup.Tpo .deps/SGClipGroup.Po
g++ -DHAVE_CONFIG_H -I. -I../../../simgear -I../../..  -I/usr/local/include
-g -O2 -Wall -D_REENTRANT -MT SGInteractionAnimation.o -MD -MP -MF
.deps/SGInteractionAnimation.Tpo -c -o SGInteractionAnimation.o
SGInteractionAnimation.cxx
mv -f .deps/SGInteractionAnimation.Tpo .deps/SGInteractionAnimation.Po
g++ -DHAVE_CONFIG_H -I. -I../../../simgear -I../../..  -I/usr/local/include
-g -O2 -Wall -D_REENTRANT -MT SGMaterialAnimation.o -MD -MP -MF
.deps/SGMaterialAnimation.Tpo -c -o SGMaterialAnimation.o
SGMaterialAnimation.cxx
mv -f .deps/SGMaterialAnimation.Tpo .deps/SGMaterialAnimation.Po
g++ -DHAVE_CONFIG_H -I. -I../../../simgear -I../../..  -I/usr/local/include
-g -O2 -Wall -D_REENTRANT -MT SGOffsetTransform.o -MD -MP -MF
.deps/SGOffsetTransform.Tpo -c -o SGOffsetTransform.o SGOffsetTransform.cxx
mv -f .deps/SGOffsetTransform.Tpo .deps/SGOffsetTransform.Po
g++ -DHAVE_CONFIG_H -I. -I../../../simgear -I../../..  -I/usr/local/include
-g -O2 -Wall -D_REENTRANT -MT SGPagedLOD.o -MD -MP -MF .deps/SGPagedLOD.Tpo
-c -o SGPagedLOD.o SGPagedLOD.cxx
SGPagedLOD.cxx: In member function ‘virtual void
simgear::SGPagedLOD::forceLoad(osgDB::DatabasePager*, osg::FrameStamp*)’:
SGPagedLOD.cxx:73:52: erreur: no matching function for call to
‘osgDB::DatabasePager::requestNodeFile(const std::string&,
simgear::SGPagedLOD* const, double&, osg::FrameStamp*&,
osg::ref_ptr<osg::Referenced>&, osgDB::Options*)’
/usr/local/include/osgDB/DatabasePager:73:22: note: candidate is: virtual
void osgDB::DatabasePager::requestNodeFile(const std::string&,
osg::NodePath&, float, const osg::FrameStamp*,
osg::ref_ptr<osg::Referenced>&, const osg::Referenced*)
make[4]: *** [SGPagedLOD.o] Erreur 1
make[4]: quittant le répertoire «
/wrk3lv/00LIEN-DEVEL/devel-prog-fgCVS/11-0205/simgear/simgear/scene/model »
make[3]: *** [all-recursive] Erreur 1
make[3]: quittant le répertoire «
/wrk3lv/00LIEN-DEVEL/devel-prog-fgCVS/11-0205/simgear/simgear/scene »


What is the matter ?



2011/2/5 ThorstenB <bre...@gmail.com>

> On 05.02.2011 18:54, henri orange wrote:
> > mmmm,
> >
> > I get an error at build
> >
> > screen-dump.cxx:(.text+0x276): undefined reference to
> > `osg::Referenced::signalObserversAndDelete(bool, bool) const'
> > /usr/local/lib/libsgmisc.a(PathOptions.o): In function
> > `simgear::makeOptionsFromPath(SGPath const&)':
> >
>
> You're having some local problem with mismatching osg header files and
> libraries. Probably compiled against osg 2.8.3 or 2.9.11 include files -
> and tried to link against 2.9.10 libraries (or vice versa). Or maybe the
> osg libraries are missing altogether.
> You were using FG commit 133cfbfa7f4ec62ddc97bd93d4a50fec81b52362 before
> (previous email). There were only two git updates since then - none
> affected any osg interface, neither any makefile.
>
> cheers,
> Thorsten
>
>
> ------------------------------------------------------------------------------
> The modern datacenter depends on network connectivity to access resources
> and provide services. The best practices for maximizing a physical server's
> connectivity to a physical network are well understood - see how these
> rules translate into the virtual world?
> http://p.sf.net/sfu/oracle-sfdevnlfb
> _______________________________________________
> Flightgear-devel mailing list
> Flightgear-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-devel
>



-- 
Best regards,

Henri, aka Alva
Official grtux hangar maintainer
------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to