I compiled 2.3.10 under WinXP SP2 with Microsoft Visual C++ .NET and I 
have unresolved external for the FreeType plugin.
I have installed FreeType version 2.19 (the only reference I have found 
on the site) and building the OSG debug version.

FreeTypeFont3D.obj : error LNK2019: unresolved external symbol 
_FT_Outline_Get_BBox referenced in function "protected: void __thiscall 
FreeTypeFont3D::init(void)" ([EMAIL PROTECTED]@@IAEXXZ)

There is also a warning I think it is better to fix:
c:\apps\openscenegraph-2.3.10\src\osgterrain\layer.cpp(566): warning 
C4715: 'osgTerrain::ProxyLayer::computeBound' : not all control paths 
return a value

If _implementation.valid() is false is there a sensible value to return 
or is it better to raise some form of exception?
osg::BoundingSphere ProxyLayer::computeBound(bool treatAsElevationLayer) 
const
{
    if (_implementation.valid()) return 
_implementation->computeBound(treatAsElevationLayer);
}

Thanks for your great work!
                                                       mario

Robert Osfield wrote:
> Hi All,
>
> I have just tagged a second 2.4 release candidate - the 2.3.10
> developer release:
>
>    http://www.openscenegraph.org/projects/osg/wiki/Downloads/DeveloperReleases
>
>     * OpenSceneGraph-2.3.10, released on 22nd April 2008.
> OpenSceneGraph-2.3.10 is the 2nd release candidate for 2.4. Minor
> changes are to NEWS, ChangeLog?, AUTHORS, and a small tweak of
> osgTerrain and Win32 build support of libcurl file
>
>     source package : OpenSceneGraph-2.3.10.zip
>     svn tag: svn co
> http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.3.10
> OpenSceneGraph
>
> Changes were all very minor relative to 2.3.9 - suggesting that we are
> looking good for the 2.4 release.   As ever I'd appreciate any testing
> that can be done.  As long as no errors are found I'll go ahead and
> tag 2.4 stable tomorrow morning.
>
> Thanks in advance,
> Robert.
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>   


-- 
Ing. Mario Valle
Data Analysis and Visualization Services         | http://www.cscs.ch/~mvalle
Swiss National Supercomputing Centre (CSCS)      | Tel:  +41 (91) 610.82.60
v. Cantonale Galleria 2, 6928 Manno, Switzerland | Fax:  +41 (91) 610.82.82

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to