Hi to all,
Thank you so much Miguel for reply. I have  loaded the twister-core code in 
Qt Creator  and its dependencies successfully . When i build it show the 
error:

14:40:01: Running steps for project twister-qt...

14:40:01: Configuration unchanged, skipping qmake step.

14:40:01: Starting: "C:\mingw64\bin\mingw32-make.exe" 

C:/mingw64/bin/mingw32-make -f Makefile.Debug

mingw32-make[1]: Entering directory 
'E:/Project/build-twister-qt-Qt_5_3_2_5_3_2-Debug'

g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -g -frtti 
-fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security 
-Wno-unused-parameter -Wstack-protector -fexceptions -mthreads -DUNICODE 
-DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6=1 
-DTORRENT_DEBUG -DBOOST_ASIO_SEPARATE_COMPILATION -DWIN32 -D_MT 
-DQT_QML_DEBUG -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN 
-I"..\twister-core\src" -I"..\twister-core\src\json" 
-I"..\twister-core\src\qt" -I"..\twister-core\src\leveldb\include" 
-I"..\twister-core\src\leveldb\helpers" 
-I"..\twister-core\libtorrent\include" -I"C:\deps\boost_1_57_0" 
-I"C:\deps\db-4.8.30.NC\build_unix" -I"C:\deps\openssl-1.0.1l\include" 
-I"C:\deps\qrencode-3.4.4" -I"C:\Qt\5.3.2\include" 
-I"C:\Qt\5.3.2\include\QtNetwork" -I"C:\Qt\5.3.2\include\QtGui" 
-I"C:\Qt\5.3.2\include\QtCore" -I"build" -I"C:\Qt\5.3.2\mkspecs\win32-g++" 
-o build\net.o ..\twister-core\src\net.cpp

..\twister-core\src\net.cpp: In function 'void _ThreadDNSAddressSeed(const 
char*)':

..\twister-core\src\net.cpp:1242:51: warning: comparison between signed and 
unsigned integer expressions [-Wsign-compare]

if( ipPort.GetByte(3) == (crcAddr >> 8) &&

^

..\twister-core\src\net.cpp: In function 'bool BindListenPort(const 
CService&, std::string&)':

*..\twister-core\src\net.cpp:1669:87: error: invalid conversion from 
'void*' to 'const char*' [-fpermissive]*

* setsockopt(hListenSocket, IPPROTO_IPV6, IPV6_V6ONLY, (void*)&nOne, 
sizeof(int));*

* ^*

In file included from ..\twister-core\src\compat.h:15:0,

from ..\twister-core\src\netbase.h:11,

from ..\twister-core\src\util.h:30,

from ..\twister-core\src\bignum.h:12,

from ..\twister-core\src\chainparams.h:9,

from ..\twister-core\src\net.cpp:6:

C:/mingw64/x86_64-w64-mingw32/include/winsock2.h:999:34: note: initializing 
argument 4 of 'int setsockopt(SOCKET, int, int, const char*, int)'

WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int 
optname,const char *optval,int optlen);

^

In file included from 
C:\deps\boost_1_57_0/boost/system/system_error.hpp:14:0,

from C:\deps\boost_1_57_0/boost/thread/exceptions.hpp:22,

from C:\deps\boost_1_57_0/boost/thread/win32/thread_primitives.hpp:17,

from C:\deps\boost_1_57_0/boost/thread/win32/thread_data.hpp:11,

from C:\deps\boost_1_57_0/boost/thread/thread_only.hpp:15,

from C:\deps\boost_1_57_0/boost/thread/thread.hpp:12,

from C:\deps\boost_1_57_0/boost/thread.hpp:13,

from ..\twister-core\src\util.h:24,

from ..\twister-core\src\bignum.h:12,

from ..\twister-core\src\chainparams.h:9,

from ..\twister-core\src\net.cpp:6:

C:\deps\boost_1_57_0/boost/system/error_code.hpp: At global scope:

C:\deps\boost_1_57_0/boost/system/error_code.hpp:221:36: warning: 
'boost::system::posix_category' defined but not used [-Wunused-variable]

static const error_category & posix_category = generic_category();

^

C:\deps\boost_1_57_0/boost/system/error_code.hpp:222:36: warning: 
'boost::system::errno_ecat' defined but not used [-Wunused-variable]

static const error_category & errno_ecat = generic_category();

^

C:\deps\boost_1_57_0/boost/system/error_code.hpp:223:36: warning: 
'boost::system::native_ecat' defined but not used [-Wunused-variable]

static const error_category & native_ecat = system_category();

^

Makefile.Debug:16590: recipe for target 'build/net.o' failed

mingw32-make[1]: *** [build/net.o] Error 1

mingw32-make[1]: Leaving directory 
'E:/Project/build-twister-qt-Qt_5_3_2_5_3_2-Debug'

makefile:34: recipe for target 'debug' failed

mingw32-make: *** [debug] Error 2

14:40:09: The process "C:\mingw64\bin\mingw32-make.exe" exited with code 2.

Error while building/deploying project twister-qt (kit: Qt 5.3.2 (5.3.2))

When executing step "Make"
14:40:09: Elapsed time: 00:08. 

-- 
You received this message because you are subscribed to the Google Groups 
"twister-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to