Author

Topic: Help making windows QT client (Read 577 times)

newbie
Activity: 32
Merit: 0
May 30, 2014, 12:18:15 PM
#2
bumper
newbie
Activity: 32
Merit: 0
May 27, 2014, 01:31:11 PM
#1
Hello BitCoin talk, I have a problem with making my coin, I'm not sure if I am posting in the right place. If not guide me to the right place, i need help in making the windows client for my coin.

It has absolutely no intentions on getting popular or getting in the stocks or any exchange, it is actually going to a gaming networks that we are building, well basically I am trying to build our coin and it keeps giving me this error when I can clearly see this file.

Code:
C:\flc>make -f Makefile.Release
c:\Qt\4.8.6\bin\rcc.exe -name bitcoin src\qt\bitcoin.qrc -o release\qrc_bitcoin.
cpp
g++ -c -pipe -fno-keep-inline-dllexport -O2 -frtti -fexceptions -mthreads -fdiag
nostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-paramet
er -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV
6 -DWIN32 -D_MT -DQT_DLL -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\include" -I"src" -
I"src\json" -I"src\qt" -I"..\deps\boost" -I"..\deps\db\build_unix" -I"..\deps\ss
l\include" -I"..\Qt\4.8.6\include\ActiveQt" -I"build" -I"build" -I"..\Qt\4.8.6\m
kspecs\win32-g++-4.6" -o build\qrc_bitcoin.o release\qrc_bitcoin.cpp
g++ -Wl,-s -mthreads -Wl,-subsystem,windows -o release\flightcoin-qt.exe object_
script.flightcoin-qt.Release  -L"c:\Qt\4.8.6\lib" -lmingwthrd -lmingw32 -lqtmain
 build\bitcoin-qt_res.o -lshlwapi -lssl -lcrypto -ldb_cxx -lws2_32 -lole32 -lole
aut32 -luuid -lgdi32 -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt
-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_5
3 -lws2_32 -lshlwapi -lmswsock -LC:/deps/boost/stage/lib -Lc:/deps/db/build_unix
 -Lc:/deps/ssl -lssl -lcrypto -ldb_cxx -lole32 -luuid -lgdi32 -lboost_system-mgw
46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-
mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53 -lQtGui4 -lQtCore4
./build\bitcoin.o: file not recognized: File format not recognized
collect2.exe: error: ld returned 1 exit status
Makefile.Release:253: recipe for target 'release\flightcoin-qt.exe' failed
mingw32-make: *** [release\flightcoin-qt.exe] Error 1



Like I said I can clearly see the file right there in the windows browser, and it still wont make the exe file when it is done.
Jump to: