HI Garret, To build the examples you need to configure the cmake to do it, via:
cd OpenSceneGraph; ccmake . Then you'll see in the console a list of options, one with be OSG_BUILD_EXAMPLES set by default to OFF, just toggle this to ON, then press 'c' to configure, the 'g' to generate the Makefiles. You'll see onscreen help provide too. The just type make in the console as usual. Robert. On 8/16/07, Garrett Potts <[EMAIL PROTECTED]> wrote: > Hello Robert: > > Thank you for the fast response. > > Trying to figure out now how to enable builds of examples on the > SUSE. I will try to run the osgtext example to see. I have the font > set to "" so it uses the system font. The version of freetype > installed on the enterprise is 9.8.3. Will keep poking to see. > there is something it doesn't like. > > > Take care > > Garrett > > On Aug 16, 2007, at 2:01 PM, Robert Osfield wrote: > > > Hi Garret, > > > > I've used 64 bit Suse for several years without problems with osgText. > > Recently I've moved to 64bit Kubunto and don't see any problems > > either. I have had nothing come by that might suggest some latent 64 > > bit/linux issue. > > > > Do you have problems with osgtext running? Which version of freetype > > do you have? > > > > Robert. > > > > On 8/16/07, Garrett Potts <[EMAIL PROTECTED]> wrote: > >> Hello All: > >> > >> I am having text/font issues under the 64-bit SUSE. If ever a > >> setText is called on an osgText object there is a core dump that > >> occurs. Note the code works fine on MAC's ad Windows. I think it > >> might be related to 64-bit build on SUSE. I don't have much more > >> details than this. Commenting out any of the setText code allows my > >> application to run fine. I have also tried the latest dev 2.1.5 with > >> the same issues. I am still poking around but do not know if I can > >> resolve this quickly. > >> > >> > >> Take care > >> > >> Garrett > >> > >> _______________________________________________ > >> osg-users mailing list > >> [email protected] > >> http://lists.openscenegraph.org/listinfo.cgi/osg-users- > >> openscenegraph.org > >> > > _______________________________________________ > > osg-users mailing list > > [email protected] > > http://lists.openscenegraph.org/listinfo.cgi/osg-users- > > openscenegraph.org > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

