Re: [osg-users] [3rdparty] Building osgBullet?

2014-03-06 Thread LaytonG123
Sounds like you need to define your environment variables. Try right clicking on MyComputer then properties, Advanced system settings, environment variables. Create a new environment variable with OSGWORKS_ROOT = C:\OpenSceneGraph-3.0.1 (or where ever your osg is installed) --

Re: [osg-users] [3rdparty] Building osgBullet?

2014-03-06 Thread LaytonG123
Whoops, I meant to set OSGWORKS_ROOT to where ever you have osg works installed and not OSG. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=57758#57758 ___ osg-users mailing list

[osg-users] [build] build osgWorks and osgBullet

2014-03-04 Thread LaytonG123
I'm trying to build osgWorks and osgBullet on windows 7 using cmake and I'm having some troubles with dependencies. In order for osgBullet to work I first need to build and compile osgWorks. I placed the code for osgWorks into a folder C:\osgw2 I run Configure in cmake for the cmakelists.txt