ok i am trying to compile a different wallet now and am getting this error
..\deps\boost_1_55_0/boost/interprocess/detail/tmp_dir_helpers.hpp:45:97: inst
antiated from here
..\deps\boost_1_55_0/boost/interprocess/detail/intermodule_singleton_common.hpp:
205:93: warning: dereferencing type-punned pointer will break strict-aliasing ru
les [-Wstrict-aliasing]
..\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]
..\deps\boost_1_55_0/boost/system/error_code.hpp:223:36: warning: 'boost::system
::errno_ecat' defined but not used [-Wunused-variable]
..\deps\boost_1_55_0/boost/system/error_code.hpp:224:36: warning: 'boost::system
::native_ecat' defined but not used [-Wunused-variable]
mingw32-make: *** [build/bitcoin.o] Error 1
There is no error showing in the dump you provided above, it is up "above" somewhere!
All I can say is that
gcc was trying to compile
bitcoin.cpp for the Qt version.
Let us know what alt coin & version you are trying to compile. Maybe someone here can direct you to an appropriate forum for that coin? They all have them. Though all the smart guys are here
Ron
it is the latest version of alpha coin wallet
C:\alphacoin>mingw32-make -f Makefile.Release
g++ -c -pipe -fno-keep-inline-dllexport -O2 -frtti -fexceptions -mthreads -fdiag
nostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-paramet
er -D__NO_SYSTEM_INCLUDES -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIR
IT_THREADSAFE -DUSE_IPV6 -DWIN32 -D_MT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB
-DQT_HAVE_MMX -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT
-I"..\Qt\4.8.6\include\QtCore" -I"..\Qt\4.8.6\include\QtGui" -I"..\Qt\4.8.6\incl
ude" -I"src" -I"src\json" -I"src\qt" -I"..\deps\boost_1_55_0" -I"..\deps\db-4.8.
30.NC\build_unix" -I"..\deps\openssl-1.0.1j\include" -I"..\Qt\4.8.6\include\Acti
veQt" -I"build" -I"build" -I"..\Qt\4.8.6\mkspecs\default" -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:555:16: error: conflicting declaration 'typedef void* pthread_t'
c:\mingw32\bin\../lib/gcc/i686-pc-mingw32/4.6.2/../../../../i686-pc-mingw32/incl
ude/pthread.h:187:19: error: 'pthread_t' has a previous declaration as 'typedef
uintptr_t pthread_t'
src/util.h: In function 'pthread_t CreateThread(void (*)(void*), void*, bool)':
src/util.h:578:12: error: invalid conversion from 'HANDLE {aka void*}' to 'pthre
ad_t {aka unsigned int}' [-fpermissive]
In file included from ..\deps\boost_1_55_0/boost/interprocess/errors.hpp:37:0,
from ..\deps\boost_1_55_0/boost/interprocess/exceptions.hpp:20,
from ..\deps\boost_1_55_0/boost/interprocess/shared_memory_obje
ct.hpp:17,
from ..\deps\boost_1_55_0/boost/interprocess/ipc/message_queue.
hpp:17,
from src\qt\bitcoin.cpp:23:
..\deps\boost_1_55_0/boost/interprocess/detail/win32_api.hpp: At global scope:
..\deps\boost_1_55_0/boost/interprocess/detail/win32_api.hpp:903:116: warning: d
eclaration of 'void* boost::interprocess::winapi::CreateMutexA(boost::interproce
ss::winapi::interprocess_security_attributes*, int, const char*)' with C languag
e linkage [enabled by default]
..\deps\boost_1_55_0/boost/thread/win32/thread_primitives.hpp:144:55: warning: c
onflicts with previous declaration 'void* boost::detail::win32::CreateMutexA(boo
st::detail::win32::_SECURITY_ATTRIBUTES*, int, const char*)' [enabled by default
]
..\deps\boost_1_55_0/boost/interprocess/detail/win32_api.hpp:908:127: warning: d
eclaration of 'void* boost::interprocess::winapi::CreateSemaphoreA(boost::interp
rocess::winapi::interprocess_security_attributes*, long int, long int, const cha
r*)' with C language linkage [enabled by default]
..\deps\boost_1_55_0/boost/thread/win32/thread_primitives.hpp:145:55: warning: c
onflicts with previous declaration 'void* boost::detail::win32::CreateSemaphoreA
(boost::detail::win32::_SECURITY_ATTRIBUTES*, long int, long int, const char*)'
[enabled by default]
In file included from ..\deps\boost_1_55_0/boost/thread/shared_mutex.hpp:18:0,
from ..\deps\boost_1_55_0/boost/thread/detail/thread_group.hpp:
9,
from ..\deps\boost_1_55_0/boost/thread/thread.hpp:13,
from ..\deps\boost_1_55_0/boost/thread.hpp:13,
from src/util.h:22,
from src/bignum.h:13,
from src/main.h:10,
from src/wallet.h:9,
from src/init.h:9,
from src\qt\bitcoin.cpp:11:
..\deps\boost_1_55_0/boost/thread/win32/shared_mutex.hpp: In member function 'T
boost::shared_mutex::interlocked_compare_exchange(T*, T, T) [with T = boost::sha
red_mutex::state_data]':
..\deps\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:124:103: instantiated
from here
..\deps\boost_1_55_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_55_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_55_0/boost/thread/win32/shared_mutex.hpp:53:52: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
..\deps\boost_1_55_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_55_0/boost/interprocess/detail/windows_int
ermodule_singleton.hpp:26:0,
from ..\deps\boost_1_55_0/boost/interprocess/detail/tmp_dir_hel
pers.hpp:22,
from ..\deps\boost_1_55_0/boost/interprocess/shared_memory_obje
ct.hpp:22,
from ..\deps\boost_1_55_0/boost/interprocess/ipc/message_queue.
hpp:17,
from src\qt\bitcoin.cpp:23:
..\deps\boost_1_55_0/boost/interprocess/detail/intermodule_singleton_common.hpp:
In static member function 'static ThreadSafeGlobalMap& boost::interprocess::ipc
detail::intermodule_singleton_common::get_map() [with Threa
dSafeGlobalMap = boost::interprocess::ipcdetail::intermodule_singleton_helpers::
windows_semaphore_based_map]':
..\deps\boost_1_55_0/boost/interprocess/detail/intermodule_singleton_common.hpp:
126:49: instantiated from 'static void boost::interprocess::ipcdetail::intermo
dule_singleton_common::initialize_singleton_logic(void*&, v
olatile uint32_t&, void* (*)(ThreadSafeGlobalMap&), bool) [with ThreadSafeGlobal
Map = boost::interprocess::ipcdetail::intermodule_singleton_helpers::windows_sem
aphore_based_map, uint32_t = unsigned int, boost::interprocess::ipcdetail::inter
module_singleton_common::singleton_constructor_t = void*(bo
ost::interprocess::ipcdetail::intermodule_singleton_helpers::windows_semaphore_b
ased_map&)]'
..\deps\boost_1_55_0/boost/interprocess/detail/intermodule_singleton_common.hpp:
336:7: instantiated from 'static void boost::interprocess::ipcdetail::intermod
ule_singleton_impl::atentry_work() [w
ith C = boost::interprocess::ipcdetail::windows_bootstamp, bool LazyInit = true,
bool Phoenix = true, ThreadSafeGlobalMap = boost::interprocess::ipcdetail::inte
rmodule_singleton_helpers::windows_semaphore_based_map]'
..\deps\boost_1_55_0/boost/interprocess/detail/intermodule_singleton_common.hpp:
326:13: instantiated from 'static C& boost::interprocess::ipcdetail::intermodu
le_singleton_impl::get() [with C = bo
ost::interprocess::ipcdetail::windows_bootstamp, bool LazyInit = true, bool Phoe
nix = true, ThreadSafeGlobalMap = boost::interprocess::ipcdetail::intermodule_si
ngleton_helpers::windows_semaphore_based_map]'
..\deps\boost_1_55_0/boost/interprocess/detail/tmp_dir_helpers.hpp:45:97: inst
antiated from here
..\deps\boost_1_55_0/boost/interprocess/detail/intermodule_singleton_common.hpp:
205:93: warning: dereferencing type-punned pointer will break strict-aliasing ru
les [-Wstrict-aliasing]
..\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]
..\deps\boost_1_55_0/boost/system/error_code.hpp:223:36: warning: 'boost::system
::errno_ecat' defined but not used [-Wunused-variable]
..\deps\boost_1_55_0/boost/system/error_code.hpp:224:36: warning: 'boost::system
::native_ecat' defined but not used [-Wunused-variable]
mingw32-make: *** [build/bitcoin.o] Error 1