[osg-users] compiling examples

2008-09-20 Thread Maurizio Vitale
I've been away from osg for long enough to forget how to compile the examples. I've found an oldish message from Robert explaining the procedure, but couldn't find the same information in the documentation or the wiki. It would be good if the getting started guide included Robert's explanation

Re: [osg-users] Compiling examples using osg.

2007-09-12 Thread Robert Osfield
Hi James, If you are using the SVN version of the OSG could you please do an svn update and report back. On 9/12/07, James Dickson [EMAIL PROTECTED] wrote: I have been trying to compile the examples and found that under vs2005 I get the following error when I just include osgViewer:

Re: [osg-users] Compiling examples using osg.

2007-09-12 Thread Paul Martz
:00 AM To: osg-users@lists.openscenegraph.org Subject: [osg-users] Compiling examples using osg. I have been trying to compile the examples and found that under vs2005 I get the following error when I just include osgViewer: e:\openscenegraph\include\osg\math(199) : error C2668: 'log' : ambiguous

Re: [osg-users] Compiling examples using osg.

2007-09-12 Thread James Dickson
SVN update fixed the problem. :) On 9/12/07, Robert Osfield [EMAIL PROTECTED] wrote: Hi James, If you are using the SVN version of the OSG could you please do an svn update and report back. On 9/12/07, James Dickson [EMAIL PROTECTED] wrote: I have been trying to compile the examples and

Re: [osg-users] compiling examples

2007-08-03 Thread Robert Osfield
Hi Peter, On 8/3/07, Peter Gebauer [EMAIL PROTECTED] wrote: The mouse is working, the keyboard does not. To make the keyboard work again I have to click on the border of a window. This is just a focus issue, its not that keyboard isn't working. Might be the WM, although, only OSG apps hit

Re: [osg-users] compiling examples

2007-08-03 Thread Peter Gebauer
Hi again, Robert! Yes, I know it's a focus problem, just can't figure out what. There's no problem when using FLTK, GLUT or SDL. /Peter On 2007-08-03 (Fri) 13:59, Robert Osfield wrote: Hi Peter, On 8/3/07, Peter Gebauer [EMAIL PROTECTED] wrote: The mouse is working, the keyboard does

Re: [osg-users] compiling examples

2007-08-03 Thread Peter Gebauer
Ok, it's odd. Must be IceWM that is not behaving correctly. Thanks for testing! /Peter On 2007-08-03 (Fri) 17:24, Robert Osfield wrote: Hi Peter, On 8/3/07, Peter Gebauer [EMAIL PROTECTED] wrote: Yes, I know it's a focus problem, just can't figure out what. There's no problem when

Re: [osg-users] compiling examples

2007-08-02 Thread Felix Bwire
Hi there, whenever I try to run an example or code, I get the warning that could not find plugins to read objects from file. Then it also says osgviewer: no data loaded. How do I go about it, it seems there is something I didn't do right. Thanx, Felix On 8/2/07, Robert Osfield [EMAIL PROTECTED]

Re: [osg-users] compiling examples

2007-08-02 Thread Robert Osfield
Hi Felix, On 8/2/07, Felix Bwire [EMAIL PROTECTED] wrote: whenever I try to run an example or code, I get the warning that could not find plugins to read objects from file. Then it also says osgviewer: no data loaded. How do I go about it, it seems there is something I didn't do right. You

Re: [osg-users] compiling examples

2007-08-02 Thread Dave Pugmire
Thanks. That did it. Having an odd problem now. When I press esc to kill the app, it locks my computer. Is there some other setting I missed? As a work around I have OSG_WINDOW set so that it doesn't run in full screen mode so I can kill it from the xterm. Thanks, -dave Robert Osfield wrote:

Re: [osg-users] compiling examples

2007-08-02 Thread Dave Pugmire
It would give back keyboard, provided that I didn't run in full screen mode, and could ^C it at the xterm to kill it. In full screen, I had to give it the vulcan death grip to kill the X server. However, I just installed the latest NVIDIA driver, and all works now. Thanks all for your help. I