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
| 2015-07-29 04:40:36 -0400 | |
| ./configure.sh | |
| --prefix=/usr/local/Cellar/discount/2.1.8a | |
| --mandir=/usr/local/Cellar/discount/2.1.8a/share/man | |
| --with-dl=Both | |
| --enable-all-features | |
| Configuring for [markdown] | |
| Looking for cpp (/usr/local/Library/ENV/4.3/cpp) (can't run cpp as a pipeline) |
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
| 2015-08-03 00:43:27 -0400 | |
| echo gcc -O2 -include /usr/include/errno.h > conf-cc | |
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
| 2015-08-03 00:43:38 -0400 | |
| autoreconf | |
| -vfi | |
| autoreconf: Entering directory `.' | |
| autoreconf: configure.ac: not using Gettext | |
| autoreconf: configure.ac: not using aclocal | |
| autoreconf: configure.ac: tracing | |
| autoreconf: configure.ac: not using Libtool |
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
| 2015-08-03 00:43:50 -0400 | |
| ./configure | |
| --prefix=/usr/local/Cellar/dwarf/0.3.0 | |
| --disable-dependency-tracking | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... ./install-sh -c -d | |
| checking for gawk... 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
| 2015-08-03 00:44:12 -0400 | |
| make localmake | |
| Neither termio.h or sgtty.h are on this system! | |
| Don't know where to find curses, you'll need to modify | |
| source code to be able to build! | |
| Modify the file make.default and build ee by typing: |
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
| 2015-08-03 00:44:22 -0400 | |
| ./configure | |
| --disable-debug | |
| --disable-dependency-tracking | |
| --prefix=/usr/local/Cellar/ekg2/0.3.1 | |
| --without-python | |
| --without-perl | |
| --with-readline=/usr/local/opt/readline | |
| --without-gtk |
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
| 2015-08-03 00:44:59 -0400 | |
| ./configure | |
| --prefix=/usr/local/Cellar/exact-image/0.9.1 | |
| checking whether the C++ compiler works ... yes | |
| checking for C++ STL support ... yes | |
| checking for C++ templates ... yes | |
| checking for C++ template specialization ... yes | |
| checking for C++ partial template specialization ... yes |
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
| 2015-08-05 02:52:49 -0400 | |
| cmake | |
| -DCMAKE_C_FLAGS_RELEASE= | |
| -DCMAKE_CXX_FLAGS_RELEASE= | |
| -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/falcon/0.9.6.8 | |
| -DCMAKE_BUILD_TYPE=Release | |
| -DCMAKE_FIND_FRAMEWORK=LAST | |
| -DCMAKE_VERBOSE_MAKEFILE=ON | |
| -Wno-dev |
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
| 2015-08-03 00:46:08 -0400 | |
| make | |
| -n checking for libdir name ... | |
| /bin/sh: /sbin/ldconfig: No such file or directory | |
| lib | |
| -n checking for X11 app-defaults prefix ... | |
| -n checking for endian.h ... |
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
| 2015-08-03 00:46:28 -0400 | |
| ./build | |
| Release | |
| -j1 | |
| Scanning dependencies of target exlib | |
| [ 7%] Building CXX object CMakeFiles/exlib.dir/src/fbAsyncEvent.cpp.o | |
| [ 15%] Building CXX object CMakeFiles/exlib.dir/src/fbCondVar.cpp.o | |
| [ 23%] Building CXX object CMakeFiles/exlib.dir/src/fbEvent.cpp.o |