Closed Algomorph closed 9 years ago
CMake source dir: /HAL CMake binary dir: /builds/HAL
sudo make install or checkinstall yields:
sudo make install
-- Installing: /usr/local/include/../../HAL/HAL/Devices/DeviceException.h -- Installing: /usr/local/include/../../HAL/HAL/Devices/DeviceFactory.h -- Installing: /usr/local/include/../../HAL/HAL/Devices/DeviceRegistry.h
(Which all actually end up in /usr/HAL/)
This breaks vicalib.
yeesh... thank goodness for make uninstall huh?
make uninstall
could you test #86 please? (if this fixes the problem for you, please feel free to close this issue)
The fix worked for me. Closing.
CMake source dir:/HAL
CMake binary dir: /builds/HAL
sudo make install
or checkinstall yields:(Which all actually end up in /usr/HAL/)
This breaks vicalib.