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
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
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