


Gfortran -g -m64 -std=legacy -o misc/minicern/src/hbook.o -c /Users/couet/git/root534/misc/minicern/src/hbook.f 2>&1 | sed -e s/arning:/arn-Ignore:/ >&2 Imaccouet:root534-bin couet$ rm misc/minicern/src/*.dīin/rmkdepend -R -fmisc/minicern/src/cernlib.d -Y -w 1000 -m64 -pipe -Wshadow -W -Wall -fsigned-char -fno-common -Iinclude -pthread - /Users/couet/git/root534/misc/minicern/src/cernlib.cĬlang -g -m64 -pipe -Wshadow -W -Wall -fsigned-char -fno-common -Iinclude -pthread -o misc/minicern/src/cernlib.o -c /Users/couet/git/root534/misc/minicern/src/cernlib.c If I force the rebuild I get: imaccouet:root534-bin couet$ rm misc/minicern/src/*.o That’s weird, in my case I have: imaccouet:root534-bin couet$ ls misc/minicern/srcĬernlib.d cernlib.o hbook.o kernlib.o zebra.o Gfortran -O2 -m64 -std=legacy -o misc/minicern/src/zebra.o -c /Users/fabrizio/Downloads/root-v5-34/misc/minicern/src/zebra.f 2>&1 | sed -e s/arning:/arn-Ignore:/ >&2 Gfortran -O2 -m64 -std=legacy -o misc/minicern/src/kernlib.o -c /Users/fabrizio/Downloads/root-v5-34/misc/minicern/src/kernlib.f 2>&1 | sed -e s/arning:/arn-Ignore:/ >&2 Gfortran -O2 -m64 -std=legacy -o misc/minicern/src/hbook.o -c /Users/fabrizio/Downloads/root-v5-34/misc/minicern/src/hbook.f 2>&1 | sed -e s/arning:/arn-Ignore:/ >&2 So, it looks like it failed compiling the fortran stuff in there. If I look into the misc/minicern/src/ folder, I see the following:Ĭernlib.c cernlib.d cernlib.o hbook.f kernlib.f zebra.f git clone -b v5-34-00-patches /git/root.git root-v5-34Ĭlang: error: no such file or directory: 'misc/minicern/src/hbook.o’Ĭlang: error: no such file or directory: 'misc/minicern/src/kernlib.o’Ĭlang: error: no such file or directory: 'misc/minicern/src/zebra.o’.installing the latest Xcode and do xcode-select -install.I followed the instructions that where reported as working in this topic Make: *** Waiting for unfinished jobs.ĭoes anyone know the cause of this error?
XCODE FOR MAC 10.10 MAC OS X
The configure command returns: Enabled support for asimage, astiff, bonjour, builtin_afterimage, builtin_ftgl, builtin_freetype, builtin_glew, libcxx, cintex, cocoa, explicitlink, fink, fftw3, gviz, genvector, gsl_shared, krb5, ldap, mathmore, memstat, minuit2, opengl, python, reflex, roofit, rpath, shared, sqlite, ssl, tmva, vdt, xml.Īnd I get the following compilation error message after it compiles for a while: ld: -rpath can only be used when targeting Mac OS X 10.5 or later configure macos圆4 -enable-gsl-shared -enable-roofit -enable-minuit2 in Mac OS X Yosemite with the following: git clone -b v5-34-00-patches root-v5-34 I tried installing the latest patched version of ROOT 5.34 (after 5.34.22) after installing or updating all the prereqs of X11, Xcode command line tools, etc.
