Re: [osg-users] Downloading Binaries

2009-06-09 Thread Alberto Luaces
Ok Christopher, I have almost the same system as you. Make sure that you are linking to the correct OpenGL library. To do so, in the building directory, execute ccmake . Then press t to go to advaced options and search for the following parameters: OPENGL_INCLUDE_DIR OPENGL_gl_LIBRARY

Re: [osg-users] Downloading Binaries

2009-06-08 Thread Mattias Helsing
Hi Christopher, On Mon, Jun 8, 2009 at 2:42 AM, Christopher Wangcwang7...@hotmail.com wrote: Hi,  Sorry, its the binaries from this page. http://www.openscenegraph.org/projects/osg/wiki/Downloads I thought these are for cygwin - •i386 Linux packages built under Ubuntu 9.04, note, these are

Re: [osg-users] Downloading Binaries

2009-06-08 Thread Alberto Luaces
Hi, Mattias is right, building OSG in Cygwin is easy. I'm doing it nearly all days, so if you have any problem, feel free to ask on the list. Regards, Alberto ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] Downloading Binaries

2009-06-08 Thread Christopher Wang
Hi, Thanks guys, I actually have. I've been working with C# from the last 2+ years, so I guess I'm pretty rusty with C++. I did my configure with OSG, ran fine. When I do my make I get OpenGL errors. Any ideas on how to setup my linking on it? Some of the may pages of errors:

Re: [osg-users] Downloading Binaries

2009-06-08 Thread Alberto Luaces
Hi Christopher, I would like to ask you first for your building environment (OSG version, compiler version, operating system, etc) Regards, Alberto ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] Downloading Binaries

2009-06-08 Thread Christopher Wang
Hi, Good question, I have windows XP. I'm using CYGWIN 1.5.25 GCC 3.4.4 and LibGlut 2.4.0 ... Thank you! Cheers, Christopher -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=13720#13720 ___

Re: [osg-users] Downloading Binaries

2009-06-08 Thread Christopher Wang
Hi, Side note, these are the steps I am to build it. How to build under Unices (MinGW and Cygwin users: see Windows) With CMake you can build the OSG libraries and executables in the source directory and have the files placed in the lib and bin directories, or you can build out of

[osg-users] Downloading Binaries

2009-06-07 Thread Christopher Wang
Hi, I was wonding if I just download the binaries for windows or cygwin, can I just include them in my project and then compile my project? Also, what are the required set of libraries for just doing a basic node drawing? ... Thank you! Cheers, Christopher -- Read this

Re: [osg-users] Downloading Binaries

2009-06-07 Thread Mattias Helsing
Hi Christopher, On Sun, Jun 7, 2009 at 7:13 PM, Christopher Wangcwang7...@hotmail.com wrote: Hi,  I was wonding if I just download the binaries for windows or cygwin, can I just include them in my project and then compile my project?  Also, what are the required set of libraries for just

Re: [osg-users] Downloading Binaries

2009-06-07 Thread Christopher Wang
Hi, Sorry, its the binaries from this page. http://www.openscenegraph.org/projects/osg/wiki/Downloads I thought these are for cygwin - •i386 Linux packages built under Ubuntu 9.04, note, these are just simple tar.gz, which will need to be installed by hand, rather than debian .deb files. and