I am trying to install Root 6-24 from source on OSX 11.4 from source. It goes smoothly enough for the majority of the build, but I eventually get the following error message
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../../lib/libclingUtils.a(PlatformWin.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../../lib/libclingUtils.a(PlatformWin.cpp.o) has no symbols
<<< cling interactive line includer >>>: **remark:** **building module 'Net' as**
**'/Users/reimer/Documents/local/src/root-6.24.00/buildDir/lib/Net.pcm'**
**[-Rmodule-build]**
Error: Building module 'Net' implicitly. If 'Net' requires a
dictionary please specify build dependency: 'G__MultiProc.cxx' depends on 'Net'.
Otherwise, specify '-mByproduct Net' to disable this diagnostic.
Error: Error loading the default rootcling header files.
make[2]: *** [core/multiproc/G__MultiProc.cxx] Error 1
make[1]: *** [core/multiproc/CMakeFiles/G__MultiProc.dir/all] Error 2
make: *** [all] Error 2
I had previously configured with
cmake -DCMAKE_INSTALL_PREFIX=/Users/reimer/Documents/local/ -Dbuiltin_glew=ON ../
and did the actual build with the command
make --build . -- -j1
my compiler is
CSI358562:buildDir reimer$ c++ -v
Apple clang version 12.0.5 (clang-1205.0.22.9)
Target: x86_64-apple-darwin20.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Please read tips for efficient and successful posting and posting code
_ROOT Version: 6.24
_Platform: OSX 11.4
_Compiler: Apple clang version 12.0.5 (clang-1205.0.22.9)