Created
October 10, 2011 12:25
-
-
Save liborw/1275175 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| ==> Upgrading multimarkdown | |
| ==> Downloading https://github.com/fletcher/peg-multimarkdown/tarball/3.2 | |
| File already downloaded in /Users/libor/Library/Caches/Homebrew | |
| /usr/bin/tar xf /Users/libor/Library/Caches/Homebrew/multimarkdown-3.2.tgz | |
| ==> make | |
| make | |
| CC=gcc make -C peg-0.1.4 | |
| /usr/bin/llvm-gcc -c -O3 -march=core2 -w -pipe -include GlibFacade.h -o markdown_output.o markdown_output.c | |
| /usr/bin/llvm-gcc -c -O3 -march=core2 -w -pipe -include GlibFacade.h -o markdown_lib.o markdown_lib.c | |
| /usr/bin/llvm-gcc -c -O3 -march=core2 -w -pipe -include GlibFacade.h -o GLibFacade.o GLibFacade.c | |
| gcc -g -Wall -O3 -DNDEBUG -c -o peg.o peg.c | |
| cc1: cc1: error: GlibFacade.h: No such file or directory | |
| error: GlibFacade.h: No such file or directory | |
| cc1: error: GlibFacade.h: No such file or directory | |
| make: *** [GLibFacade.o] Error 1 | |
| make: *** Waiting for unfinished jobs.... | |
| gcc -g -Wall -O3 -DNDEBUG -c -o tree.o tree.c | |
| make: *** [markdown_lib.o] Error 1 | |
| gcc -g -Wall -O3 -DNDEBUG -c -o compile.o compile.c | |
| In file included from peg.c:48: | |
| peg.peg-c: In function ‘yy_Sequence’: | |
| peg.peg-c:666: warning: label ‘l77’ defined but not used | |
| peg.c: At top level: | |
| peg.peg-c:64: warning: ‘yytextmax’ defined but not used | |
| make: *** [markdown_output.o] Error 1 | |
| gcc -g -Wall -O3 -DNDEBUG -c -o leg.o leg.c | |
| gcc -g -Wall -O3 -DNDEBUG -o peg-new peg.o tree.o compile.o | |
| mv peg-new peg | |
| gcc -g -Wall -O3 -DNDEBUG -o leg-new leg.o tree.o compile.o | |
| mv leg-new leg | |
| ==> Exit Status: 2 | |
| http://github.com/mxcl/homebrew/blob/master/Library/Formula/multimarkdown.rb#L11 | |
| ==> Environment | |
| HOMEBREW_VERSION: 0.8 | |
| HEAD: a1b65c4cbae34eb64fccd5e6596481c73706b9a4 | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| HOMEBREW_REPOSITORY: /usr/local | |
| HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew | |
| Hardware: quad-core 64-bit sandybridge | |
| OS X: 10.7.1 | |
| Kernel Architecture: x86_64 | |
| Ruby: 1.8.7-249 | |
| /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
| Xcode: 4.1 | |
| GCC-4.0: build 5494 | |
| GCC-4.2: build 5666 | |
| LLVM: build 2335 | |
| MacPorts or Fink? false | |
| X11 installed? true | |
| ==> Build Flags | |
| CC: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 | |
| CXX: /usr/bin/llvm-g++ => /usr/llvm-gcc-4.2/bin/llvm-g++-4.2 | |
| LD: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 | |
| CFLAGS: -O3 -march=core2 -w -pipe -include GlibFacade.h | |
| CXXFLAGS: -O3 -march=core2 -w -pipe | |
| MAKEFLAGS: -j4 | |
| Error: Failed executing: make | |
| If `brew doctor' does not help diagnose the issue, please report the bug: | |
| https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment