Hi there,

the error I get when I 'make' openscenegraph is under osgUtil in the
Tesselator file. The following lines contain the error.

"gluTessCallback(_tobj, GLU_TESS_VERTEX_DATA, (GLU_TESS_CALLBACK)
vertexCallback);
    gluTessCallback(_tobj, GLU_TESS_BEGIN_DATA,  (GLU_TESS_CALLBACK)
beginCallback);
    gluTessCallback(_tobj, GLU_TESS_END_DATA,    (GLU_TESS_CALLBACK)
endCallback);
    gluTessCallback(_tobj, GLU_TESS_COMBINE_DATA,(GLU_TESS_CALLBACK)
combineCallback);
    gluTessCallback(_tobj, GLU_TESS_ERROR_DATA,  (GLU_TESS_CALLBACK)
errorCallback);
"

how can I improve them.

Thanks,
Felix
On 7/30/07, Robert Osfield <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> Weekly dev release has been tagged, details on DeveloperReleases page:
>
>
> http://www.openscenegraph.org/projects/osg/wiki/Downloads/DeveloperReleases
>
> SVN tag:
>
>
> http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.1.3/
>
>
> Please consider this a 1st release candidate for 2.2 and test as such,
>
> Cheers,
> Robert.
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to