Hi Zachary,

osg is cmake based for configuration. so instead of ./configure;make;make
install you should do something like

cmake .
make
make install

cmake will generate the Makefiles

On Wed, Mar 27, 2019 at 5:23 PM Robert Osfield <robert.osfi...@gmail.com>
wrote:

> Hi Zachary,
>
> You will need to post us the errors you are seeing without this there
> is no way for us to know what is wrong.
>
> Robert.
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>


-- 
trajce nikolov nick
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to