Bitcoin Forum
July 01, 2024, 11:28:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 [73] 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 ... 127 »
1441  Bitcoin / Development & Technical Discussion / Re: Building headless Bitcoin and Bitcoin-qt on Windows on: January 11, 2015, 02:38:16 PM
I think I finally have a decent question:

Using the first post trying to compile tuxcoin-qt.exe (Qt480/boost157/miniupnp19):

skipped tuxcoind. set libs.

patched has_binary_operator.hpp (first manually added #endif at end of line 25 with a space between .hpp and #endif, then patched)

replaced boost/lexical_cast.hpp to the one found here

replaced boost/type_traits/has_left_shift.hpp to the one found here

I am aware these link to boost 153 files but somewhere deep last night I think I decided they we're good to use, so there may be a problem.

changed -DSTATICLIB into DMINIUPNP_STATICLIB, and tried to qmake with both 'USE_UPNPC=-' and 'USE_=1' (does this manual change require a 'confirmation' via a patch? I'm unclear as to manual changes require 'confirmation' by patches...)

Every time I get stuck with 77 files in the build folder, i delete that and the 5 files one folder up and try again. I'm just not getting past this error and too stubborn to give up this path and try with other Qt and/or Boost.

Code:
                 from src\bitcoinrpc.h:16,
                 from src\rpcrawtransaction.cpp:9:
..\deps\boost_1_57_0/boost/spirit/home/classic/core/primitives/primitives.hpp: I
n member function 'typename boost::spirit::classic::parser_result<DerivedT, Scan
nerT>::type boost::spirit::classic::char_parser<DrivedT>::parse(const ScannerT&)
 const':
..\deps\boost_1_57_0/boost/spirit/home/classic/core/primitives/primitives.hpp:50
:68: warning: typedef 'result_t' locally defined but not used [-Wunused-local-ty
pedefs]
             typedef typename parser_result<self_t, ScannerT>::type result_t;
                                                                    ^
In file included from ..\deps\boost_1_57_0/boost/spirit/home/classic/core/non_te
rminal/grammar.hpp:21:0,
                 from ..\deps\boost_1_57_0/boost/spirit/home/classic/core.hpp:42
,
                 from ..\deps\boost_1_57_0/boost/spirit/include/classic_core.hpp
:11,
                 from src\json/json_spirit_reader_template.h:19,
                 from src\bitcoinrpc.h:16,
                 from src\rpcrawtransaction.cpp:9:
..\deps\boost_1_57_0/boost/spirit/home/classic/core/non_terminal/impl/grammar.ip
p: In function 'void boost::spirit::classic::impl::grammar_destruct(GrammarT*)':

..\deps\boost_1_57_0/boost/spirit/home/classic/core/non_terminal/impl/grammar.ip
p:285:68: warning: typedef 'iterator_t' locally defined but not used [-Wunused-l
ocal-typedefs]
         typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;
                                                                    ^
In file included from ..\deps\boost_1_57_0/boost/thread/shared_mutex.hpp:18:0,
                 from ..\deps\boost_1_57_0/boost/thread/detail/thread_group.hpp:
9,
                 from ..\deps\boost_1_57_0/boost/thread/thread.hpp:13,
                 from ..\deps\boost_1_57_0/boost/thread.hpp:13,
                 from src\util.h:24,
                 from src\bignum.h:12,
                 from src\base58.h:21,
                 from src\rpcrawtransaction.cpp:8:
..\deps\boost_1_57_0/boost/thread/win32/shared_mutex.hpp: In instantiation of 'T
 boost::shared_mutex::interlocked_compare_exchange(T*, T, T) [with T = boost::sh
ared_mutex::state_data]':
..\deps\boost_1_57_0/boost/thread/win32/shared_mutex.hpp:130:103:   required fro
m here
..\deps\boost_1_57_0/boost/thread/win32/shared_mutex.hpp:52:99: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
                                                               *reinterpret_cast
<long*>(&comparand));

                   ^
..\deps\boost_1_57_0/boost/thread/win32/shared_mutex.hpp:52:99: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
..\deps\boost_1_57_0/boost/thread/win32/shared_mutex.hpp:53:52: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             return *reinterpret_cast<T const*>(&res);
                                                    ^
..\deps\boost_1_57_0/boost/thread/win32/shared_mutex.hpp:53:52: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -O2 -frtti -fexcepti
ons -mthreads -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security
 -Wno-unused-parameter -Wstack-protector -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_L
IB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_IPV6=1 -DWIN32 -D_MT -DQT_THREAD
_SUPPORT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX
 -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -I"..\Qt\4.8.6\include\QtCore" -I
"..\Qt\4.8.6\include\QtNetwork" -I"..\Qt\4.8.6\include\QtGui" -I"..\Qt\4.8.6\inc
lude" -I"src" -I"src\json" -I"src\qt" -I"src\leveldb\include" -I"src\leveldb\hel
pers" -I"..\deps\boost_1_57_0" -I"..\deps\db-4.8.30.NC\build_unix" -I"..\deps\op
enssl-1.0.1j\include" -I"..\deps\qrencode-3.4.4" -I"..\Qt\4.8.6\include\ActiveQt
" -I"build" -I"build" -I"..\Qt\4.8.6\mkspecs\default" -o build\qvalidatedlineedi
t.o src\qt\qvalidatedlineedit.cpp
g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -O2 -frtti -fexcepti
ons -mthreads -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security
 -Wno-unused-parameter -Wstack-protector -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_L
IB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_IPV6=1 -DWIN32 -D_MT -DQT_THREAD
_SUPPORT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX
 -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -I"..\Qt\4.8.6\include\QtCore" -I
"..\Qt\4.8.6\include\QtNetwork" -I"..\Qt\4.8.6\include\QtGui" -I"..\Qt\4.8.6\inc
lude" -I"src" -I"src\json" -I"src\qt" -I"src\leveldb\include" -I"src\leveldb\hel
pers" -I"..\deps\boost_1_57_0" -I"..\deps\db-4.8.30.NC\build_unix" -I"..\deps\op
enssl-1.0.1j\include" -I"..\deps\qrencode-3.4.4" -I"..\Qt\4.8.6\include\ActiveQt
" -I"build" -I"build" -I"..\Qt\4.8.6\mkspecs\default" -o build\bitcoinunits.o sr
c\qt\bitcoinunits.cpp
g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -O2 -frtti -fexcepti
ons -mthreads -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security
 -Wno-unused-parameter -Wstack-protector -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_L
IB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_IPV6=1 -DWIN32 -D_MT -DQT_THREAD
_SUPPORT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX
 -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -I"..\Qt\4.8.6\include\QtCore" -I
"..\Qt\4.8.6\include\QtNetwork" -I"..\Qt\4.8.6\include\QtGui" -I"..\Qt\4.8.6\inc
lude" -I"src" -I"src\json" -I"src\qt" -I"src\leveldb\include" -I"src\leveldb\hel
pers" -I"..\deps\boost_1_57_0" -I"..\deps\db-4.8.30.NC\build_unix" -I"..\deps\op
enssl-1.0.1j\include" -I"..\deps\qrencode-3.4.4" -I"..\Qt\4.8.6\include\ActiveQt
" -I"build" -I"build" -I"..\Qt\4.8.6\mkspecs\default" -o build\qvaluecombobox.o
src\qt\qvaluecombobox.cpp
g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -O2 -frtti -fexcepti
ons -mthreads -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security
 -Wno-unused-parameter -Wstack-protector -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_L
IB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_IPV6=1 -DWIN32 -D_MT -DQT_THREAD
_SUPPORT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX
 -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -I"..\Qt\4.8.6\include\QtCore" -I
"..\Qt\4.8.6\include\QtNetwork" -I"..\Qt\4.8.6\include\QtGui" -I"..\Qt\4.8.6\inc
lude" -I"src" -I"src\json" -I"src\qt" -I"src\leveldb\include" -I"src\leveldb\hel
pers" -I"..\deps\boost_1_57_0" -I"..\deps\db-4.8.30.NC\build_unix" -I"..\deps\op
enssl-1.0.1j\include" -I"..\deps\qrencode-3.4.4" -I"..\Qt\4.8.6\include\ActiveQt
" -I"build" -I"build" -I"..\Qt\4.8.6\mkspecs\default" -o build\askpassphrasedial
og.o src\qt\askpassphrasedialog.cpp
g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -O2 -frtti -fexcepti
ons -mthreads -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security
 -Wno-unused-parameter -Wstack-protector -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_L
IB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_IPV6=1 -DWIN32 -D_MT -DQT_THREAD
_SUPPORT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX
 -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -I"..\Qt\4.8.6\include\QtCore" -I
"..\Qt\4.8.6\include\QtNetwork" -I"..\Qt\4.8.6\include\QtGui" -I"..\Qt\4.8.6\inc
lude" -I"src" -I"src\json" -I"src\qt" -I"src\leveldb\include" -I"src\leveldb\hel
pers" -I"..\deps\boost_1_57_0" -I"..\deps\db-4.8.30.NC\build_unix" -I"..\deps\op
enssl-1.0.1j\include" -I"..\deps\qrencode-3.4.4" -I"..\Qt\4.8.6\include\ActiveQt
" -I"build" -I"build" -I"..\Qt\4.8.6\mkspecs\default" -o build\protocol.o src\pr
otocol.cpp
g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -O2 -frtti -fexcepti
ons -mthreads -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security
 -Wno-unused-parameter -Wstack-protector -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_L
IB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_IPV6=1 -DWIN32 -D_MT -DQT_THREAD
_SUPPORT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX
 -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -I"..\Qt\4.8.6\include\QtCore" -I
"..\Qt\4.8.6\include\QtNetwork" -I"..\Qt\4.8.6\include\QtGui" -I"..\Qt\4.8.6\inc
lude" -I"src" -I"src\json" -I"src\qt" -I"src\leveldb\include" -I"src\leveldb\hel
pers" -I"..\deps\boost_1_57_0" -I"..\deps\db-4.8.30.NC\build_unix" -I"..\deps\op
enssl-1.0.1j\include" -I"..\deps\qrencode-3.4.4" -I"..\Qt\4.8.6\include\ActiveQt
" -I"build" -I"build" -I"..\Qt\4.8.6\mkspecs\default" -o build\notificator.o src
\qt\notificator.cpp
g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -O2 -frtti -fexcepti
ons -mthreads -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security
 -Wno-unused-parameter -Wstack-protector -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_L
IB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_IPV6=1 -DWIN32 -D_MT -DQT_THREAD
_SUPPORT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX
 -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -I"..\Qt\4.8.6\include\QtCore" -I
"..\Qt\4.8.6\include\QtNetwork" -I"..\Qt\4.8.6\include\QtGui" -I"..\Qt\4.8.6\inc
lude" -I"src" -I"src\json" -I"src\qt" -I"src\leveldb\include" -I"src\leveldb\hel
pers" -I"..\deps\boost_1_57_0" -I"..\deps\db-4.8.30.NC\build_unix" -I"..\deps\op
enssl-1.0.1j\include" -I"..\deps\qrencode-3.4.4" -I"..\Qt\4.8.6\include\ActiveQt
" -I"build" -I"build" -I"..\Qt\4.8.6\mkspecs\default" -o build\paymentserver.o s
rc\qt\paymentserver.cpp
C:\Qt\4.8.6\bin\moc.exe -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT
_THREADSAFE -DUSE_QRCODE -DUSE_IPV6=1 -DWIN32 -D_MT -DQT_THREAD_SUPPORT -DQT_NO_
DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_SSE -D
QT_HAVE_MMXEXT -DQT_HAVE_SSE2 -I"..\Qt\4.8.6\include\QtCore" -I"..\Qt\4.8.6\incl
ude\QtNetwork" -I"..\Qt\4.8.6\include\QtGui" -I"..\Qt\4.8.6\include" -I"src" -I"
src\json" -I"src\qt" -I"src\leveldb\include" -I"src\leveldb\helpers" -I"..\deps\
boost_1_57_0" -I"..\deps\db-4.8.30.NC\build_unix" -I"..\deps\openssl-1.0.1j\incl
ude" -I"..\deps\qrencode-3.4.4" -I"..\Qt\4.8.6\include\ActiveQt" -I"build" -I"bu
ild" -I"..\Qt\4.8.6\mkspecs\default" -D__GNUC__ -DWIN32 src\qt\rpcconsole.cpp -o
 build\rpcconsole.moc
In file included from ..\deps\boost_1_57_0/boost/type_traits/has_plus.hpp:48:0,
                 from ..\deps\boost_1_57_0/boost/next_prior.hpp:23,
                 from ..\deps\boost_1_57_0/boost/thread/future.hpp:54,
                 from ..\deps\boost_1_57_0/boost/thread.hpp:24,
                 from src\util.h:24,
                 from src\protocol.cpp:7:
..\deps\boost_1_57_0/boost/type_traits/detail/has_binary_operator.hpp:25:56: war
ning: extra tokens at end of #include directive
 #include <boost/type_traits/detail/bool_trait_def.hpp> #endif
                                                        ^
In file included from ..\deps\boost_1_57_0/boost/type_traits/has_plus_assign.hpp
:60:0,
                 from ..\deps\boost_1_57_0/boost/next_prior.hpp:24,
                 from ..\deps\boost_1_57_0/boost/thread/future.hpp:54,
                 from ..\deps\boost_1_57_0/boost/thread.hpp:24,
                 from src\util.h:24,
                 from src\protocol.cpp:7:
..\deps\boost_1_57_0/boost/type_traits/detail/has_binary_operator.hpp:25:56: war
ning: extra tokens at end of #include directive
 #include <boost/type_traits/detail/bool_trait_def.hpp> #endif
                                                        ^
In file included from ..\deps\boost_1_57_0/boost/type_traits/has_minus.hpp:54:0,

                 from ..\deps\boost_1_57_0/boost/next_prior.hpp:25,
                 from ..\deps\boost_1_57_0/boost/thread/future.hpp:54,
                 from ..\deps\boost_1_57_0/boost/thread.hpp:24,
                 from src\util.h:24,
                 from src\protocol.cpp:7:
..\deps\boost_1_57_0/boost/type_traits/detail/has_binary_operator.hpp:25:56: war
ning: extra tokens at end of #include directive
 #include <boost/type_traits/detail/bool_trait_def.hpp> #endif
                                                        ^
In file included from ..\deps\boost_1_57_0/boost/type_traits/has_minus_assign.hp
p:59:0,
                 from ..\deps\boost_1_57_0/boost/next_prior.hpp:26,
                 from ..\deps\boost_1_57_0/boost/thread/future.hpp:54,
                 from ..\deps\boost_1_57_0/boost/thread.hpp:24,
                 from src\util.h:24,
                 from src\protocol.cpp:7:
..\deps\boost_1_57_0/boost/type_traits/detail/has_binary_operator.hpp:25:56: war
ning: extra tokens at end of #include directive
 #include <boost/type_traits/detail/bool_trait_def.hpp> #endif
                                                        ^
In file included from ..\deps\boost_1_57_0/boost/type_traits/has_plus.hpp:48:0,
                 from ..\deps\boost_1_57_0/boost/next_prior.hpp:23,
                 from ..\deps\boost_1_57_0/boost/thread/future.hpp:54,
                 from ..\deps\boost_1_57_0/boost/thread.hpp:24,
                 from src/util.h:24,
                 from src/ui_interface.h:9,
                 from src\qt\paymentserver.cpp:10:
..\deps\boost_1_57_0/boost/type_traits/detail/has_binary_operator.hpp:25:56: war
ning: extra tokens at end of #include directive
 #include <boost/type_traits/detail/bool_trait_def.hpp> #endif
                                                        ^
In file included from ..\deps\boost_1_57_0/boost/type_traits/has_plus_assign.hpp
:60:0,
                 from ..\deps\boost_1_57_0/boost/next_prior.hpp:24,
                 from ..\deps\boost_1_57_0/boost/thread/future.hpp:54,
                 from ..\deps\boost_1_57_0/boost/thread.hpp:24,
                 from src/util.h:24,
                 from src/ui_interface.h:9,
                 from src\qt\paymentserver.cpp:10:
..\deps\boost_1_57_0/boost/type_traits/detail/has_binary_operator.hpp:25:56: war
ning: extra tokens at end of #include directive
 #include <boost/type_traits/detail/bool_trait_def.hpp> #endif
                                                        ^
In file included from ..\deps\boost_1_57_0/boost/type_traits/has_minus.hpp:54:0,

                 from ..\deps\boost_1_57_0/boost/next_prior.hpp:25,
                 from ..\deps\boost_1_57_0/boost/thread/future.hpp:54,
                 from ..\deps\boost_1_57_0/boost/thread.hpp:24,
                 from src/util.h:24,
                 from src/ui_interface.h:9,
                 from src\qt\paymentserver.cpp:10:
..\deps\boost_1_57_0/boost/type_traits/detail/has_binary_operator.hpp:25:56: war
ning: extra tokens at end of #include directive
 #include <boost/type_traits/detail/bool_trait_def.hpp> #endif
                                                        ^
In file included from ..\deps\boost_1_57_0/boost/type_traits/has_minus_assign.hp
p:59:0,
                 from ..\deps\boost_1_57_0/boost/next_prior.hpp:26,
                 from ..\deps\boost_1_57_0/boost/thread/future.hpp:54,
                 from ..\deps\boost_1_57_0/boost/thread.hpp:24,
                 from src/util.h:24,
                 from src/ui_interface.h:9,
                 from src\qt\paymentserver.cpp:10:
..\deps\boost_1_57_0/boost/type_traits/detail/has_binary_operator.hpp:25:56: war
ning: extra tokens at end of #include directive
 #include <boost/type_traits/detail/bool_trait_def.hpp> #endif
                                                        ^
:/deps/boost_1_57_0/boost/type_traits/detail/has_binary_operator.hp:50: Parse er
ror at "BOOST_JOIN"
Makefile.Release:738: recipe for target 'build/rpcconsole.moc' failed
mingw32-make: *** [build/rpcconsole.moc] Error 1
mingw32-make: *** Waiting for unfinished jobs....
In file included from ..\deps\boost_1_57_0/boost/thread/shared_mutex.hpp:18:0,
                 from ..\deps\boost_1_57_0/boost/thread/detail/thread_group.hpp:
9,
                 from ..\deps\boost_1_57_0/boost/thread/thread.hpp:13,
                 from ..\deps\boost_1_57_0/boost/thread.hpp:13,
                 from src\util.h:24,
                 from src\protocol.cpp:7:
..\deps\boost_1_57_0/boost/thread/win32/shared_mutex.hpp: In instantiation of 'T
 boost::shared_mutex::interlocked_compare_exchange(T*, T, T) [with T = boost::sh
ared_mutex::state_data]':
..\deps\boost_1_57_0/boost/thread/win32/shared_mutex.hpp:130:103:   required fro
m here
..\deps\boost_1_57_0/boost/thread/win32/shared_mutex.hpp:52:99: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
                                                               *reinterpret_cast
<long*>(&comparand));

                   ^
..\deps\boost_1_57_0/boost/thread/win32/shared_mutex.hpp:52:99: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
..\deps\boost_1_57_0/boost/thread/win32/shared_mutex.hpp:53:52: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             return *reinterpret_cast<T const*>(&res);
                                                    ^
..\deps\boost_1_57_0/boost/thread/win32/shared_mutex.hpp:53:52: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
In file included from ..\deps\boost_1_57_0/boost/thread/shared_mutex.hpp:18:0,
                 from ..\deps\boost_1_57_0/boost/thread/detail/thread_group.hpp:
9,
                 from ..\deps\boost_1_57_0/boost/thread/thread.hpp:13,
                 from ..\deps\boost_1_57_0/boost/thread.hpp:13,
                 from src/util.h:24,
                 from src/ui_interface.h:9,
                 from src\qt\paymentserver.cpp:10:
..\deps\boost_1_57_0/boost/thread/win32/shared_mutex.hpp: In instantiation of 'T
 boost::shared_mutex::interlocked_compare_exchange(T*, T, T) [with T = boost::sh
ared_mutex::state_data]':
..\deps\boost_1_57_0/boost/thread/win32/shared_mutex.hpp:130:103:   required fro
m here
..\deps\boost_1_57_0/boost/thread/win32/shared_mutex.hpp:52:99: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
                                                               *reinterpret_cast
<long*>(&comparand));

                   ^
..\deps\boost_1_57_0/boost/thread/win32/shared_mutex.hpp:52:99: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
..\deps\boost_1_57_0/boost/thread/win32/shared_mutex.hpp:53:52: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             return *reinterpret_cast<T const*>(&res);
                                                    ^
..\deps\boost_1_57_0/boost/thread/win32/shared_mutex.hpp:53:52: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]

C:\tuxcoin-master>

Can someone tell me what i'm missing here? After a failed build I only delete mentioned files, I never reinstalled the master because of applied patches to qt.pro and makefile.mingw.

Should I just downgrade boost to 155 or 152 when using Qt 4.8? I say 'just' but really I still don't know what freedom of movement one has in this strange yet interesting environment. It's like a maze!

Anyway, thanks for bearing with me and excuse my previous nervous posts. I'm in the tunnel know, I guess what I see is the end of it and i'm not turning back now.

 Cheesy
1442  Bitcoin / Development & Technical Discussion / Re: Building headless Bitcoin and Bitcoin-qt on Windows on: January 11, 2015, 12:48:12 PM

When using current 1.9 miniupnpc sources make sure to define -DMINIUPNP_STATICLIB instead of -DSTATICLIB (v1.9 release still needs -DSTATICLIB).


where/how would I change this..?

edit: makefile.mingw right?
1443  Alternate cryptocurrencies / Announcements (Altcoins) / Re: TuxCoin on: January 11, 2015, 11:11:07 AM
I appreciate your effort. I am also kinda bummed you beat me to it but it's nice to see people taking an interest in this coin.

Rebuilding now, fixed a bug! whatever that means...

Taking my 1st whirl here..  Wink

if you're using qt 4.8 then get a can of boost bugspray!

https://bugreports.qt.io/browse/QTBUG-22829

See also this:

https://bitcointalk.org/index.php?topic=149479.msg10114172#msg10114172
1444  Alternate cryptocurrencies / Announcements (Altcoins) / Re: TuxCoin on: January 11, 2015, 12:35:50 AM


I've only compiled it from source. 'Trojan.BitCoinMiner' i have seen in many non-virus wallets, but everyone have
to decide himself - download it or not

I appreciate your effort. I am also kinda bummed you beat me to it but it's nice to see people taking an interest in this coin.

Rebuilding now, fixed a bug! whatever that means...
1445  Alternate cryptocurrencies / Announcements (Altcoins) / Re: TuxCoin on: January 10, 2015, 11:59:08 PM
Win wallet:  https://mega.co.nz/#!r81VlDgS!MxWLM4DoHJg3SgTOc8X7Ilf2r1I_U_mF5dJM6S7Jp8s

https://www.virustotal.com/nl/file/b02d85c7f0499e7f4eef70d31875a6abe65f7234a3759561ea494efa221a6af3/analysis/1420934289/

Are these false positives?

ESET-NOD32    a variant of Win32/BitCoinMiner.BJ    20150110
Ikarus    Trojan.BitCoinMiner    20150110

1446  Alternate cryptocurrencies / Announcements (Altcoins) / Re: TuxCoin on: January 10, 2015, 03:35:34 PM
whats up with this coin? i ike the distribution, lower hash greater rewards. i think that is a first. why so little interest?

What's up is it doesn't have a wallet. There's a pool where 1 sometime 2 persons mine and that's all.

I am trying to build a wallet but since my dev IQ is about 65, it's taking some time.

EDIT: going for 4th whirl! dmmt Angry Grin
1447  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [MAL] MalibuCoin X11 - GET DRUNK FOR FREE ! on: January 10, 2015, 02:38:53 PM
Bagholder update:

We can stay at Bittrex (and rot a little longer)!
1448  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GP] GoldPieces - Launch Announcement Thread - Friday January 9th on: January 10, 2015, 07:44:23 AM
I like this hype on each newly launched coin. Smiley No innovation, nothing special but everybody loves the coin haha. To be specific everybody would love to dump at highest price. When they dump they come back saying it's game over and laugh on noobs who bought at highest price. I like these pumps and dumps, finally learned not to be on the wrong side of food chain.

Matrix-breach in sector 7g.

/send sentinel
1449  Alternate cryptocurrencies / Announcements (Altcoins) / Re: TuxCoin on: January 10, 2015, 01:06:54 AM

Hope so - I've got a few coins I need to get out of a pool.  Smiley

Me too. I'm almost done. Ran into bump right before make tuxcoind. Will try to solve tomorrow.

Apparently there is something missing from mingw install,
1450  Alternate cryptocurrencies / Announcements (Altcoins) / Re: TuxCoin on: January 10, 2015, 12:28:08 AM
To compile windows qt, can one use this thread?:

 Building headless Bitcoin and Bitcoin-qt on Windows

And at step 3 simply replace bitcoin repo with tux repo?
i am trying this guide https://cryptocointalk.com/topic/13204-how-to-build-a-windows-qt-wallet-for-any-coin-yourself-from-source-code-step-by-step-instructions/
have errors in installing mingw gcc  though


Maybe this will help:

Quote
Have you checked that the directory, where gcc is located,
is in your PATH environment variable?

You can check by doing either of this:

echo $PATH
or:
type gcc

In order to add the directory where gcc is located, before
running make, do this:

PATH=$PATH:<directory_where_gcc_is_located>
export PATH

Then run make again.

Found it here
1451  Alternate cryptocurrencies / Announcements (Altcoins) / Re: TuxCoin on: January 09, 2015, 10:35:49 PM
win-qt wallet? Huh Huh Huh

Working on it.
1452  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GP] GoldPieces - Launch Announcement Thread - Friday January 9th on: January 09, 2015, 06:21:29 PM
Ah good old 10-minutes-too-late-AGAIN nice coin launch.

network went 2K to 20K while I was copy/pasting a bat file for this one.


No sleep till bitcoin!!

 Grin/ Angry
1453  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [MAL] MalibuCoin X11 - GET DRUNK FOR FREE ! on: January 09, 2015, 10:49:32 AM
Today last day to keep this bugger alive.

0.65 BTC and it's in 1750 range.


1454  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DIODE {X13} POS /\ Buy things in DiodeMarket! /\ 4 Exchanges /\ Updated on: January 08, 2015, 10:29:55 PM
hahah I shouldn't mention this but I bought at 700ish two weeks ago, sold at 60ish a week later.

And now this!

Just remember this is only possible because of shmos like yours truly Smiley

1455  Bitcoin / Development & Technical Discussion / Re: Building headless Bitcoin and Bitcoin-qt on Windows on: January 08, 2015, 12:00:39 PM

1.1 Install msys shell:
http://sourceforge.net/projects/mingw/files/Installer/mingw-get-setup.exe/download
From MinGW installation manager -> All packages -> MSYS
mark the following for installation:

msys-base-bin
msys-autoconf-bin
msys-automake-bin
msys-libtool-bin


then click on Installation -> Apply changes

1 Make sure no mingw packages are checked for installation or present from a previous install. 2 Only the above msys packages should be installed. Also make sure that msys-gcc and msys-w32api packages are not installed.

1.3. Ensure that mingw-builds bin folder is set in your PATH environment variable. On Windows 7 your path should look something like:
Code:
C:\mingw32\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\

2.1 OpenSSL: http://www.openssl.org/source/openssl-1.0.1j.tar.gz
From a MinGw shell (C:\MinGW\msys\1.0\msys.bat), 3 unpack the source archive with tar (this will avoid symlink issues) then configure and make:


1 ok noob question: but I do leave the mingw package downloader 'green' right?
2 If only installing specified packages, I dont have bash or tar so what do I do: I installed them when I notice they are missing

3 without tar and shell I cannot continue.

If I follow guide to the letter I get stuck very fast. If I leave the prechecked packages checked, except the gcc and w32api, then I can continue but I'm not sure if this will end up in a positive result.

I have no programming experience whatsoever, I do not recognize things that developers take for granted. I cannot guess what liberty I have to wander off the track of this guide.

I have Perl and python installed as well but that shouldt conflict i read somewhere.

Please clarify.




1456  Economy / Speculation / Re: Do you think 1.00 BTC will worth more than $10,000.00 USD at any time in 2015? on: January 08, 2015, 11:03:58 AM
Do you think 1.00 BTC will worth more than $10,000.00 USD at any time in 2015?

Bitcoin is such an asset that the future price of Bitcoin can only be predicted accurately if you own a crystal ball that shows future.

Unfortunately nobody on this forum possesses such a crystal ball (except dank), we're all in dark as much as you.

But if I had to assume, i would tend to think that the price will reach $10,000 in a couple of years, if not in this year - or so I wish Tongue

My crystal ball told me to get a job ...

stupid ball!
1457  Bitcoin / Development & Technical Discussion / Re: Building headless Bitcoin and Bitcoin-qt on Windows on: January 07, 2015, 11:37:40 AM

Thanks it went further, now getting this error...

Code:
..\deps\boost_1_57_0/boost/thread/win32/shared_mutex.hpp:53:52: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
g++ -Wl,--dynamicbase -Wl,--nxcompat -Wl,--large-address-aware -static -static-l
ibgcc -static-libstdc++ -Wl,-s -mthreads -Wl,-subsystem,windows -o release\
coin-qt.exe object_script.coin-qt.Release  -L"c:\Qt\4.8.6\lib" -lmingwt
hrd -lmingw32 -lqtmain build\bitcoin-qt_res.o -lqrencode -LC:/deps/miniupnpc -lm
iniupnpc -liphlpapi C:/bitcoin-0.8.6/src/leveldb/libleveldb.a C:/bitcoin-0.8.6/s
rc/leveldb/libmemenv.a -lshlwapi -LC:/deps/boost_1_57_0/stage/lib -LC:/deps/db-4
.8.30.NC/build_unix -LC:/deps/openssl-1.0.1j -LC:/deps/qrencode-3.4.4/.libs -lss
l -lcrypto -ldb_cxx -lshlwapi -lmswsock -lboost_system-mgw49-mt-s-1_57 -lboost_f
ilesystem-mgw49-mt-s-1_57 -lboost_program_options-mgw49-mt-s-1_57 -lboost_thread
-mgw49-mt-s-1_57 -lboost_chrono-mgw49-mt-s-1_57 -lQtGui -lQtNetwork -lgdi32 -lco
mdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lmsimg32 -lQtCore -lole32 -luuid -
lws2_32 -ladvapi32 -lshell32 -luser32 -lkernel32
./build\net.o:net.cpp:(.text+0x8ba3): undefined reference to `_imp__upnpDiscover
'
./build\net.o:net.cpp:(.text+0x8bda): undefined reference to `_imp__UPNP_GetVali
dIGD'
./build\net.o:net.cpp:(.text+0x8c1b): undefined reference to `_imp__UPNP_GetExte
rnalIPAddress'
./build\net.o:net.cpp:(.text+0x8c97): undefined reference to `_imp__freeUPNPDevl
ist'
./build\net.o:net.cpp:(.text+0x8caa): undefined reference to `_imp__FreeUPNPUrls
'
./build\net.o:net.cpp:(.text+0x8d97): undefined reference to `_imp__strupnperror
'
./build\net.o:net.cpp:(.text+0x8e23): undefined reference to `_imp__UPNP_AddPort
Mapping'
./build\net.o:net.cpp:(.text+0x8eab): undefined reference to `_imp__UPNP_DeleteP
ortMapping'
./build\net.o:net.cpp:(.text+0x8eca): undefined reference to `_imp__freeUPNPDevl
ist'
./build\net.o:net.cpp:(.text+0x8ed9): undefined reference to `_imp__FreeUPNPUrls
'
C:/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.2/../../../../i686-w64-mingw32/bi
n/ld.exe: ./build\net.o: bad reloc address 0x3c in section `.data'
C:/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.2/../../../../i686-w64-mingw32/bi
n/ld.exe: final link failed: Invalid operation
collect2.exe: error: ld returned 1 exit status
Makefile.Release:315: recipe for target 'release\coin-qt.exe' failed
mingw32-make: *** [release\coin-qt.exe] Error 1


I hope this error makes any sense?

Btw, if using "USE_UPNP=-" option, then no issues.
Ran into same problem. Tried upnpc 1.8: same result, tried original qtpro, patched qtpro (unclear on op explanation: do you use patch after if changed manually?)

use_pnp options all come back same result.

i think ill just start over

actually this is the log of my try, saw a little difference 'bad sector':

Code:
e\QtNetwork" -I"..\Qt\5.3.2\include\QtGui" -I"..\Qt\5.3.2\include\QtCore" -I"bui
ld" -I"build" -I"..\Qt\5.3.2\mkspecs\win32-g++" -o build\moc_csvmodelwriter.o bu
ild\moc_csvmodelwriter.cpp
C:\Qt\5.3.2\bin\moc.exe -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT
_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DWIN32 -D_MT -DQ
T_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEE
DS_QMAIN -D__GNUC__ -DWIN32 -IC:/Qt/5.3.2/mkspecs/win32-g++ -IC:/tuxcoin-master
-IC:/tuxcoin-master/src -IC:/tuxcoin-master/src/json -IC:/tuxcoin-master/src/qt
-IC:/deps -IC:/tuxcoin-master/src/leveldb/include -IC:/tuxcoin-master/src/leveld
b/helpers -IC:/deps/boost_1_57_0 -IC:/deps/db-4.8.30.NC/build_unix -IC:/deps/ope
nssl-1.0.1j/include -IC:/deps/qrencode-3.4.4 -IC:/Qt/5.3.2/include -IC:/Qt/5.3.2
/include/QtWidgets -IC:/Qt/5.3.2/include/QtNetwork -IC:/Qt/5.3.2/include/QtGui -
IC:/Qt/5.3.2/include/QtCore src\qt\sendcoinsentry.h -o build\moc_sendcoinsentry.
cpp
g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -O2 -frtti -fdiagnos
tics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter
-Wstack-protector -fexceptions -mthreads -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_L
IB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1
-DWIN32 -D_MT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_
CORE_LIB -DQT_NEEDS_QMAIN -I"src" -I"src\json" -I"src\qt" -I"..\deps" -I"src\lev
eldb\include" -I"src\leveldb\helpers" -I"..\deps\boost_1_57_0" -I"..\deps\db-4.8
.30.NC\build_unix" -I"..\deps\openssl-1.0.1j\include" -I"..\deps\qrencode-3.4.4"
 -I"..\Qt\5.3.2\include" -I"..\Qt\5.3.2\include\QtWidgets" -I"..\Qt\5.3.2\includ
e\QtNetwork" -I"..\Qt\5.3.2\include\QtGui" -I"..\Qt\5.3.2\include\QtCore" -I"bui
ld" -I"build" -I"..\Qt\5.3.2\mkspecs\win32-g++" -o build\moc_sendcoinsentry.o bu
ild\moc_sendcoinsentry.cpp
C:\Qt\5.3.2\bin\moc.exe -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT
_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DWIN32 -D_MT -DQ
T_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEE
DS_QMAIN -D__GNUC__ -DWIN32 -IC:/Qt/5.3.2/mkspecs/win32-g++ -IC:/tuxcoin-master
-IC:/tuxcoin-master/src -IC:/tuxcoin-master/src/json -IC:/tuxcoin-master/src/qt
-IC:/deps -IC:/tuxcoin-master/src/leveldb/include -IC:/tuxcoin-master/src/leveld
b/helpers -IC:/deps/boost_1_57_0 -IC:/deps/db-4.8.30.NC/build_unix -IC:/deps/ope
nssl-1.0.1j/include -IC:/deps/qrencode-3.4.4 -IC:/Qt/5.3.2/include -IC:/Qt/5.3.2
/include/QtWidgets -IC:/Qt/5.3.2/include/QtNetwork -IC:/Qt/5.3.2/include/QtGui -
IC:/Qt/5.3.2/include/QtCore src\qt\qvalidatedlineedit.h -o build\moc_qvalidatedl
ineedit.cpp
g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -O2 -frtti -fdiagnos
tics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter
-Wstack-protector -fexceptions -mthreads -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_L
IB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1
-DWIN32 -D_MT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_
CORE_LIB -DQT_NEEDS_QMAIN -I"src" -I"src\json" -I"src\qt" -I"..\deps" -I"src\lev
eldb\include" -I"src\leveldb\helpers" -I"..\deps\boost_1_57_0" -I"..\deps\db-4.8
.30.NC\build_unix" -I"..\deps\openssl-1.0.1j\include" -I"..\deps\qrencode-3.4.4"
 -I"..\Qt\5.3.2\include" -I"..\Qt\5.3.2\include\QtWidgets" -I"..\Qt\5.3.2\includ
e\QtNetwork" -I"..\Qt\5.3.2\include\QtGui" -I"..\Qt\5.3.2\include\QtCore" -I"bui
ld" -I"build" -I"..\Qt\5.3.2\mkspecs\win32-g++" -o build\moc_qvalidatedlineedit.
o build\moc_qvalidatedlineedit.cpp
C:\Qt\5.3.2\bin\moc.exe -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT
_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DWIN32 -D_MT -DQ
T_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEE
DS_QMAIN -D__GNUC__ -DWIN32 -IC:/Qt/5.3.2/mkspecs/win32-g++ -IC:/tuxcoin-master
-IC:/tuxcoin-master/src -IC:/tuxcoin-master/src/json -IC:/tuxcoin-master/src/qt
-IC:/deps -IC:/tuxcoin-master/src/leveldb/include -IC:/tuxcoin-master/src/leveld
b/helpers -IC:/deps/boost_1_57_0 -IC:/deps/db-4.8.30.NC/build_unix -IC:/deps/ope
nssl-1.0.1j/include -IC:/deps/qrencode-3.4.4 -IC:/Qt/5.3.2/include -IC:/Qt/5.3.2
/include/QtWidgets -IC:/Qt/5.3.2/include/QtNetwork -IC:/Qt/5.3.2/include/QtGui -
IC:/Qt/5.3.2/include/QtCore src\qt\bitcoinunits.h -o build\moc_bitcoinunits.cpp
g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -O2 -frtti -fdiagnos
tics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter
-Wstack-protector -fexceptions -mthreads -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_L
IB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1
-DWIN32 -D_MT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_
CORE_LIB -DQT_NEEDS_QMAIN -I"src" -I"src\json" -I"src\qt" -I"..\deps" -I"src\lev
eldb\include" -I"src\leveldb\helpers" -I"..\deps\boost_1_57_0" -I"..\deps\db-4.8
.30.NC\build_unix" -I"..\deps\openssl-1.0.1j\include" -I"..\deps\qrencode-3.4.4"
 -I"..\Qt\5.3.2\include" -I"..\Qt\5.3.2\include\QtWidgets" -I"..\Qt\5.3.2\includ
e\QtNetwork" -I"..\Qt\5.3.2\include\QtGui" -I"..\Qt\5.3.2\include\QtCore" -I"bui
ld" -I"build" -I"..\Qt\5.3.2\mkspecs\win32-g++" -o build\moc_bitcoinunits.o buil
d\moc_bitcoinunits.cpp
C:\Qt\5.3.2\bin\moc.exe -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT
_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DWIN32 -D_MT -DQ
T_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEE
DS_QMAIN -D__GNUC__ -DWIN32 -IC:/Qt/5.3.2/mkspecs/win32-g++ -IC:/tuxcoin-master
-IC:/tuxcoin-master/src -IC:/tuxcoin-master/src/json -IC:/tuxcoin-master/src/qt
-IC:/deps -IC:/tuxcoin-master/src/leveldb/include -IC:/tuxcoin-master/src/leveld
b/helpers -IC:/deps/boost_1_57_0 -IC:/deps/db-4.8.30.NC/build_unix -IC:/deps/ope
nssl-1.0.1j/include -IC:/deps/qrencode-3.4.4 -IC:/Qt/5.3.2/include -IC:/Qt/5.3.2
/include/QtWidgets -IC:/Qt/5.3.2/include/QtNetwork -IC:/Qt/5.3.2/include/QtGui -
IC:/Qt/5.3.2/include/QtCore src\qt\qvaluecombobox.h -o build\moc_qvaluecombobox.
cpp
g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -O2 -frtti -fdiagnos
tics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter
-Wstack-protector -fexceptions -mthreads -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_L
IB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1
-DWIN32 -D_MT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_
CORE_LIB -DQT_NEEDS_QMAIN -I"src" -I"src\json" -I"src\qt" -I"..\deps" -I"src\lev
eldb\include" -I"src\leveldb\helpers" -I"..\deps\boost_1_57_0" -I"..\deps\db-4.8
.30.NC\build_unix" -I"..\deps\openssl-1.0.1j\include" -I"..\deps\qrencode-3.4.4"
 -I"..\Qt\5.3.2\include" -I"..\Qt\5.3.2\include\QtWidgets" -I"..\Qt\5.3.2\includ
e\QtNetwork" -I"..\Qt\5.3.2\include\QtGui" -I"..\Qt\5.3.2\include\QtCore" -I"bui
ld" -I"build" -I"..\Qt\5.3.2\mkspecs\win32-g++" -o build\moc_qvaluecombobox.o bu
ild\moc_qvaluecombobox.cpp
C:\Qt\5.3.2\bin\moc.exe -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT
_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DWIN32 -D_MT -DQ
T_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEE
DS_QMAIN -D__GNUC__ -DWIN32 -IC:/Qt/5.3.2/mkspecs/win32-g++ -IC:/tuxcoin-master
-IC:/tuxcoin-master/src -IC:/tuxcoin-master/src/json -IC:/tuxcoin-master/src/qt
-IC:/deps -IC:/tuxcoin-master/src/leveldb/include -IC:/tuxcoin-master/src/leveld
b/helpers -IC:/deps/boost_1_57_0 -IC:/deps/db-4.8.30.NC/build_unix -IC:/deps/ope
nssl-1.0.1j/include -IC:/deps/qrencode-3.4.4 -IC:/Qt/5.3.2/include -IC:/Qt/5.3.2
/include/QtWidgets -IC:/Qt/5.3.2/include/QtNetwork -IC:/Qt/5.3.2/include/QtGui -
IC:/Qt/5.3.2/include/QtCore src\qt\askpassphrasedialog.h -o build\moc_askpassphr
asedialog.cpp
g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -O2 -frtti -fdiagnos
tics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter
-Wstack-protector -fexceptions -mthreads -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_L
IB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1
-DWIN32 -D_MT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_
CORE_LIB -DQT_NEEDS_QMAIN -I"src" -I"src\json" -I"src\qt" -I"..\deps" -I"src\lev
eldb\include" -I"src\leveldb\helpers" -I"..\deps\boost_1_57_0" -I"..\deps\db-4.8
.30.NC\build_unix" -I"..\deps\openssl-1.0.1j\include" -I"..\deps\qrencode-3.4.4"
 -I"..\Qt\5.3.2\include" -I"..\Qt\5.3.2\include\QtWidgets" -I"..\Qt\5.3.2\includ
e\QtNetwork" -I"..\Qt\5.3.2\include\QtGui" -I"..\Qt\5.3.2\include\QtCore" -I"bui
ld" -I"build" -I"..\Qt\5.3.2\mkspecs\win32-g++" -o build\moc_askpassphrasedialog
.o build\moc_askpassphrasedialog.cpp
C:\Qt\5.3.2\bin\moc.exe -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT
_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DWIN32 -D_MT -DQ
T_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEE
DS_QMAIN -D__GNUC__ -DWIN32 -IC:/Qt/5.3.2/mkspecs/win32-g++ -IC:/tuxcoin-master
-IC:/tuxcoin-master/src -IC:/tuxcoin-master/src/json -IC:/tuxcoin-master/src/qt
-IC:/deps -IC:/tuxcoin-master/src/leveldb/include -IC:/tuxcoin-master/src/leveld
b/helpers -IC:/deps/boost_1_57_0 -IC:/deps/db-4.8.30.NC/build_unix -IC:/deps/ope
nssl-1.0.1j/include -IC:/deps/qrencode-3.4.4 -IC:/Qt/5.3.2/include -IC:/Qt/5.3.2
/include/QtWidgets -IC:/Qt/5.3.2/include/QtNetwork -IC:/Qt/5.3.2/include/QtGui -
IC:/Qt/5.3.2/include/QtCore src\qt\notificator.h -o build\moc_notificator.cpp
g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -O2 -frtti -fdiagnos
tics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter
-Wstack-protector -fexceptions -mthreads -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_L
IB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1
-DWIN32 -D_MT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_
CORE_LIB -DQT_NEEDS_QMAIN -I"src" -I"src\json" -I"src\qt" -I"..\deps" -I"src\lev
eldb\include" -I"src\leveldb\helpers" -I"..\deps\boost_1_57_0" -I"..\deps\db-4.8
.30.NC\build_unix" -I"..\deps\openssl-1.0.1j\include" -I"..\deps\qrencode-3.4.4"
 -I"..\Qt\5.3.2\include" -I"..\Qt\5.3.2\include\QtWidgets" -I"..\Qt\5.3.2\includ
e\QtNetwork" -I"..\Qt\5.3.2\include\QtGui" -I"..\Qt\5.3.2\include\QtCore" -I"bui
ld" -I"build" -I"..\Qt\5.3.2\mkspecs\win32-g++" -o build\moc_notificator.o build
\moc_notificator.cpp
C:\Qt\5.3.2\bin\moc.exe -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT
_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DWIN32 -D_MT -DQ
T_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEE
DS_QMAIN -D__GNUC__ -DWIN32 -IC:/Qt/5.3.2/mkspecs/win32-g++ -IC:/tuxcoin-master
-IC:/tuxcoin-master/src -IC:/tuxcoin-master/src/json -IC:/tuxcoin-master/src/qt
-IC:/deps -IC:/tuxcoin-master/src/leveldb/include -IC:/tuxcoin-master/src/leveld
b/helpers -IC:/deps/boost_1_57_0 -IC:/deps/db-4.8.30.NC/build_unix -IC:/deps/ope
nssl-1.0.1j/include -IC:/deps/qrencode-3.4.4 -IC:/Qt/5.3.2/include -IC:/Qt/5.3.2
/include/QtWidgets -IC:/Qt/5.3.2/include/QtNetwork -IC:/Qt/5.3.2/include/QtGui -
IC:/Qt/5.3.2/include/QtCore src\qt\paymentserver.h -o build\moc_paymentserver.cp
p
g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -O2 -frtti -fdiagnos
tics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter
-Wstack-protector -fexceptions -mthreads -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_L
IB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1
-DWIN32 -D_MT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_
CORE_LIB -DQT_NEEDS_QMAIN -I"src" -I"src\json" -I"src\qt" -I"..\deps" -I"src\lev
eldb\include" -I"src\leveldb\helpers" -I"..\deps\boost_1_57_0" -I"..\deps\db-4.8
.30.NC\build_unix" -I"..\deps\openssl-1.0.1j\include" -I"..\deps\qrencode-3.4.4"
 -I"..\Qt\5.3.2\include" -I"..\Qt\5.3.2\include\QtWidgets" -I"..\Qt\5.3.2\includ
e\QtNetwork" -I"..\Qt\5.3.2\include\QtGui" -I"..\Qt\5.3.2\include\QtCore" -I"bui
ld" -I"build" -I"..\Qt\5.3.2\mkspecs\win32-g++" -o build\moc_paymentserver.o bui
ld\moc_paymentserver.cpp
C:\Qt\5.3.2\bin\moc.exe -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT
_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DWIN32 -D_MT -DQ
T_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEE
DS_QMAIN -D__GNUC__ -DWIN32 -IC:/Qt/5.3.2/mkspecs/win32-g++ -IC:/tuxcoin-master
-IC:/tuxcoin-master/src -IC:/tuxcoin-master/src/json -IC:/tuxcoin-master/src/qt
-IC:/deps -IC:/tuxcoin-master/src/leveldb/include -IC:/tuxcoin-master/src/leveld
b/helpers -IC:/deps/boost_1_57_0 -IC:/deps/db-4.8.30.NC/build_unix -IC:/deps/ope
nssl-1.0.1j/include -IC:/deps/qrencode-3.4.4 -IC:/Qt/5.3.2/include -IC:/Qt/5.3.2
/include/QtWidgets -IC:/Qt/5.3.2/include/QtNetwork -IC:/Qt/5.3.2/include/QtGui -
IC:/Qt/5.3.2/include/QtCore src\qt\rpcconsole.h -o build\moc_rpcconsole.cpp
g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -O2 -frtti -fdiagnos
tics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter
-Wstack-protector -fexceptions -mthreads -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_L
IB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1
-DWIN32 -D_MT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_
CORE_LIB -DQT_NEEDS_QMAIN -I"src" -I"src\json" -I"src\qt" -I"..\deps" -I"src\lev
eldb\include" -I"src\leveldb\helpers" -I"..\deps\boost_1_57_0" -I"..\deps\db-4.8
.30.NC\build_unix" -I"..\deps\openssl-1.0.1j\include" -I"..\deps\qrencode-3.4.4"
 -I"..\Qt\5.3.2\include" -I"..\Qt\5.3.2\include\QtWidgets" -I"..\Qt\5.3.2\includ
e\QtNetwork" -I"..\Qt\5.3.2\include\QtGui" -I"..\Qt\5.3.2\include\QtCore" -I"bui
ld" -I"build" -I"..\Qt\5.3.2\mkspecs\win32-g++" -o build\moc_rpcconsole.o build\
moc_rpcconsole.cpp
C:\Qt\5.3.2\bin\moc.exe -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT
_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DWIN32 -D_MT -DQ
T_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEE
DS_QMAIN -D__GNUC__ -DWIN32 -IC:/Qt/5.3.2/mkspecs/win32-g++ -IC:/tuxcoin-master
-IC:/tuxcoin-master/src -IC:/tuxcoin-master/src/json -IC:/tuxcoin-master/src/qt
-IC:/deps -IC:/tuxcoin-master/src/leveldb/include -IC:/tuxcoin-master/src/leveld
b/helpers -IC:/deps/boost_1_57_0 -IC:/deps/db-4.8.30.NC/build_unix -IC:/deps/ope
nssl-1.0.1j/include -IC:/deps/qrencode-3.4.4 -IC:/Qt/5.3.2/include -IC:/Qt/5.3.2
/include/QtWidgets -IC:/Qt/5.3.2/include/QtNetwork -IC:/Qt/5.3.2/include/QtGui -
IC:/Qt/5.3.2/include/QtCore src\qt\macnotificationhandler.h -o build\moc_macnoti
ficationhandler.cpp
g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -O2 -frtti -fdiagnos
tics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter
-Wstack-protector -fexceptions -mthreads -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_L
IB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1
-DWIN32 -D_MT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_
CORE_LIB -DQT_NEEDS_QMAIN -I"src" -I"src\json" -I"src\qt" -I"..\deps" -I"src\lev
eldb\include" -I"src\leveldb\helpers" -I"..\deps\boost_1_57_0" -I"..\deps\db-4.8
.30.NC\build_unix" -I"..\deps\openssl-1.0.1j\include" -I"..\deps\qrencode-3.4.4"
 -I"..\Qt\5.3.2\include" -I"..\Qt\5.3.2\include\QtWidgets" -I"..\Qt\5.3.2\includ
e\QtNetwork" -I"..\Qt\5.3.2\include\QtGui" -I"..\Qt\5.3.2\include\QtCore" -I"bui
ld" -I"build" -I"..\Qt\5.3.2\mkspecs\win32-g++" -o build\moc_macnotificationhand
ler.o build\moc_macnotificationhandler.cpp
C:\Qt\5.3.2\bin\moc.exe -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT
_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DWIN32 -D_MT -DQ
T_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEE
DS_QMAIN -D__GNUC__ -DWIN32 -IC:/Qt/5.3.2/mkspecs/win32-g++ -IC:/tuxcoin-master
-IC:/tuxcoin-master/src -IC:/tuxcoin-master/src/json -IC:/tuxcoin-master/src/qt
-IC:/deps -IC:/tuxcoin-master/src/leveldb/include -IC:/tuxcoin-master/src/leveld
b/helpers -IC:/deps/boost_1_57_0 -IC:/deps/db-4.8.30.NC/build_unix -IC:/deps/ope
nssl-1.0.1j/include -IC:/deps/qrencode-3.4.4 -IC:/Qt/5.3.2/include -IC:/Qt/5.3.2
/include/QtWidgets -IC:/Qt/5.3.2/include/QtNetwork -IC:/Qt/5.3.2/include/QtGui -
IC:/Qt/5.3.2/include/QtCore src\qt\splashscreen.h -o build\moc_splashscreen.cpp
g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -O2 -frtti -fdiagnos
tics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter
-Wstack-protector -fexceptions -mthreads -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_L
IB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1
-DWIN32 -D_MT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_
CORE_LIB -DQT_NEEDS_QMAIN -I"src" -I"src\json" -I"src\qt" -I"..\deps" -I"src\lev
eldb\include" -I"src\leveldb\helpers" -I"..\deps\boost_1_57_0" -I"..\deps\db-4.8
.30.NC\build_unix" -I"..\deps\openssl-1.0.1j\include" -I"..\deps\qrencode-3.4.4"
 -I"..\Qt\5.3.2\include" -I"..\Qt\5.3.2\include\QtWidgets" -I"..\Qt\5.3.2\includ
e\QtNetwork" -I"..\Qt\5.3.2\include\QtGui" -I"..\Qt\5.3.2\include\QtCore" -I"bui
ld" -I"build" -I"..\Qt\5.3.2\mkspecs\win32-g++" -o build\moc_splashscreen.o buil
d\moc_splashscreen.cpp
C:\Qt\5.3.2\bin\moc.exe -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT
_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DWIN32 -D_MT -DQ
T_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEE
DS_QMAIN -D__GNUC__ -DWIN32 -IC:/Qt/5.3.2/mkspecs/win32-g++ -IC:/tuxcoin-master
-IC:/tuxcoin-master/src -IC:/tuxcoin-master/src/json -IC:/tuxcoin-master/src/qt
-IC:/deps -IC:/tuxcoin-master/src/leveldb/include -IC:/tuxcoin-master/src/leveld
b/helpers -IC:/deps/boost_1_57_0 -IC:/deps/db-4.8.30.NC/build_unix -IC:/deps/ope
nssl-1.0.1j/include -IC:/deps/qrencode-3.4.4 -IC:/Qt/5.3.2/include -IC:/Qt/5.3.2
/include/QtWidgets -IC:/Qt/5.3.2/include/QtNetwork -IC:/Qt/5.3.2/include/QtGui -
IC:/Qt/5.3.2/include/QtCore src\qt\qrcodedialog.h -o build\moc_qrcodedialog.cpp
g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -O2 -frtti -fdiagnos
tics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter
-Wstack-protector -fexceptions -mthreads -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_L
IB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1
-DWIN32 -D_MT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_
CORE_LIB -DQT_NEEDS_QMAIN -I"src" -I"src\json" -I"src\qt" -I"..\deps" -I"src\lev
eldb\include" -I"src\leveldb\helpers" -I"..\deps\boost_1_57_0" -I"..\deps\db-4.8
.30.NC\build_unix" -I"..\deps\openssl-1.0.1j\include" -I"..\deps\qrencode-3.4.4"
 -I"..\Qt\5.3.2\include" -I"..\Qt\5.3.2\include\QtWidgets" -I"..\Qt\5.3.2\includ
e\QtNetwork" -I"..\Qt\5.3.2\include\QtGui" -I"..\Qt\5.3.2\include\QtCore" -I"bui
ld" -I"build" -I"..\Qt\5.3.2\mkspecs\win32-g++" -o build\moc_qrcodedialog.o buil
d\moc_qrcodedialog.cpp
windres -i src\qt\res\bitcoin-qt.rc -o build\bitcoin-qt_res.o --include-dir=./sr
c/qt/res -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DU
SE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DWIN32 -D_MT -DQT_NO_DEBUG -DQT
_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN
g++ -Wl,--dynamicbase -Wl,--nxcompat -Wl,--large-address-aware -static -static-l
ibgcc -static-libstdc++ -Wl,-s -Wl,-subsystem,windows -mthreads -o release\TuxCo
in-qt.exe object_script.TuxCoin-qt.Release  -lmingwthrd -lmingw32 -LC:/Qt/5.3.2/
lib -lqtmain -LC:\deps\libpng-1.6.15\.libs -LC:\deps\openssl-1.0.1j -lqrencode -
LC:/deps/miniupnpc -lminiupnpc -liphlpapi C:/tuxcoin-master/src/leveldb/liblevel
db.a C:/tuxcoin-master/src/leveldb/libmemenv.a -LC:/deps/boost_1_57_0/stage/lib
-LC:/deps/db-4.8.30.NC/build_unix -LC:/deps/openssl-1.0.1j -LC:/deps/qrencode-3.
4.4/.libs -lssl -lcrypto -ldb_cxx -lmswsock -lboost_system-mgw49-mt-s-1_57 -lboo
st_filesystem-mgw49-mt-s-1_57 -lboost_program_options-mgw49-mt-s-1_57 -lboost_th
read-mgw49-mt-s-1_57 -lboost_chrono-mgw49-mt-s-1_57 -LC:/Qt/5.3.2/plugins/access
ible -lqtaccessiblewidgets -lQt5Widgets -LC:/Qt/5.3.2/plugins/bearer -lqgenericb
earer -lqnativewifibearer -lQt5Network -ldnsapi -lcrypt32 -LC:/Qt/5.3.2/plugins/
platforms -lqwindows -lwinspool -lshlwapi -lQt5PlatformSupport -LC:/Qt/5.3.2/plu
gins/imageformats -lqico -lQt5Gui -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm
-lpng -lQt5Core -lole32 -luuid -lws2_32 -ladvapi32 -lshell32 -luser32 -lkernel32
 -lz build\bitcoin-qt_res.o
./build\net.o:net.cpp:(.text+0x8643): undefined reference to `_imp__upnpDiscover
'
./build\net.o:net.cpp:(.text+0x867a): undefined reference to `_imp__UPNP_GetVali
dIGD'
./build\net.o:net.cpp:(.text+0x86bb): undefined reference to `_imp__UPNP_GetExte
rnalIPAddress'
./build\net.o:net.cpp:(.text+0x8737): undefined reference to `_imp__freeUPNPDevl
ist'
./build\net.o:net.cpp:(.text+0x874a): undefined reference to `_imp__FreeUPNPUrls
'
./build\net.o:net.cpp:(.text+0x8837): undefined reference to `_imp__strupnperror
'
./build\net.o:net.cpp:(.text+0x88c3): undefined reference to `_imp__UPNP_AddPort
Mapping'
./build\net.o:net.cpp:(.text+0x894b): undefined reference to `_imp__UPNP_DeleteP
ortMapping'
./build\net.o:net.cpp:(.text+0x896a): undefined reference to `_imp__freeUPNPDevl
ist'
./build\net.o:net.cpp:(.text+0x8979): undefined reference to `_imp__FreeUPNPUrls
'
C:/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.2/../../../../i686-w64-mingw32/bi
n/ld.exe: ./build\net.o: bad reloc address 0x20 in section `.data'
C:/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.2/../../../../i686-w64-mingw32/bi
n/ld.exe: final link failed: Invalid operation
collect2.exe: error: ld returned 1 exit status
makefile.Release:316: recipe for target 'release\TuxCoin-qt.exe' failed
mingw32-make: *** [release\TuxCoin-qt.exe] Error 1

