I have just started to get to grips with the new Cmake required by MSVC10.
It is turning out to be a non-trivial task, as Cmake does not find the
pre-requisites where they used to be.
As part of this I have updated some of my old 3rd party stuff, including
OSG.
With current Simger GIT and OSG SVN I am seeing this.
------ Build started: Project: sgmodel, Configuration: Release Win32 ------
SGPagedLOD.cxx
SGPagedLOD.cxx(73): error C2664: 'osgDB::DatabasePager::requestNodeFile' :
cannot convert parameter 2 from 'simgear::SGPagedLOD *const ' to
'osg::NodePath &'
The code in question is :-
void SGPagedLOD::forceLoad(osgDB::DatabasePager *dbp, osg::FrameStamp*
framestamp)
{
//SG_LOG(SG_GENERAL, SG_ALERT, "SGPagedLOD::forceLoad(" <<
//getFileName(getNumChildren()) << ")");
unsigned childNum = getNumChildren();
setTimeStamp(childNum, 0);
double priority=1.0;
dbp->requestNodeFile(getFileName(childNum),this,priority,framestamp,
getDatabaseRequest(childNum),
_readerWriterOptions.get());
}
Also Cmake can not find any RTI on my system - is there a recommended
version that we should be using, or can this be ignored?
Alan.
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Flightgear-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-devel