Post
Topic
Board Development & Technical Discussion
Re: Building headless Bitcoin and Bitcoin-qt on Windows
by
old c coder
on 03/08/2015, 04:24:41 UTC
guys if anyone could help ill tip you btc

im still getting the following error, what is this lrelease.exe?, im trying to compile litecoin 0.8.7.5 source

Recompile qt from source using the compile bitcoin-qt 0.8.6 with qt 4.8 instructions in the OP.

ive compiled  qt  once again and still no lrelease.exe in the bin folder

ive also compiled the latest version 0.8.7, and no lrelease.exe


anyone have any ideas?
What is the output of that compilation. It should have worked. This indicates that it isn't compiling correctly.

where to find output?


ok ive installed qt 4.8.7, and that has lrelease, but now im getting

Code:
C:\lite>qmake "USE_QRCODE=1" "USE_UPNP=1" "USE_IPV6=1" bitcoin-qt.pro
QMAKESPEC has not been set, so configuration cannot be deduced.
Error processing project file: bitcoin-qt.pro

C:\lite>


EDIT: ok somehow got past that, now getting

Code:
c:\lite>mingw32-make -f Makefile.Release
cd C:/lite/src/leveldb && CC=gcc CXX=g++ TARGET_OS=OS_WINDOWS_CROSSCOMPILE mingw
32-make OPT="-pipe -fno-keep-inline-dllexport -U_FORTIFY_SOURCE -D_FORTIFY_SOURC
E=2 -O2" libleveldb.a libmemenv.a && ranlib C:/lite/src/leveldb/libleveldb.a &&
ranlib C:/lite/src/leveldb/libmemenv.a
'CC' is not recognized as an internal or external command,
operable program or batch file.
Makefile.Release:313: recipe for target 'c:/lite/src/leveldb/libleveldb.a' faile
d
mingw32-make: *** [c:/lite/src/leveldb/libleveldb.a] Error 1

c:\lite>


anyone have any ideas :/ frustrating
guys if anyone could help ill tip you btc

im still getting the following error, what is this lrelease.exe?, im trying to compile litecoin 0.8.7.5 source

Recompile qt from source using the compile bitcoin-qt 0.8.6 with qt 4.8 instructions in the OP.

ive compiled  qt  once again and still no lrelease.exe in the bin folder

ive also compiled the latest version 0.8.7, and no lrelease.exe


anyone have any ideas?
What is the output of that compilation. It should have worked. This indicates that it isn't compiling correctly.

where to find output?


ok ive installed qt 4.8.7, and that has lrelease, but now im getting

Code:
C:\lite>qmake "USE_QRCODE=1" "USE_UPNP=1" "USE_IPV6=1" bitcoin-qt.pro
QMAKESPEC has not been set, so configuration cannot be deduced.
Error processing project file: bitcoin-qt.pro

C:\lite>


EDIT: ok somehow got past that, now getting

Code:
c:\lite>mingw32-make -f Makefile.Release
cd C:/lite/src/leveldb && CC=gcc CXX=g++ TARGET_OS=OS_WINDOWS_CROSSCOMPILE mingw
32-make OPT="-pipe -fno-keep-inline-dllexport -U_FORTIFY_SOURCE -D_FORTIFY_SOURC
E=2 -O2" libleveldb.a libmemenv.a && ranlib C:/lite/src/leveldb/libleveldb.a &&
ranlib C:/lite/src/leveldb/libmemenv.a
'CC' is not recognized as an internal or external command,
operable program or batch file.
Makefile.Release:313: recipe for target 'c:/lite/src/leveldb/libleveldb.a' faile
d
mingw32-make: *** [c:/lite/src/leveldb/libleveldb.a] Error 1

c:\lite>


anyone have any ideas :/ frustrating
Hello ?

See  https://bitcointalk.org/index.php?topic=149479.msg11001298#msg11001298 and the few following messages.  Perhaps they may help. 

Ron