Hi Philip,

I'm getting an error when trying to open the osgtext.cpp.gz file :

gunzip osgtext.cpp.gz

gzip: osgtext.cpp.gz: unexpected end of file

Could you resend the file without zipping it, a .cpp won't normally
inline like headers do so it should be safe to just send as is.

Robert.

On Feb 4, 2008 6:47 PM, Philip Lowman <[EMAIL PROTECTED]> wrote:
> The examples/osgtext/osgtext.cpp file does not compile for me on gcc 3.2.3
> (RHEL3) presumably due to a compiler bug.
>
> A fix is attached.
>
> [ 98%] Building CXX object
> examples/osgtext/CMakeFiles/example_osgtext.dir/osgtext.o
> /home/lowmanp/svn/OpenSceneGraph/examples/osgtext/osgtext.cpp: In member
>    function `void UpdateTextOperation::load()':
> /home/lowmanp/svn/OpenSceneGraph/examples/osgtext/osgtext.cpp:549: syntax
> error
>    before `;' token
> /home/lowmanp/svn/OpenSceneGraph/examples/osgtext/osgtext.cpp:560: invalid
>    operands of types `osg::Vec3 ()(...)' and `float' to binary `operator*'
> make[2]: *** [examples/osgtext/CMakeFiles/example_osgtext.dir/osgtext.o]
> Error 1
> make[1]: *** [examples/osgtext/CMakeFiles/example_osgtext.dir/all] Error 2
> make: *** [all] Error 2
> _______________________________________________
> osg-submissions mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to