-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi there,
So I installed and created root from the source code and it opens and runs. import root also works on python. used the pip install hdtv command and when I try to run hdtv I get this:
ak@Zaks-MacBook-Pro ~ % hdtv
-- The CXX compiler identification is AppleClang 16.0.0.16000026
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Vdt: /Users/zak/root/root-6.32.06/buildroot/include (found version "0.4")
-- ROOT Version 6.32.06 found in /Users/zak/root/root-6.32.06/buildroot/bin/root
-- Configuring done (1.2s)
-- Generating done (0.0s)
-- Build files have been written to: /private/var/folders/1l/yz__z3jd2yvgp2q0hl_wxyg80000gn/T/tmp0q82si24
[ 25%] Generating G__calibration.cxx, libcalibration_rdict.pcm, libcalibration.rootmap
[ 75%] Building CXX object CMakeFiles/calibration.dir/G__calibration.cxx.o
[ 75%] Building CXX object CMakeFiles/calibration.dir/Calibration.cc.o
[100%] Linking CXX shared library libcalibration.dylib
[100%] Built target calibration
[100%] Built target calibration
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/zak/.cache/hdtv/51119088-63206-24.10/lib/libcalibration.dylib
-- Installing: /Users/zak/.cache/hdtv/51119088-63206-24.10/lib/libcalibration.rootmap
-- Installing: /Users/zak/.cache/hdtv/51119088-63206-24.10/lib/libcalibration_rdict.pcm
Error in TMacOSXSystem::FindDynamicLibrary: /Users/zak/.cache/hdtv/51119088-63206-24.10/lib/libcalibration.so does not exist in /Users/zak/.cache/hdtv/51119088-63206-24.10/lib:/Users/zak/root/root-6.32.06/buildroot/lib:/Users/zak/root/root-6.32.06/buildroot/lib::.:/Users/zak/root/root-6.32.06/buildroot/lib:/usr/local/lib:/usr/X11R6/lib:/usr/lib:/lib:/lib/x86_64-linux-gnu:/usr/local/lib64:/usr/lib64:/lib64::/Users/zak/root/root-6.32.06
Entirely lost as to how to fix this.
Any help would be greatly appreciated.