Closed destogl closed 8 years ago
Hi,
If you are using the package installed by the install script then the headers should be in /usr/include/vrpn/
the package is also available here: https://github.com/Victor-Haefner/polyvr-depends/tree/master/ubuntu_14.04
best regards, Victor
I installed everything with install
script. I am really not sure why this happened since few months ago everything worked fine...
if anyone else doesn't have the same issue in the next month I propose to just close it...
This is really strange.. You could try:
cd polyvr/dependencies/ubuntu14_04/
sudo gdebi -n libvrpn-dev.deb
dpkg -s libvrpn-dev
does it install properly? are there files in /usr/include/vrpn ?
Command sudo gdebi -n libvrpn-dev.deb
gives me notification that later version of the library is alredy installed (Installed version is 07.30).
Comparing outputs of:
dpkg-deb -c libvrpn-dev.deb
and
dpkg-deb -c libvrpn-dev_07.30+dfsg-1~nd12.04+1+nd12.10+1+nd13.04+1+nd13.10+1+nd14.04+1_amd64.deb
(can be downloaded from here)
it can be seen that repository package adds *.h file directly into /usr/include/
So this is error be probably older version of package than you provide... So I would say that issue is now solved :)
Thanks for help!
yeah, I packaged it myself and changed the include path to not override other official packages of vrpn
Hello,
it seams that for some (for me unknown) reason vrpn* header files are directly under
/usr/include
which make include from `vrpn/vrpn*` impossible.I am using lastes Ubuntu 14.04.