Skip to content

Instantly share code, notes, and snippets.

View wolframite's full-sized avatar
🏠
Working from home

Wolfram Hüsken wolframite

🏠
Working from home
View GitHub Profile
@wolframite
wolframite / gist:7449903
Created November 13, 2013 14:23
josegonzalez / homebrew php54-xhp bugreport manual making
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C /Users/whuesken/xhp-0bdf54f6a333228094d6811a362836d15145eea4/xhp libxhp.a
g++ -c -fPIC -g -Wall -O3 -minline-all-stringops -o code_rope.o code_rope.cpp
clang: warning: argument unused during compilation: '-minline-all-stringops'
In file included from code_rope.cpp:18:
./code_rope.hpp:17:10: fatal error: 'ext/rope' file not found
#include <ext/rope>
^
1 error generated.
make[1]: *** [code_rope.o] Error 1
make: *** [/Users/whuesken/xhp-0bdf54f6a333228094d6811a362836d15145eea4/xhp/libxhp.a] Error 2
@wolframite
wolframite / gist:7449814
Created November 13, 2013 14:16
josegonzalez / homebrew-php bugreport for php54-xhp (brew doctor)
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libosxfuse_i32.2.dylib
/usr/local/lib/libosxfuse_i64.2.dylib
Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
@wolframite
wolframite / gist:7449761
Created November 13, 2013 14:13
josegonzalez / homebrew-php bugreport for php54-xhp
brew install -V /usr/local/Library/Taps/josegonzalez-php/Formula/php54-xhp.rb
==> Downloading https://github.com/facebook/xhp/archive/0bdf54f6a333228094d6811a362836d15145eea4.tar.gz
Already downloaded: /Library/Caches/Homebrew/php54-xhp-0bdf54f.tar.gz
==> PHP_AUTOCONF="/usr/local/opt/autoconf/bin/autoconf" PHP_AUTOHEADER="/usr/local/opt/autoconf/bin/autoheader" /usr/local/Cellar/php54/5.4.21/bin/phpize
==> ./configure --prefix=/usr/local/Cellar/php54-xhp/0bdf54f --with-php-config=/usr/local/Cellar/php54/5.4.21/bin/php-config
==> make
^
1 error generated.
make[1]: *** [code_rope.o] Error 1
make[1]: *** Waiting for unfinished jobs....