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
==> Configuration | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: d82997133cc9e374749c3c47f7605145cb041fe8 | |
Last commit: 2 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit ivybridge |
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 build logs for homebrew/games/wesnoth on OS X 10.11.1 | |
Build date: 2015-11-29 13:05:51 |
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 build logs for dunn/yolo/abiword on OS X 10.11.1 | |
Build date: 2015-11-29 09:43:22 |
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 build logs for dunn/yolo/abiword on OS X 10.11.1 | |
Build date: 2015-11-29 09:37:42 |
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 build logs for homebrew/science/fastml on OS X 10.11.1 | |
Build date: 2015-11-28 20:39:46 |
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
(defun version-to-list (ver) | |
"Convert version string VER into a list of integers. | |
The version syntax is given by the following EBNF: | |
VERSION ::= NUMBER ( SEPARATOR NUMBER )*. | |
NUMBER ::= (0|1|2|3|4|5|6|7|8|9)+. | |
SEPARATOR ::= `version-separator' (which see) |
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
#include <stdio.h> | |
#include <stdlib.h> | |
#include <mpc.h> | |
#include <readline/readline.h> | |
#include <readline/history.h> | |
int main (int argc, char** argv) { | |
mpc_parser_t* Number = mpc_new("number"); | |
mpc_parser_t* Operator = mpc_new("operator"); |
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
2015-11-11 14:01:36 -0800 | |
./configure | |
--prefix=/usr/local/Cellar/genders/1.22 | |
--disable-dependency-tracking | |
checking build system type... x86_64-apple-darwin15.0.0 | |
checking host system type... x86_64-apple-darwin15.0.0 | |
checking target system type... x86_64-apple-darwin15.0.0 | |
checking for a BSD-compatible install... /usr/bin/install -c |
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
2015-11-08 11:07:50 -0800 | |
./prepare | |
--disable-dependency-tracking | |
--disable-warnings | |
--prefix=/usr/local/Cellar/mutt/1.5.24_1 | |
--with-ssl=/usr/local/opt/openssl | |
--with-sasl | |
--with-gss | |
--enable-imap |
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
2015-11-08 10:52:22 -0800 | |
./prepare | |
--disable-dependency-tracking | |
--disable-warnings | |
--prefix=/usr/local/Cellar/mutt/1.5.24_1 | |
--with-ssl=/usr/local/opt/openssl | |
--with-sasl | |
--with-gss | |
--enable-imap |