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
==> Downloading https://github.com/antirez/hiredis/tarball/v0.10.1 | |
Already downloaded: /Library/Caches/Homebrew/hiredis-0.10.1.tgz | |
/usr/bin/tar xf /Library/Caches/Homebrew/hiredis-0.10.1.tgz | |
==> make install PREFIX=/usr/local/Cellar/hiredis/0.10.1 | |
make install PREFIX=/usr/local/Cellar/hiredis/0.10.1 | |
/usr/bin/clang -std=c99 -pedantic -c -O3 -fPIC -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb net.c | |
/usr/bin/clang -std=c99 -pedantic -c -O3 -fPIC -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb hiredis.c | |
hiredis.c:799:31: error: second argument to 'va_arg' is of incomplete type 'void' | |
va_arg(ap,void); | |
~~~~~~~~~~^~~~~ |
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
HOMEBREW_VERSION: 0.9.2 | |
HEAD: ed76c6df9417a54d188ce3d7f227d670dda3bd5b | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: dual-core 64-bit penryn | |
OS X: 10.8-x86_64 | |
Xcode: 4.4 | |
CLT: 4.4.0.0.1.1249367152 | |
GCC-4.0: N/A | |
GCC-4.2: build 5666 |
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
HOMEBREW_VERSION: 0.9.2 | |
HEAD: ed76c6df9417a54d188ce3d7f227d670dda3bd5b | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: dual-core 64-bit penryn | |
OS X: 10.8-x86_64 | |
Xcode: 4.4 | |
CLT: 4.4.0.0.1.1249367152 | |
GCC-4.0: N/A | |
GCC-4.2: build 5666 |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Codecool e-mail signature generator</title> | |
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> | |
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.6/sandstone/bootstrap.min.css" rel="stylesheet" integrity="sha384-QqZs0aSOGFan3GWVdP4PyCBp6icaF/4n8Q+wsmZUTiiVIqE4r4tFYcb8Osf+8y45" crossorigin="anonymous"> | |
</head> |