vancegroup / vr-jugglua

VR JuggLua: A Framework for VR Applications Combining Lua, OpenSceneGraph, and VR Juggler
Boost Software License 1.0
11 stars 11 forks source link

linux: make install fails due to missing "calibration.table" #85

Closed casallas closed 10 years ago

casallas commented 12 years ago

I get this error when doing make install:

...
-- Installing: /home/users/casallas/local/Cellar/vr-jugglua/1.0/bin/NavTestbed
-- Removed runtime path from "/home/users/casallas/local/Cellar/vr-jugglua/1.0/bin/NavTestbed"
CMake Error at src/cmake_install.cmake:552 (FILE):
  file INSTALL cannot find
  "/tmp/homebrew-vr-jugglua-1.0-3619/src/calibration.table".
Call Stack (most recent call first):
  cmake_install.cmake:89 (INCLUDE)

Which I think comes from the FindVRJuggler30.cmake: https://github.com/vancegroup/vr-jugglua/blob/master/cmake/FindVRJuggler30.cmake#L411

Is this a problem with my juggler install? I'm using @rpavlik's cmake branch.

rpavlik commented 12 years ago

Hmm, looks like it couldn't figure out what "base" was (if you look at the cmake code you linked to.) Could you do a little cmake debugging to see where that problem is coming from?

Ryan

On Fri, Apr 13, 2012 at 3:05 PM, Juan Sebastian Casallas < reply@reply.github.com

wrote:

I get this error when doing make install:

...
-- Installing:
/home/users/casallas/local/Cellar/vr-jugglua/1.0/bin/NavTestbed
-- Removed runtime path from
"/home/users/casallas/local/Cellar/vr-jugglua/1.0/bin/NavTestbed"
CMake Error at src/cmake_install.cmake:552 (FILE):
 file INSTALL cannot find
 "/tmp/homebrew-vr-jugglua-1.0-3619/src/calibration.table".
Call Stack (most recent call first):
 cmake_install.cmake:89 (INCLUDE)

Which I think comes from the FindVRJuggler30.cmake: https://github.com/vancegroup/vr-jugglua/blob/master/cmake/FindVRJuggler30.cmake#L411

Is this a problem with my juggler install? I'm using @rpavlik's cmake branch.


Reply to this email directly or view it on GitHub: https://github.com/vancegroup/vr-jugglua/issues/85

Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University

rpavlik@iastate.edu http://academic.cleardefinition.com

rpavlik commented 10 years ago

Fixed - not installing that anymore.