Skip to content

Instantly share code, notes, and snippets.

@chris4d
chris4d / 02.make
Created December 18, 2013 05:01
home-brew orfeo failed to build on osx mavericks
This file has been truncated, but you can view the full file.
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -H/tmp/orfeo-MnTb/OTB-3.20.0 -B/tmp/orfeo-MnTb/OTB-3.20.0/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_start /tmp/orfeo-MnTb/OTB-3.20.0/build/CMakeFiles /tmp/orfeo-MnTb/OTB-3.20.0/build/CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/GenerateConfigProperties.dir/build.make CMakeFiles/GenerateConfigProperties.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Utilities/ITK/Utilities/kwsys/CMakeFiles/itksys.dir/build.make Utilities/ITK/Utilities/kwsys/CMakeFiles/itksys.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Utilities/ITK/Utilities/vxl/vcl/CMakeFiles/itkvcl.dir/build.make Utilities/ITK/Utilities/vxl/vcl/CMakeFiles/itkvcl.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Utilities/ITK/Utilities/vxl/v3p/
-- The C compiler identification is Clang 5.0.0
-- The CXX compiler identification is Clang 5.0.0
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
@chris4d
chris4d / fix-xcode
Created November 11, 2013 05:43 — forked from rnapier/fix-xcode
#!/usr/bin/python
# fix-xcode
# Rob Napier <robnapier@gmail.com>
# Script to link in all your old SDKs every time you upgrade Xcode
# Create a directory called /SDKs (or modify source_path).
# Under it, put all the platform directories:
# MacOSX.platform iPhoneOS.platform iPhoneSimulator.platform
# Under those, store the SDKs:
@chris4d
chris4d / 02.make
Created November 7, 2013 05:25
error info for failure to build R from homebrew/science on 10.9
make[1]: Nothing to be done for `R'.
make[1]: Nothing to be done for `R'.
make[2]: Nothing to be done for `R'.
creating src/scripts/R.fe
mkdir ../../bin
mkdir ../../include
mkdir ../../../include/R_ext
making blocksort.d from blocksort.c
/usr/local/bin/gfortran -fPIC -c blas.f -o blas.o
making adler32.d from adler32.c