Re: [osg-users] Eclipse and OSG

2007-09-05 Thread David Callu
Hi all, # = console command line E# = action in Eclipse I take for project example OSG. 1) - Prepare the build system Eclipse don't know how work CMake so we need to prime the pump # svn checkout http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunkOpenSceneGraph # cd

Re: [osg-users] Eclipse and OSG

2007-09-05 Thread Felix Bwire
Hi David, Thanks very much. The only problem am now having is that when I run, I get the error message: Error launching OpenSceneGraph. Reason: Java.lang.NullPointerException. Have you got the same error before or could you please guide me on how to go about it. Thanks alot. Felix On 9/5/07,

Re: [osg-users] Eclipse and OSG

2007-09-05 Thread David Callu
Hi felix, This mean you try to run a Java application. Are you sure that : - your project is know by eclipse like a C/C++ project ? - your do E# Menu - Run - Open Run Dialog - Select C/C++ Application and click the New button ? David 2007/9/5, Felix Bwire [EMAIL

Re: [osg-users] Eclipse and OSG

2007-09-05 Thread Felix Bwire
Hi David, that is exactly what I am doing. the problem is that it is not giving any binaries. Otherwise, am still trying to figure out what exactly it is. I even tried eclipse for only c++. Am really grateful for the guidance you're giving me. Let me try again and I will inform you on progress.

Re: [osg-users] Eclipse and OSG

2007-09-05 Thread David Callu
Hi Felix, now I am able to run the osg applications such as osgviewer, osgconv, osgarchive and osgversion. Great. My question is, if I am to create a program, do I do so under the same OpenSceneGraph directory or it has to be a different one. And Understand that Eclipse is just a

[osg-users] Eclipse and OSG

2007-09-04 Thread David Callu
Hi osg-users, Hi Felix This is not a real OSG topic but more an eclipse topic. Felix have problem to launch osg application with eclipse so i will try to do a small tutorial to HOWTO use OSG with eclipse. Felix i need to finish the osg compilation to finish the tutorial and test it.