Skip to content

Instantly share code, notes, and snippets.

brew install -v php53
==> Downloading http://www.php.net/get/php-5.3.20.tar.bz2/from/this/mirror
Already downloaded: /Users/fbaaken/Library/Caches/Homebrew/php53-5.3.20
/usr/bin/tar xf /Users/fbaaken/Library/Caches/Homebrew/php53-5.3.20
==> Downloading patches
/usr/bin/curl -f#LA Homebrew 0.9.3 (Ruby 1.8.7-358; Mac OS X 10.7.5) https://raw.github.com/gist/4222668/923819a243f3b6fefb79471671dbc8baff6e72b7/Makefile.global.diff -o 000-homebrew.diff
######################################################################## 100,0%
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file Makefile.global
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:1897: checking for Cygwin environment
configure:1913: cc -c conftest.c 1>&5
configure:1909:8: error: use of undeclared identifier '__CYGWIN32__'
return __CYGWIN__;
^
configure:1907:20: note: expanded from macro '__CYGWIN__'
#define __CYGWIN__ __CYGWIN32__
@nekaab
nekaab / HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install libxml2
Created January 14, 2013 09:48
Issue with installing libxml2: /usr/bin/install_name_tool: object: /usr/local/Cellar/libxml2/2.7.8/lib/libxml2.2.dylib malformed object (unknown load command 13)
Warning: Your Xcode (4.5.1) is outdated
Please install Xcode 4.5.2.
==> Downloading ftp://xmlsoft.org/libxml2/libxml2-2.7.8.tar.gz
Already downloaded: /Users/fbaaken/Library/Caches/Homebrew/libxml2-2.7.8.tar.gz
/usr/bin/tar xf /Users/fbaaken/Library/Caches/Homebrew/libxml2-2.7.8.tar.gz
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libxml2/2.7.8
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libxml2/2.7.8
checking build system type... x86_64-apple-darwin11.4.2
checking host system type... x86_64-apple-darwin11.4.2
checking for a BSD-compatible install... /usr/bin/install -c
/*
*
* proposed changes for DBRef support
*
*/
// /lib/schema.js:528
/**
* DBRef schema identifier. Not an actual DBRef, only used for Schemas.
*