Re: [osg-users] Compiling osgVRPN

2019-06-12 Thread Michael W Bogucki
Hi, Hi Guys, I'm curious if anyone has had luck in getting osgvrpn to compile as of lately? In terms of versions I'm using the following: Latest pull from the vrpn git site. OpenSceneGraph-3.6.0 osgVrpn (Hollingsworth branch of osgVRPN) I've compiled and installed both vrpn and openscenegraph

Re: [osg-users] Compiling osgVRPN

2019-05-31 Thread Michael W Bogucki
Hi Again, As an update, I whittled my way through several of the dependency issues Code: Scanning dependencies of target osgdb_tracker Scanning dependencies of target osgVRPNwall Scanning dependencies of target osgVRPNviewer Scanning dependencies of target osgVRPNmod [ 65%] Building CXX object

Re: [osg-users] Compiling osgVRPN

2015-05-08 Thread Hoss Aja
Hi Joao, Could you please post how you managed to get osgVRPN compiling with the rest of OSG source. thanks are you compiling osgVRPN separately? or did you drop everythign on top of OSG source? also, which VRPN version did you end up using? ... Thank you! Cheers, Hoss --

[osg-users] Compiling osgVRPN

2015-03-01 Thread João
I understand that osgVRPN isn't an officially managed project, but I don't know where else to ask this. I'm currently trying to compile osgVRPN without success. CMake runs successfully, but I cannot build the project due to some files missing (namely libvrpn.a.lib). Does anyone know where I can

Re: [osg-users] Compiling osgVRPN

2015-03-01 Thread Alberto Luaces
João writes: I thought so too, considering I had to get a vrpn_Configure.h file from VRPN, but I cannot find that library after compiling VRPN. Could it be a static/shared issue? osgVRPN seems to look for a static version of the VRPN library (.a.lib). Or maybe you can rename your libvrpn.a

Re: [osg-users] Compiling osgVRPN

2015-03-01 Thread Alberto Luaces
João writes: I understand that osgVRPN isn't an officially managed project, but I don't know where else to ask this. I'm currently trying to compile osgVRPN without success. CMake runs successfully, but I cannot build the project due to some files missing (namely libvrpn.a.lib). Does anyone

Re: [osg-users] Compiling osgVRPN

2015-03-01 Thread João
I thought so too, considering I had to get a vrpn_Configure.h file from VRPN, but I cannot find that library after compiling VRPN. To: osg-users@lists.openscenegraph.org From: alua...@udc.es Date: Sun, 1 Mar 2015 18:43:43 +0100 Subject: Re: [osg-users] Compiling osgVRPN João writes: I