Created
October 29, 2013 17:11
-
-
Save ncancelliere/7218754 to your computer and use it in GitHub Desktop.
emacs failed to build on 10.9 (Mavericks)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/mxcl/homebrew/issues/23741 | |
mkdir: sys: File exists | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(u64.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(u64.o) has no symbols | |
xml.c:23:10: fatal error: 'libxml/tree.h' file not found | |
#include <libxml/tree.h> | |
^ | |
1 error generated. | |
make[1]: *** [xml.o] Error 1 | |
make[1]: *** Waiting for unfinished jobs.... | |
make: *** [src] Error 2 | |
Error: emacs did not build | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment