Re: [osg-users] [vpb] osgdem issue

2009-03-24 Thread labrosse
It's ok, I'm finished to install apps, and all is ok, osgdem run correctly. thank you everyone. Fabien -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=9053#9053 ___ osg-users mailing list

[osg-users] [vpb] osgdem issue

2009-03-23 Thread labrosse
Hello, I work with OSG 2.6.1, GDAL 1.5.3 and VirtualPlanetBuilder r924 (compatible with OSG 2.6.1) on a virtual machine (fedora 10) to use osgdem. All compile correctly, but when I want to use osgdem with this command for example : osgdem -d ps_height_1k.tif -t ps_texture_1k.tif -o

Re: [osg-users] [vpb] osgdem issue

2009-03-23 Thread Paul Melis
labrosse wrote: Hello, I work with OSG 2.6.1, GDAL 1.5.3 and VirtualPlanetBuilder r924 (compatible with OSG 2.6.1) on a virtual machine (fedora 10) to use osgdem. Do you mean virtual machine as in image running with VMWare? Paul All compile correctly, but when I want to use osgdem with

Re: [osg-users] [vpb] osgdem issue

2009-03-23 Thread Robert Osfield
Hi Fabian, VPB requires support for GLX/OpenGL as it creates a graphics context for doing OpenGL texture compression. Robert. On Mon, Mar 23, 2009 at 10:21 AM, labrosse osgfo...@tevs.eu wrote: Hello, I work with OSG 2.6.1, GDAL 1.5.3 and VirtualPlanetBuilder r924 (compatible with OSG

Re: [osg-users] [vpb] osgdem issue

2009-03-23 Thread labrosse
I use VMWare to execute my VM and I commect to my VM with a ssh command. But I can use my VM with VMWare ant I obtain the same error. My VM is a local image. glx-utils is installed on my VM, but do you think what it should be install on the host machine. thank you for your quick answer

Re: [osg-users] [vpb] osgdem issue

2009-03-23 Thread Robert Osfield
Hi Fabian, Could you please just run VPB natively as this is what is wasn't designed for, if you want to preserve with using a virtual machine I'm afraid you'll have to get buy without my support. Robert. On Mon, Mar 23, 2009 at 10:44 AM, labrosse osgfo...@tevs.eu wrote: I use VMWare to

Re: [osg-users] [vpb] osgdem issue

2009-03-23 Thread labrosse
ok, but the problem is : i dont have root rights to install VPB on the host machine. I would like any attempt on the virtual machine before to use the host machine. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=8939#8939

Re: [osg-users] [vpb] osgdem issue

2009-03-23 Thread Gordon Tomlinson
...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of labrosse Sent: Monday, March 23, 2009 8:35 AM To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] [vpb] osgdem issue ok, but the problem is : i dont have root rights to install VPB on the host machine. I would like

Re: [osg-users] [vpb] osgdem issue

2009-03-23 Thread J.P. Delport
Hi, your VM will have to support OpenGL then. jp labrosse wrote: ok, but the problem is : i dont have root rights to install VPB on the host machine. I would like any attempt on the virtual machine before to use the host machine. -- Read this topic online here:

Re: [osg-users] [vpb] osgdem issue

2009-03-23 Thread labrosse
I think the OpenGL is supported by my VM, as the osg examples run correctly. But how do I do to test OpenGL ? Thanks you for your help, I try to install OSG and VPB on my host machine. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=8943#8943

Re: [osg-users] [vpb] osgdem issue

2009-03-23 Thread Paul Melis
labrosse wrote: I think the OpenGL is supported by my VM, as the osg examples run correctly. But how do I do to test OpenGL ? Thanks you for your help, I try to install OSG and VPB on my host machine. You do not need to be root for that, btw. A normal user account should be enough...

Re: [osg-users] [vpb] osgdem issue

2009-03-23 Thread labrosse
Ok, I'm compiling OSG, and I'll try to install VPB. I know your stuff. thank you -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=8947#8947 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] [vpb] osgdem issue

2009-03-23 Thread Paul Melis
labrosse wrote: Ok, I'm compiling OSG, and I'll try to install VPB. I know your stuff. No, you dont' ;-) ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Re: [osg-users] [vpb] osgdem issue

2009-03-23 Thread Robert Osfield
Hi Fabian, You don't ever need to install apps into system directories, you can install then into a local bin + lib directories and just use env vars to point to the local directories, you can tell cmake you own custom path. For my own dev work I actually set PATH and LD_LIBRARY_PATH to my OSG

Re: [osg-users] [vpb] osgdem issue

2009-03-23 Thread J.P. Delport
Are you running the apps that work on the VM or through X forwarding with ssh? jp labrosse wrote: I think the OpenGL is supported by my VM, as the osg examples run correctly. But how do I do to test OpenGL ? Thanks you for your help, I try to install OSG and VPB on my host machine.

Re: [osg-users] [vpb] osgdem issue

2009-03-23 Thread labrosse
I run apps through X with ssh to connect me, like ssh -X 192.168.x.x. But I have a same error when I run apps on my VM with VMWare. I installed OSG and I try to configure VPB to compile with GDAL library on the host machine. -- Read this topic online here: