Advertisement
Guest User

Untitled

a guest
Sep 15th, 2014
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. $ qmake && make
  2. Project MESSAGE: Building with UPNP support
  3. Removed plural forms as the target language has less forms.
  4. If this sounds wrong, possibly the target language is not set or recognized.
  5. Removed plural forms as the target language has less forms.
  6. If this sounds wrong, possibly the target language is not set or recognized.
  7. Removed plural forms as the target language has less forms.
  8. If this sounds wrong, possibly the target language is not set or recognized.
  9. Removed plural forms as the target language has less forms.
  10. If this sounds wrong, possibly the target language is not set or recognized.
  11. Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/local/Library/Frameworks
  12. Project MESSAGE: qtAddLibrary: found framework QtNetwork in directory /opt/local/Library/Frameworks
  13. Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/local/Library/Frameworks
  14. Makefile:749: warning: overriding commands for target `build/moc_macnotificationhandler.cpp'
  15. Makefile:740: warning: ignoring old commands for target `build/moc_macnotificationhandler.cpp'
  16. cd /Users/jaredstone/reddcoin/src/leveldb && CC=/usr/bin/clang CXX=/usr/bin/clang++ /Applications/Xcode.app/Contents/Developer/usr/bin/make OPT="-pipe -fstack-protector-all -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a
  17. make[1]: `libleveldb.a' is up to date.
  18. make[1]: `libmemenv.a' is up to date.
  19. cd /Users/jaredstone/reddcoin; /bin/sh share/genbuild.sh /Users/jaredstone/reddcoin/build/build.h
  20. /usr/bin/clang++ -c -pipe -fstack-protector-all -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.9 -pthread -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DMAC_OSX -DMSG_NOSIGNAL=0 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/opt/local/share/qt4/mkspecs/macx-g++ -Ibuild -I/opt/local/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/local/Library/Frameworks/QtNetwork.framework/Versions/4/Headers -I/opt/local/Library/Frameworks/QtGui.framework/Versions/4/Headers -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/local/include -I/usr/local/include/db48 -I/opt/local/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/opt/local/Library/Frameworks/QtNetwork.framework/Versions/4/Headers -I/opt/local/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/local/include -Ibuild -F/opt/local/Library/Frameworks -F/opt/local/lib -o build/bitcoin.o src/qt/bitcoin.cpp
  21. In file included from src/qt/bitcoin.cpp:13:
  22. In file included from src/init.h:8:
  23. In file included from src/wallet.h:20:
  24. In file included from src/walletdb.h:8:
  25. In file included from src/db.h:14:
  26. In file included from /usr/local/include/db_cxx.h:59:
  27. In file included from /usr/include/c++/4.2.1/backward/iostream.h:31:
  28. /usr/include/c++/4.2.1/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found
  29. in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header
  30. <iostream.h>. To disable this warning use -Wno-deprecated. [-W#warnings]
  31. #warning This file includes at least one deprecated or antiquated header. \
  32. ^
  33. In file included from src/qt/bitcoin.cpp:13:
  34. In file included from src/init.h:8:
  35. In file included from src/wallet.h:20:
  36. In file included from src/walletdb.h:8:
  37. In file included from src/db.h:14:
  38. /usr/local/include/db_cxx.h:1448:47: error: expected class name
  39. class _exported DbException : public __DB_STD(exception)
  40. ^
  41. /usr/local/include/db_cxx.h:61:21: note: expanded from macro '__DB_STD'
  42. #define __DB_STD(x) x
  43. ^
  44. 1 warning and 1 error generated.
  45. make: *** [build/bitcoin.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement