Post
Topic
Board Development & Technical Discussion
Re: Building headless Bitcoin and Bitcoin-qt on Windows
by
Stygian0708
on 24/03/2014, 22:59:00 UTC
Fortunately your near the end of the path... (pun intended).  [You need to add QT/bin to the end of your PATH variable]

If you prefer, just do the qmake from a windows command prompt or whatever environment you had it running it before.  The key is to build the libleveldb and libmemenv first as shown in the example.

lol I wish it was that simple but qt has already been added to my path plus this is the errors that I am getting now

Code:
e_exchange(T*, T, T) [with T = boost::shared_mutex::state_data]':
..\deps\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:124:103:   required from here
..\deps\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:52:99: warning: dereferencing type-punned pointer will break st
rict-aliasing rules [-Wstrict-aliasing]
                                                               *reinterpret_cast(&comparand));
                                                                                                   ^
..\deps\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:52:99: warning: dereferencing type-punned pointer will break st
rict-aliasing rules [-Wstrict-aliasing]
..\deps\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:53:52: warning: dereferencing type-punned pointer will break st
rict-aliasing rules [-Wstrict-aliasing]
             return *reinterpret_cast(&res);
                                                    ^
..\deps\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:53:52: warning: dereferencing type-punned pointer will break st
rict-aliasing rules [-Wstrict-aliasing]
In file included from ..\deps\boost_1_55_0/boost/system/system_error.hpp:14:0,
                 from ..\deps\boost_1_55_0/boost/thread/exceptions.hpp:22,
                 from ..\deps\boost_1_55_0/boost/thread/win32/thread_primitives.hpp:16,
                 from ..\deps\boost_1_55_0/boost/thread/win32/basic_timed_mutex.hpp:14,
                 from ..\deps\boost_1_55_0/boost/thread/win32/mutex.hpp:9,
                 from ..\deps\boost_1_55_0/boost/thread/mutex.hpp:14,
                 from src/allocators.h:10,
                 from src\qt\walletmodel.h:8,
                 from src\qt\bitcoin.cpp:9:
..\deps\boost_1_55_0/boost/system/error_code.hpp: At global scope:
..\deps\boost_1_55_0/boost/system/error_code.hpp:222:36: warning: 'boost::system::posix_category' defined but not used [
-Wunused-variable]
     static const error_category &  posix_category = generic_category();
                                    ^
..\deps\boost_1_55_0/boost/system/error_code.hpp:223:36: warning: 'boost::system::errno_ecat' defined but not used [-Wun
used-variable]
     static const error_category &  errno_ecat     = generic_category();
                                    ^
..\deps\boost_1_55_0/boost/system/error_code.hpp:224:36: warning: 'boost::system::native_ecat' defined but not used [-Wu
nused-variable]
     static const error_category &  native_ecat    = system_category();
                                    ^
Makefile.Release:811: recipe for target 'build/bitcoin.o' failed
mingw32-make: *** [build/bitcoin.o] Error 1

C:\JennyCoin>