Hi Aburik, On Tue, Sep 29, 2009 at 5:08 AM, Aburik Mathnan <[email protected]> wrote: > When i am trying to make osg in my ubuntu, it compiles well but when it is > linking i am getting lot of error releted to X11 and OpenGL referances. the > error are > undefined reference to 'XReparentWindow', > undefined reference to 'glMultMatrixd' > undefined reference to 'gluTessBeginContour' > etc.. > I am new to ubuntu, i dont know how to solve these. please can anyone help me > out.
You'll need to install the glu library and headers, and glx, and X11 libs and headers. I don't recall in 7.04 has the libopenscenegraph package in it, it may even have a list of build dependency package, but I'm afraid I don't recall the details. You could go have dig around. The other alternative is to install the various dependencies, I'm a Kubuntu user myself and wrote the following page to enumarate the range of different dependencies that can be useful/essential to pull in to build the OSG: http://www.openscenegraph.org/projects/osg/wiki/Support/PlatformSpecifics/Debian-Dependencies The names of repository package names do occasionally change so you might need to tweak the names to get the right package. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