C:\tuxcoin-master>mingw32-make -f makefile.Release



1458  Bitcoin / Development & Technical Discussion / Re: Building headless Bitcoin and Bitcoin-qt on Windows on: January 06, 2015, 03:53:23 PM
Hi,

Can I use this guide to compile 'some altcoins' wallet? It's an X11 algo coin.


That was a stupid question. Here's a less stupid one:

At step 2.5 I realized I skipped step 2.2 so I went on and unpacked DB without a problem. Configure however ended with two Warnings:

Neither mmap/munmap<2> or shmget <2> library functions.

unrecognized options: --enable-mingw


Does this mean I can start over again for not following the steps in the right order, or is there something that can be done?

Also I don't know how to get a 'readout' in txt from mingw shell so show here so I just typed the warnigns.

Thanks!

edit: nevermind, typo... 'wingw'

 Roll Eyes


edit 2: this warning was still there after changing typo:

Neither mmap/munmap<2> or shmget <2> library functions.

make worked and I was wondering wheter this warning will come back and haunt me further along the way?




1459  Alternate cryptocurrencies / Announcements (Altcoins) / Re: TuxCoin on: January 06, 2015, 01:51:21 PM
To compile windows qt, can one use this thread?:

 Building headless Bitcoin and Bitcoin-qt on Windows

And at step 3 simply replace bitcoin repo with tux repo?
1460  Bitcoin / Development & Technical Discussion / Re: Building headless Bitcoin and Bitcoin-qt on Windows on: January 06, 2015, 09:24:31 AM
Hi,

Can I use this guide to compile 'some altcoins' wallet? It's an X11 algo coin.



Pages: « 1 ... 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 [73] 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 ... 127 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!