Skip to content

Instantly share code, notes, and snippets.

@wolframite
Created November 13, 2013 14:23
Show Gist options
  • Save wolframite/7449903 to your computer and use it in GitHub Desktop.
Save wolframite/7449903 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment