Hello Andrew,

Andrew Dunk wrote:
> Hi, I have just checked out and am compiling 1.8 with the FTGL Contrib bits.
> 
> I have got these to errors from the compiler,
> 
> /home/buildslave/OpenSG/Source/Contrib/FTGLText/OSGFTGLText.cpp:76: 
> error: ‘drawActionHandler’ is not a member of ‘osg::MaterialDrawable’
> /home/buildslave/OpenSG/Source/Contrib/FTGLText/OSGFTGLText.cpp:80: 
> error: ‘renderActionHandler’ is not a member of ‘osg::MaterialDrawable’

the functions changed name in MaterialDrawable, they are now called
drawActionEnterHandler, drawActionLeaveHandler and
renderActionEnterHandler, renderActionLeaveHandler.
Quick fix is to rename them in OSGFTGLText.cpp, I'll fix and commit this 
to cvs tomorrow when I'm back in the office.

        Cheers,
                Carsten

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to