Skip to content

Instantly share code, notes, and snippets.

@indolering
Created December 23, 2013 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indolering/8104827 to your computer and use it in GitHub Desktop.
Save indolering/8104827 to your computer and use it in GitHub Desktop.
OS X install
➜ ansible git:(master) ✗ sudo port install automake autoconf db48 boost openssl qt4-mac qrencode
---> Computing dependencies for automake
---> Cleaning automake
---> Computing dependencies for autoconf
---> Cleaning autoconf
---> Computing dependencies for db48
---> Cleaning db48
---> Computing dependencies for boost
---> Cleaning boost
---> Computing dependencies for openssl
---> Cleaning openssl
---> Computing dependencies for qt4-mac
---> Cleaning qt4-mac
---> Computing dependencies for qrencode
---> Cleaning qrencode
---> Scanning binaries for linking errors: 100.0%
---> No broken files found.
➜ ansible git:(master) ✗ cd /Users/indolering/namecoin-qt/
➜ namecoin-qt git:(master) ./autogen.sh
configure.ac:12: installing 'src/build-aux/config.guess'
configure.ac:12: installing 'src/build-aux/config.sub'
configure.ac:31: installing 'src/build-aux/install-sh'
configure.ac:31: installing 'src/build-aux/missing'
src/Makefile.am: installing 'src/build-aux/depcomp'
parallel-tests: installing 'src/build-aux/test-driver'
➜ namecoin-qt git:(master) cd namecoin-qt
cd:cd:13: no such file or directory: namecoin-qt
➜ namecoin-qt git:(master) ls
COPYING README.md configure pkg.m4
DESIGN-namecoin.md TODO-namecoin configure.ac run_qmake.bat
DEVELOPMENT-PROCESS.md aclocal.m4 contrib src
FAQ.md autogen.sh doc
Makefile.am autom4te.cache libs
Makefile.in client namecoin-qt.pro
➜ namecoin-qt git:(master) ./configure
checking build system type... x86_64-apple-darwin12.5.0
checking host system type... x86_64-apple-darwin12.5.0
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for g++... g++
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
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... g++ -E
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU Objective C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for a sed that does not truncate output... /opt/local/bin/gsed
checking for ar... /opt/local/bin/ar
checking for ranlib... /opt/local/bin/ranlib
checking for strip... /opt/local/bin/strip
checking for gcov... /usr/bin/gcov
checking for lcov... no
checking for java... /usr/bin/java
checking for genhtml... no
checking for git... /usr/local/bin/git
checking for moc-qt4... no
checking for moc4... no
checking for moc... /opt/local/bin/moc
checking for uic-qt4... no
checking for uic4... no
checking for uic... /opt/local/bin/uic
checking for rcc-qt4... no
checking for rcc4... no
checking for rcc... /opt/local/bin/rcc
checking for lrelease-qt4... no
checking for lrelease4... no
checking for lrelease... /opt/local/bin/lrelease
checking for ccache... no
checking for lupdate-qt4... no
checking for lupdate4... no
checking for lupdate... /opt/local/bin/lupdate
checking for xgettext... /opt/local/bin/xgettext
checking for hexdump... /usr/bin/hexdump
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for port... port
checking for brew... brew
checking whether the linker accepts -framework Foundation -framework ApplicationServices -framework AppKit... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking if compiler needs -Werror to reject unknown flags... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for PTHREAD_PRIO_INHERIT... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether the linker accepts -Wl,--large-address-aware... no
checking whether C++ compiler accepts -Wstack-protector... yes
checking whether C++ compiler accepts -fPIE... yes
checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2... yes
checking whether the linker accepts -Wl,--dynamicbase... no
checking whether the linker accepts -Wl,--nxcompat... no
checking whether the linker accepts -Wl,-z,relro... no
checking whether the linker accepts -Wl,-z,now... no
checking whether C++ compiler accepts -fstack-protector-all... yes
checking whether the linker accepts -pie... yes
checking whether the linker accepts -Wl,-dead_strip... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for MSG_NOSIGNAL... no
checking for Berkeley DB C++ headers... /opt/local/include/db48/
checking for main in -ldb_cxx-4.8... yes
checking miniupnpc/miniwget.h usability... yes
checking miniupnpc/miniwget.h presence... yes
checking for miniupnpc/miniwget.h... yes
checking for main in -lminiupnpc... yes
checking miniupnpc/miniupnpc.h usability... yes
checking miniupnpc/miniupnpc.h presence... yes
checking for miniupnpc/miniupnpc.h... yes
checking for main in -lminiupnpc... (cached) yes
checking miniupnpc/upnpcommands.h usability... yes
checking miniupnpc/upnpcommands.h presence... yes
checking for miniupnpc/upnpcommands.h... yes
checking for main in -lminiupnpc... (cached) yes
checking miniupnpc/upnperrors.h usability... yes
checking miniupnpc/upnperrors.h presence... yes
checking for miniupnpc/upnperrors.h... yes
checking for main in -lminiupnpc... (cached) yes
checking for boostlib >= 1.20.0... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system-mt... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem-mt... yes
checking whether the Boost::Program_Options library is available... yes
checking for exit in -lboost_program_options-mt... yes
checking whether the Boost::Thread library is available... yes
checking for exit in -lboost_thread-mt... yes
checking whether the Boost::Chrono library is available... yes
checking for exit in -lboost_chrono-mt... yes
checking whether the Boost::Unit_Test_Framework library is available... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking for OPENSSL_cleanse in -lcrypto... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for SSL_CTX_set_cipher_list in -lssl... yes
checking qrencode.h usability... yes
checking qrencode.h presence... yes
checking for qrencode.h... yes
checking for QRcode_encodeString in -lqrencode... yes
checking QtCore usability... no
checking QtCore presence... no
checking for QtCore... no
darwin: checking for QtCore in the default location:
checking QtCore usability... no
checking QtCore presence... no
checking for QtCore... no
checking for QT_CORE... no
configure: WARNING: QtCore missing; namecoin-qt frontend will not be built
checking QtGui usability... no
checking QtGui presence... no
checking for QtGui... no
darwin: checking for QtGui in the default location:
checking QtGui usability... no
checking QtGui presence... no
checking for QtGui... no
checking for QT_GUI... no
configure: error: QtGui missing
➜ namecoin-qt git:(master) ./configure
checking build system type... x86_64-apple-darwin12.5.0
checking host system type... x86_64-apple-darwin12.5.0
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for g++... g++
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
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... ^C% ➜ namecoin-qt git:(master) ✗ make
make: *** No targets specified and no makefile found. Stop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment