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
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by configure, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| $ ./configure --prefix=/usr/local/Cellar/e2fsprogs/1.42.6 | |
| ## --------- ## | |
| ## Platform. ## |
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
| $ ./configure --prefix=/usr/local/Cellar/e2fsprogs/1.42.6 | |
| Generating configuration file for e2fsprogs version 1.42.6 | |
| Release date is September, 2012 | |
| checking build system type... x86_64-apple-darwin12.2.0 | |
| checking host system type... x86_64-apple-darwin12.2.0 | |
| checking for gcc... gcc | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no |
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
| $ pip install dblatex | |
| Downloading/unpacking dblatex | |
| Running setup.py egg_info for package dblatex | |
| warning: no files found matching 'setup.cfg' | |
| Installing collected packages: dblatex | |
| Running setup.py install for dblatex | |
| Traceback (most recent call last): | |
| File "<string>", line 1, in <module> | |
| File "/var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex/setup.py", line 514, in <module> |
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
| require 'formula' | |
| class Rpm < Formula | |
| homepage 'http://www.rpm.org/' | |
| url 'http://rpm.org/releases/rpm-4.10.x/rpm-4.10.0.tar.bz2' | |
| sha1 'd78f19194066c3895f91f58dc84e3aad69f0b02c' | |
| depends_on 'nss' | |
| depends_on 'nspr' | |
| depends_on 'libmagic' |
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
| // -*-C++-*- | |
| // FlexLexer.h -- define interfaces for lexical analyzer classes generated | |
| // by flex | |
| // Copyright (c) 1993 The Regents of the University of California. | |
| // All rights reserved. | |
| // | |
| // This code is derived from software contributed to Berkeley by | |
| // Kent Williams and Tom Epperly. | |
| // |
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
| HOMEBREW_VERSION: 0.9.3 | |
| HEAD: 79699fba0c4b72c386e391d155af103bd25ef9c6 | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| CPU: quad-core 64-bit nehalem | |
| OS X: 10.8.1-x86_64 | |
| Xcode: 4.4.1 | |
| CLT: 4.4.0.0.1.1249367152 | |
| LLVM-GCC: build 2336 | |
| Clang: 4.0 build 421 |
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
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by ext2fuse configure 0.8.1, which was | |
| generated by GNU Autoconf 2.61. Invocation command line was | |
| $ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/ext2fuse/0.8.1 | |
| ## --------- ## | |
| ## Platform. ## |
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 -vd ext2fuse | |
| /usr/local/bin/brew: loading /usr/local/Library/Formula/ext2fuse.rb | |
| /usr/local/bin/brew: loading /usr/local/Library/Formula/fuse4x.rb | |
| /usr/local/bin/brew: loading /usr/local/Library/Formula/automake.rb | |
| /usr/local/bin/brew: loading /usr/local/Library/Formula/autoconf.rb | |
| /usr/local/bin/brew: loading /usr/local/Library/Formula/libtool.rb | |
| /usr/local/bin/brew: loading /usr/local/Library/Formula/gettext.rb | |
| /usr/local/bin/brew: loading /usr/local/Library/Formula/fuse4x-kext.rb | |
| /usr/local/bin/brew: loading /usr/local/Library/Formula/e2fsprogs.rb | |
| /usr/local/bin/brew: loading /usr/local/Library/Formula/pkg-config.rb |
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
| --- a/jack-1.9.8/common/wscript 2011-12-19 03:54:02.000000000 -0800 | |
| +++ b/jack-1.9.8/common/wscript 2012-09-06 08:25:19.000000000 -0700 | |
| @@ -31,7 +31,7 @@ | |
| if bld.env['IS_LINUX']: | |
| process.env.append_value("CPPFLAGS", "-fvisibility=hidden") | |
| if bld.env['IS_MACOSX']: | |
| - process.env.append_value("CPPFLAGS", "-mmacosx-version-min=10.4 -arch i386 -arch ppc -arch x86_64") | |
| + process.env.append_value("CPPFLAGS", "-arch x86_64") | |
| #process.env.append_value("LINKFLAGS", "-arch i386 -arch ppc -arch x86_64") | |
| process.env.append_value("CPPFLAGS", "-fvisibility=hidden") |
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
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by pango configure 1.30.1, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| $ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/pango/1.30.1 --enable-man --with-html-dir=/usr/local/Cellar/pango/1.30.1/share/doc --disable-introspection --disable-silent-rules --with-x | |
| ## --------- ## | |
| ## Platform. ## |