I am using MacOSX Yosemite 10.10.5
I have just update my Xcode to Version 7.2.1 (7C1002),
I had never installed the stack before.
I had python 2.7 installed with anaconda.
after a source
source loadLSST.bash
I failed in installing the stack in doxygen.1.8.5 as follow
eups distrib install -t v11_0 lsst_apps
(pyastrophys)/Users/dagoret-campagnesylvie/MacOsX/LSST/softs/LSSTStack>eups distrib install -t v11_0 lsst_apps
[ 1/53 ] cfitsio 3360.lsst3 (already installed) done.
[ 2/53 ] doxygen 1.8.5 ...
***** error: from /Users/dagoret-campagnesylvie/MacOsX/LSST/softs/LSSTStack/EupsBuildDir/DarwinX86/doxygen-1.8.5/build.log:
../qtools/qglobal.h:99:6: warning: "This version of Mac OS X is unsupported" [-W#warnings]
# warning "This version of Mac OS X is unsupported"
^
1 warning and 2 errors generated.
Makefile.libdoxygen:643: recipe for target '../objects/commentscan.o' failed
gmake[2]: *** [../objects/commentscan.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
2 warnings generated.
2 warnings generated.
5 warnings generated.
2 warnings generated.
2 warnings generated.
2 warnings generated.
1 warning generated.
gmake[2]: Leaving directory '/Users/dagoret-campagnesylvie/MacOsX/LSST/softs/LSSTStack/EupsBuildDir/DarwinX86/doxygen-1.8.5/doxygen-1.8.5/src'
Makefile:38: recipe for target 'all' failed
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory '/Users/dagoret-campagnesylvie/MacOsX/LSST/softs/LSSTStack/EupsBuildDir/DarwinX86/doxygen-1.8.5/doxygen-1.8.5/src'
make: *** [all] Error 2
+ exit -4
eups distrib: Failed to build doxygen-1.8.5.eupspkg: Command:
source /Users/dagoret-campagnesylvie/MacOsX/LSST/softs/LSSTStack/eups/bin/setups.sh; export EUPS_PATH=/Users/dagoret-campagnesylvie/MacOsX/LSST/softs/LSSTStack; (/Users/dagoret-campagnesylvie/MacOsX/LSST/softs/LSSTStack/EupsBuildDir/DarwinX86/doxygen-1.8.5/build.sh) >> /Users/dagoret-campagnesylvie/MacOsX/LSST/softs/LSSTStack/EupsBuildDir/DarwinX86/doxygen-1.8.5/build.log 2>&1 4>/Users/dagoret-campagnesylvie/MacOsX/LSST/softs/LSSTStack/EupsBuildDir/DarwinX86/doxygen-1.8.5/build.msg
exited with code 252
Here is the compile error I get
In file included from commentscan.l:26:
In file included from ../qtools/qarray.h:42:
In file included from ../qtools/qgarray.h:42:
In file included from ../qtools/qshared.h:42:
../qtools/qglobal.h:99:6: warning: "This version of Mac OS X is unsupported" [-W#warnings]
# warning "This version of Mac OS X is unsupported"
^
commentscan.l:1064:55: error: use of undeclared identifier 'yy_current_buffer'
inputPosition=prevPosition + (int)(yy_bp - yy_current_buffer->yy_ch_buf);
^
commentscan.l:1126:58: error: use of undeclared identifier 'yy_current_buffer'
inputPosition=prevPosition + (int)(yy_bp - yy_current_buffer->yy_ch_buf) + strlen(commentScanYYtext);
^
In file included from scanner.l:28:
In file included from ../qtools/qarray.h:42:
In file included from ../qtools/qgarray.h:42:
In file included from ../qtools/qshared.h:42:
../qtools/qglobal.h:99:6: warning: "This version of Mac OS X is unsupported" [-W#warnings]
# warning "This version of Mac OS X is unsupported"
^
May thanks for help and advices.
Best regards.
Sylvie