Created
February 17, 2012 06:12
-
-
Save jed/1851143 to your computer and use it in GitHub Desktop.
brew install redis
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
| $ brew install redis | |
| ==> Downloading http://redis.googlecode.com/files/redis-2.4.7.tar.gz | |
| File already downloaded in /Users/Jed/Library/Caches/Homebrew | |
| ==> make -C src | |
| MAKE hiredis | |
| CC ae.o | |
| clang: warning: argument unused during compilation: '-rdynamic' | |
| clang: warning: argument unused during compilation: '-ggdb' | |
| /usr/bin/clang -c -Os -w -pipe -march=native -arch x86_64 -g -ggdb net.c | |
| clang: warning: argument unused during compilation: '-ggdb' | |
| /usr/bin/clang -c -Os -w -pipe -march=native -arch x86_64 -g -ggdb hiredis.c | |
| clang: warning: argument unused during compilation: '-ggdb' | |
| hiredis.c:700:31: error: second argument to 'va_arg' is of incomplete type 'void' | |
| va_arg(ap,void); | |
| ~~~~~~~~~~^~~~~ | |
| /usr/bin/../lib/clang/3.1/include/stdarg.h:35:50: note: expanded from macro 'va_arg' | |
| #define va_arg(ap, type) __builtin_va_arg(ap, type) | |
| ^ | |
| 1 error generated. | |
| CC anet.o | |
| make[1]: *** [hiredis.o] Error 1 | |
| make: *** [dependencies] Error 2 | |
| make: *** Waiting for unfinished jobs.... | |
| clang: warning: argument unused during compilation: '-rdynamic' | |
| clang: warning: argument unused during compilation: '-ggdb' | |
| ==> Exit Status: 2 | |
| http://github.com/mxcl/homebrew/blob/master/Library/Formula/redis.rb#L18 | |
| ==> Environment | |
| HOMEBREW_VERSION: 0.8.1 | |
| HEAD: 19e393e2ff088a7e0dc0b44904552c7c82f742c8 | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| Hardware: dual-core 64-bit penryn | |
| OS X: 10.7.3 | |
| Kernel Architecture: x86_64 | |
| Xcode: 4.2 | |
| GCC-4.0: N/A | |
| GCC-4.2: N/A | |
| LLVM: build 2336 | |
| Clang: 3.1 build 318 | |
| MacPorts or Fink? false | |
| X11 installed? true | |
| System Ruby: 1.8.7-249 | |
| /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
| Which Perl: /usr/bin/perl | |
| Which Python: /usr/bin/python | |
| Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
| ==> Build Flags | |
| CC: /usr/bin/clang | |
| CXX: /usr/bin/clang++ => /usr/bin/clang | |
| LD: /usr/bin/clang | |
| CFLAGS: -Os -w -pipe -march=native | |
| CXXFLAGS: -Os -w -pipe -march=native | |
| MAKEFLAGS: -j2 | |
| Error: Failed executing: make -C src |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment