Created
December 8, 2013 21:40
-
-
Save kenany/7864176 to your computer and use it in GitHub Desktop.
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
| $ qmake-qt4 | |
| Project MESSAGE: Building with UPNP support | |
| Project MESSAGE: Building with UPNP supportRemoved plural forms as the target language has less forms. | |
| If this sounds wrong, possibly the target language is not set or recognized. | |
| kenan:~/Code/dogecoin ☂ master | |
| $ make | |
| cd /home/kenan/Code/dogecoin; /bin/sh share/genbuild.sh /home/kenan/Code/dogecoin/build/build.h | |
| g++ -c -pipe -fstack-protector -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_REENTRANT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTEM_INCLUDES -DUSE_UPNP=1 -DSTATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ic:/deps -IC:/deps/boost -Ic:/deps/db/build_unix -Ic:/deps/ssl/include -Ibuild -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp | |
| In file included from src/bignum.h:13:0, | |
| from src/main.h:10, | |
| from src/wallet.h:9, | |
| from src/init.h:9, | |
| from src/qt/bitcoin.cpp:11: | |
| src/util.h:22:28: fatal error: boost/thread.hpp: No such file or directory | |
| #include <boost/thread.hpp> | |
| ^ | |
| compilation terminated. | |
| Makefile:767: recipe for target 'build/bitcoin.o' failed | |
| make: *** [build/bitcoin.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment