[osg-users] [build] Error compiling osgText on mingw (trunk)

2010-09-25 Thread David Wilson
Hi, I checked out the trunk of OSG so I could get into the new Qt stuff. I'm compiling using the version of MinGW included with Qt 4.7 - I think it's 4.4.0, and I get this error: > ... Building CXX object src/osgText/CMakeFiles/osgText.dir/DefaultFont.obj > > In file included from C:\OpenScen

Re: [osg-users] [build] Error compiling osgText on mingw (trunk)

2010-09-26 Thread Javier Taibo
Hi David, Add #include to Glyph file. At least it worked for me. Best Regards, Javier Taibo. On Sun, Sep 26, 2010 at 8:41 AM, David Wilson wrote: > Hi, > > I checked out the trunk of OSG so I could get into the new Qt stuff. > > I'm compiling using the version of MinGW included

Re: [osg-users] [build] Error compiling osgText on mingw (trunk)

2010-09-26 Thread David Wilson
Hi, I got the 2.9.8 developer release and it's compiling ok. I really should have checked this out first. Sorry! Thank you! Cheers, David -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=32076#32076

Re: [osg-users] [build] Error compiling osgText on mingw (trunk)

2010-09-26 Thread Robert Osfield
Hi David & Javier, I've just added the missing include ito include/osgText/Glyph and checked it in. Cheers, Robert. On Sun, Sep 26, 2010 at 8:04 AM, Javier Taibo wrote: >   Hi David, > >   Add  #include to Glyph file. > >   At least it worked for me. > > >   Best Regards, >   Javier Taibo. > >