Pages:
Author

Topic: Building headless Bitcoin and Bitcoin-qt on Windows - page 8. (Read 419389 times)

legendary
Activity: 1148
Merit: 1018
It's about time -- All merrit accepted !!!
check your path
might be some confusion ....

Getting error...

Code:
C:\Qt\qttools-opensource-src-5.3.2>mingw32-make
cd src\ && ( if not exist Makefile C:\Qt\5.3.2\bin\qmake.exe C:\Qt\qttools-opens
ource-src-5.3.2\src\src.pro -o Makefile ) && mingw32-make -f Makefile
mingw32-make[1]: Entering directory 'C:/Qt/qttools-opensource-src-5.3.2/src'
mingw32-make[1]: *** No rule to make target 'C:/Qt/5.3.2/mkspecs/modules-inst/qt
_lib_clucene_private.pri', needed by 'Makefile'.  Stop.
mingw32-make[1]: Leaving directory 'C:/Qt/qttools-opensource-src-5.3.2/src'
makefile:40: recipe for target 'sub-src-make_first' failed
mingw32-make: *** [sub-src-make_first] Error 2

sr. member
Activity: 473
Merit: 250
"Proof-of-Asset Protocol"
Getting error...

Code:
C:\Qt\qttools-opensource-src-5.3.2>mingw32-make
cd src\ && ( if not exist Makefile C:\Qt\5.3.2\bin\qmake.exe C:\Qt\qttools-opens
ource-src-5.3.2\src\src.pro -o Makefile ) && mingw32-make -f Makefile
mingw32-make[1]: Entering directory 'C:/Qt/qttools-opensource-src-5.3.2/src'
mingw32-make[1]: *** No rule to make target 'C:/Qt/5.3.2/mkspecs/modules-inst/qt
_lib_clucene_private.pri', needed by 'Makefile'.  Stop.
mingw32-make[1]: Leaving directory 'C:/Qt/qttools-opensource-src-5.3.2/src'
makefile:40: recipe for target 'sub-src-make_first' failed
mingw32-make: *** [sub-src-make_first] Error 2

thanks

Any help appreciated?
Trying to compile 64bit.
legendary
Activity: 1120
Merit: 1000
https://cryptoworld.io
sr. member
Activity: 260
Merit: 251
full member
Activity: 131
Merit: 108
Can you post your gcc -v output?
legendary
Activity: 1120
Merit: 1000
https://cryptoworld.io
Guys,
I have a problem on building leveldb on winxp.

From msys shell:

TARGET_OS=NATIVE_WINDOWS make libleveldb.a libmemenv.a

Code:
$ TARGET_OS=NATIVE_WINDOWS make libleveldb.a libmemenv.a
g++ -I. -I./include -fno-builtin-memcmp -D_REENTRANT -DOS_WINDOWS -DLEVELDB_PLAT
FORM_WINDOWS -DWINVER=0x0500 -D__USE_MINGW_ANSI_STDIO=1 -O2 -DNDEBUG        -c d
b/builder.cc -o db/builder.o
In file included from db/builder.cc:7:
./db/filename.h:10:20: stdint.h: No such file or directory
In file included from db/builder.cc:7:
./db/filename.h:33: error: `uint64_t' has not been declared
./db/filename.h:33: error: ISO C++ forbids declaration of `number' with no type
./db/filename.h:38: error: `uint64_t' has not been declared
./db/filename.h:38: error: ISO C++ forbids declaration of `number' with no type
./db/filename.h:43: error: `uint64_t' has not been declared
./db/filename.h:43: error: ISO C++ forbids declaration of `number' with no type
./db/filename.h:49: error: `uint64_t' has not been declared
./db/filename.h:49: error: ISO C++ forbids declaration of `number' with no type
./db/filename.h:62: error: `uint64_t' has not been declared
./db/filename.h:62: error: ISO C++ forbids declaration of `number' with no type
./db/filename.h:74: error: `uint64_t' has not been declared
./db/filename.h:75: error: ISO C++ forbids declaration of `number' with no type
./db/filename.h:80: error: `uint64_t' has not been declared
./db/filename.h:80: error: ISO C++ forbids declaration of `descriptor_number' wi
th no type
In file included from ./db/dbformat.h:10,
                 from db/builder.cc:8:
./include/leveldb/db.h:129: error: `uint64_t' has not been declared
./include/leveldb/db.h:129: error: ISO C++ forbids declaration of `sizes' with n
o type
In file included from ./db/dbformat.h:13,
                 from db/builder.cc:8:
./include/leveldb/table_builder.h:71: error: `uint64_t' does not name a type
./include/leveldb/table_builder.h:75: error: `uint64_t' does not name a type
In file included from ./db/dbformat.h:14,
                 from db/builder.cc:8:
./util/coding.h:22: error: `uint32_t' has not been declared
./util/coding.h:22: error: ISO C++ forbids declaration of `value' with no type
./util/coding.h:23: error: `uint64_t' has not been declared
./util/coding.h:23: error: ISO C++ forbids declaration of `value' with no type
./util/coding.h:24: error: `uint32_t' has not been declared
./util/coding.h:24: error: ISO C++ forbids declaration of `value' with no type
./util/coding.h:25: error: `uint64_t' has not been declared
./util/coding.h:25: error: ISO C++ forbids declaration of `value' with no type
./util/coding.h:30: error: `uint32_t' has not been declared
./util/coding.h:30: error: ISO C++ forbids declaration of `value' with no type
./util/coding.h:31: error: `uint64_t' has not been declared
./util/coding.h:31: error: ISO C++ forbids declaration of `value' with no type
./util/coding.h:38: error: `uint32_t' has not been declared
./util/coding.h:38: error: ISO C++ forbids declaration of `v' with no type
./util/coding.h:39: error: `uint64_t' has not been declared
./util/coding.h:39: error: ISO C++ forbids declaration of `v' with no type
./util/coding.h:42: warning: `VarintLength' initialized and declared `extern'
./util/coding.h:42: error: `uint64_t' was not declared in this scope
./util/coding.h:46: error: `uint32_t' has not been declared
./util/coding.h:46: error: ISO C++ forbids declaration of `value' with no type
./util/coding.h:47: error: `uint64_t' has not been declared
./util/coding.h:47: error: ISO C++ forbids declaration of `value' with no type
./util/coding.h:52: error: `uint32_t' has not been declared
./util/coding.h:52: error: ISO C++ forbids declaration of `value' with no type
./util/coding.h:53: error: `uint64_t' has not been declared
./util/coding.h:53: error: ISO C++ forbids declaration of `value' with no type
./util/coding.h:58: error: `uint32_t' does not name a type
./util/coding.h:72: error: `uint64_t' does not name a type
./util/coding.h:88: error: `uint32_t' has not been declared
./util/coding.h:88: error: ISO C++ forbids declaration of `value' with no type
./util/coding.h:91: error: `uint32_t' has not been declared
./util/coding.h:91: error: ISO C++ forbids declaration of `value' with no type
./util/coding.h: In function `const char* leveldb::GetVarint32Ptr(const char*, c
onst char*, int*)':
./util/coding.h:93: error: `uint32_t' undeclared (first use this function)
./util/coding.h:93: error: (Each undeclared identifier is reported only once for
 each function it appears in.)
./util/coding.h:93: error: expected `;' before "result"
./util/coding.h:94: error: `result' undeclared (first use this function)
In file included from ./db/dbformat.h:15,
                 from db/builder.cc:8:
./util/logging.h: At global scope:
./util/logging.h:22: error: `uint64_t' has not been declared
./util/logging.h:22: error: ISO C++ forbids declaration of `num' with no type
./util/logging.h:29: warning: `NumberToString' initialized and declared `extern'

./util/logging.h:29: error: `uint64_t' was not declared in this scope
./util/logging.h:43: error: `uint64_t' has not been declared
./util/logging.h:43: error: ISO C++ forbids declaration of `val' with no type
In file included from db/builder.cc:8:
./db/dbformat.h:63: error: `uint64_t' does not name a type
./db/dbformat.h:67: error: `SequenceNumber' does not name a type
./db/dbformat.h:72: error: `SequenceNumber' does not name a type
./db/dbformat.h:76: error: expected `,' or `...' before '&' token
./db/dbformat.h:77: error: ISO C++ forbids declaration of `SequenceNumber' with
no type
./db/dbformat.h: In constructor `leveldb::ParsedInternalKey::ParsedInternalKey(c
onst leveldb::Slice&, int)':
./db/dbformat.h:77: error: class `leveldb::ParsedInternalKey' does not have any
field named `sequence'
./db/dbformat.h:77: error: `seq' undeclared (first use this function)
./db/dbformat.h:77: error: `t' undeclared (first use this function)
./db/dbformat.h: In function `leveldb::ValueType leveldb::ExtractValueType(const
 leveldb::Slice&)':
./db/dbformat.h:106: error: `uint64_t' undeclared (first use this function)
./db/dbformat.h:106: error: expected `;' before "num"
./db/dbformat.h:107: error: `num' undeclared (first use this function)
./db/dbformat.h: At global scope:
./db/dbformat.h:149: error: `SequenceNumber' has not been declared
./db/dbformat.h:149: error: ISO C++ forbids declaration of `s' with no type
./db/dbformat.h: In constructor `leveldb::InternalKey::InternalKey(const leveldb
::Slice&, int, leveldb::ValueType)':
./db/dbformat.h:150: error: no matching function for call to `leveldb::ParsedInt
ernalKey::ParsedInternalKey(const leveldb::Slice&, int&, leveldb::ValueType&)'
./db/dbformat.h:70: note: candidates are: leveldb::ParsedInternalKey::ParsedInte
rnalKey(const leveldb::ParsedInternalKey&)
./db/dbformat.h:77: note:                 leveldb::ParsedInternalKey::ParsedInte
rnalKey(const leveldb::Slice&, int)
./db/dbformat.h:75: note:                 leveldb::ParsedInternalKey::ParsedInte
rnalKey()
./db/dbformat.h: In function `bool leveldb::ParseInternalKey(const leveldb::Slic
e&, leveldb::ParsedInternalKey*)':
./db/dbformat.h:180: error: `uint64_t' undeclared (first use this function)
./db/dbformat.h:180: error: expected `;' before "num"
./db/dbformat.h:181: error: `num' undeclared (first use this function)
./db/dbformat.h:182: error: 'struct leveldb::ParsedInternalKey' has no member na
med 'sequence'
./db/dbformat.h: At global scope:
./db/dbformat.h:193: error: `SequenceNumber' has not been declared
./db/dbformat.h:193: error: ISO C++ forbids declaration of `sequence' with no ty
pe
In file included from ./db/table_cache.h:13,
                 from db/builder.cc:9:
./include/leveldb/cache.h:82: error: `uint64_t' does not name a type
In file included from ./db/table_cache.h:14,
                 from db/builder.cc:9:
./include/leveldb/table.h:40: error: `uint64_t' has not been declared
./include/leveldb/table.h:41: error: ISO C++ forbids declaration of `file_size'
with no type
./include/leveldb/table.h:56: error: `uint64_t' does not name a type
In file included from db/builder.cc:9:
./db/table_cache.h:34: error: `uint64_t' has not been declared
./db/table_cache.h:35: error: `uint64_t' has not been declared
./db/table_cache.h:36: error: ISO C++ forbids declaration of `file_number' with
no type
./db/table_cache.h:36: error: ISO C++ forbids declaration of `file_size' with no
 type
./db/table_cache.h:41: error: `uint64_t' has not been declared
./db/table_cache.h:42: error: `uint64_t' has not been declared
./db/table_cache.h:45: error: ISO C++ forbids declaration of `file_number' with
no type
./db/table_cache.h:45: error: ISO C++ forbids declaration of `file_size' with no
 type
./db/table_cache.h:48: error: `uint64_t' has not been declared
./db/table_cache.h:48: error: ISO C++ forbids declaration of `file_number' with
no type
./db/table_cache.h:56: error: `uint64_t' has not been declared
./db/table_cache.h:56: error: `uint64_t' has not been declared
./db/table_cache.h:56: error: ISO C++ forbids declaration of `file_number' with
no type
./db/table_cache.h:56: error: ISO C++ forbids declaration of `file_size' with no
 type
In file included from db/builder.cc:10:
./db/version_edit.h:20: error: `uint64_t' does not name a type
./db/version_edit.h:21: error: `uint64_t' does not name a type
./db/version_edit.h: In constructor `leveldb::FileMetaData::FileMetaData()':
./db/version_edit.h:25: error: class `leveldb::FileMetaData' does not have any f
ield named `file_size'
./db/version_edit.h: At global scope:
./db/version_edit.h:39: error: `uint64_t' has not been declared
./db/version_edit.h:39: error: ISO C++ forbids declaration of `num' with no type

./db/version_edit.h:43: error: `uint64_t' has not been declared
./db/version_edit.h:43: error: ISO C++ forbids declaration of `num' with no type

./db/version_edit.h:47: error: `uint64_t' has not been declared
./db/version_edit.h:47: error: ISO C++ forbids declaration of `num' with no type

./db/version_edit.h:51: error: `SequenceNumber' has not been declared
./db/version_edit.h:51: error: ISO C++ forbids declaration of `seq' with no type

./db/version_edit.h:62: error: `uint64_t' has not been declared
./db/version_edit.h:63: error: `uint64_t' has not been declared
./db/version_edit.h:65: error: ISO C++ forbids declaration of `file' with no typ
e
./db/version_edit.h:65: error: ISO C++ forbids declaration of `file_size' with n
o type
./db/version_edit.h:75: error: `uint64_t' has not been declared
./db/version_edit.h:75: error: ISO C++ forbids declaration of `file' with no typ
e
./db/version_edit.h:87: error: `uint64_t' was not declared in this scope
./db/version_edit.h:87: error: template argument 2 is invalid
./db/version_edit.h:87: error: template argument 1 is invalid
./db/version_edit.h:87: error: template argument 2 is invalid
./db/version_edit.h:87: error: template argument 3 is invalid
./db/version_edit.h:87: error: ISO C++ forbids declaration of `DeletedFileSet' w
ith no type
./db/version_edit.h:90: error: `uint64_t' does not name a type
./db/version_edit.h:91: error: `uint64_t' does not name a type
./db/version_edit.h:92: error: `uint64_t' does not name a type
./db/version_edit.h:93: error: `SequenceNumber' does not name a type
./db/version_edit.h: In member function `void leveldb::VersionEdit::SetLogNumber
(int)':
./db/version_edit.h:41: error: `log_number_' undeclared (first use this function
)
./db/version_edit.h: In member function `void leveldb::VersionEdit::SetPrevLogNu
mber(int)':
./db/version_edit.h:45: error: `prev_log_number_' undeclared (first use this fun
ction)
./db/version_edit.h: In member function `void leveldb::VersionEdit::SetNextFile(
int)':
./db/version_edit.h:49: error: `next_file_number_' undeclared (first use this fu
nction)
./db/version_edit.h: In member function `void leveldb::VersionEdit::SetLastSeque
nce(int)':
./db/version_edit.h:53: error: `last_sequence_' undeclared (first use this funct
ion)
./db/version_edit.h: In member function `void leveldb::VersionEdit::AddFile(int,
 int, int, const leveldb::InternalKey&, const leveldb::InternalKey&)':
./db/version_edit.h:67: error: 'struct leveldb::FileMetaData' has no member name
d 'number'
./db/version_edit.h:68: error: 'struct leveldb::FileMetaData' has no member name
d 'file_size'
./db/version_edit.h: In member function `void leveldb::VersionEdit::DeleteFile(i
nt, int)':
./db/version_edit.h:76: error: request for member `insert' in `((leveldb::Versio
nEdit*)this)->leveldb::VersionEdit::deleted_files_', which is of non-class type
`int'
In file included from db/builder.cc:12:
./include/leveldb/env.h: At global scope:
./include/leveldb/env.h:91: error: `uint64_t' has not been declared
./include/leveldb/env.h:91: error: ISO C++ forbids declaration of `file_size' wi
th no type
./include/leveldb/env.h:143: error: `uint64_t' does not name a type
./include/leveldb/env.h:177: error: `uint64_t' has not been declared
./include/leveldb/env.h:177: error: ISO C++ forbids declaration of `n' with no t
ype
./include/leveldb/env.h:200: error: `uint64_t' has not been declared
./include/leveldb/env.h:201: error: ISO C++ forbids declaration of `offset' with
 no type
./include/leveldb/env.h:299: error: `uint64_t' has not been declared
./include/leveldb/env.h:299: error: ISO C++ forbids declaration of `s' with no t
ype
./include/leveldb/env.h:321: error: `uint64_t' does not name a type
db/builder.cc: In function `leveldb::Status leveldb::BuildTable(const std::strin
g&, leveldb::Env*, const leveldb::Options&, leveldb::TableCache*, leveldb::Itera
tor*, leveldb::FileMetaData*)':
db/builder.cc:24: error: 'struct leveldb::FileMetaData' has no member named 'fil
e_size'
db/builder.cc:27: error: 'struct leveldb::FileMetaData' has no member named 'num
ber'
db/builder.cc:47: error: 'struct leveldb::FileMetaData' has no member named 'fil
e_size'
db/builder.cc:47: error: 'class leveldb::TableBuilder' has no member named 'File
Size'
db/builder.cc:68: error: 'struct leveldb::FileMetaData' has no member named 'num
ber'
db/builder.cc:69: error: 'struct leveldb::FileMetaData' has no member named 'fil
e_size'
db/builder.cc:80: error: 'struct leveldb::FileMetaData' has no member named 'fil
e_size'
make: *** [db/builder.o] Error 1

I think the relevant error is:
In file included from db/builder.cc:7:
./db/filename.h:10:20: stdint.h: No such file or directory


Do I need some special configuration?

msys is in PATH configuration
legendary
Activity: 1148
Merit: 1018
It's about time -- All merrit accepted !!!
i think you are looking for this >Huh

https://bitcointalksearch.org/topic/m.10051569

Still getting this Error with the latest build instructions upon the QT mingw32-make -f Makefile.Release command.
Quote
..\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/system/system_error.hpp:14:0,
                 from ..\deps\boost_1_55_0/boost/thread/exceptions.hpp:22,
                 from ..\deps\boost_1_55_0/boost/thread/win32/thread_primitives.

Got a link to the patch file handy?

member
Activity: 113
Merit: 10
Still getting this Error with the latest build instructions upon the QT mingw32-make -f Makefile.Release command.
Quote
..\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/system/system_error.hpp:14:0,
                 from ..\deps\boost_1_55_0/boost/thread/exceptions.hpp:22,
                 from ..\deps\boost_1_55_0/boost/thread/win32/thread_primitives.
hpp:16,
                 from ..\deps\boost_1_55_0/boost/thread/win32/basic_timed_mutex.
hpp:14,
                 from ..\deps\boost_1_55_0/boost/thread/win32/mutex.hpp:9,
                 from ..\deps\boost_1_55_0/boost/thread/mutex.hpp:14,
                 from src/allocators.h:10,
                 from src\qt\walletmodel.h:6,
                 from src\qt\bitcoin.cpp:9:
..\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]
     static const error_category &  posix_category = generic_category();
                                    ^
..\deps\boost_1_55_0/boost/system/error_code.hpp:223:36: warning: 'boost::system
::errno_ecat' defined but not used [-Wunused-variable]
     static const error_category &  errno_ecat     = generic_category();
                                    ^
..\deps\boost_1_55_0/boost/system/error_code.hpp:224:36: warning: 'boost::system
::native_ecat' defined but not used [-Wunused-variable]
     static const error_category &  native_ecat    = system_category();
                                    ^
Makefile.Release:12891: recipe for target 'build/bitcoin.o' failed
mingw32-make: *** [build/bitcoin.o] Error 1

C:\bitcoin3>
Finally! Succes! It compiled!  Grin

I had to re-apply the patch after I split it at line 180 and put the second half in the src/qt folder. For some reason the patch was only applied to the src/ folder files and not the src/qt files when it ran for the first time.

Hate to go necro, but I'm experiencing the same issues here.

Got a link to the patch file handy?
legendary
Activity: 1064
Merit: 1001
This doesn't seem to have anything to do with this guide but I suspect me and the person I'm working with might get more help here.

Trying to compile bucks with gitian, made it past the install log but seems to have hiccuped with building.

It was hinted it may be a missing package but f if we can figure it out.

Am running in to this though if anyone has any ideas... using gitian but I doubt it's a gitian specific error.

From the window where the command was issued to "begin"...
Code:
Running build script (log in var/build.log)
[sudo] password for andrew:
./bin/gbuild:21:in `system!': failed to run on-target setarch i386 bash -x < var/build-script > var/build.log 2>&1 (RuntimeError)
from ./bin/gbuild:116:in `build_one_configuration'
from ./bin/gbuild:218
from ./bin/gbuild:213:in `each'
from ./bin/gbuild:213
from ./bin/gbuild:211:in `each'
from ./bin/gbuild:211
andrew@CRYPTO-COMPILER:~/Desktop/gitian-builder$

From tailing the build.log file...
Code:
smessage.cpp: In function ‘int SecureMsgDecrypt(bool, std::string&, uint8_t*, uint8_t*, uint32_t, MessageData&)’:
smessage.cpp:3813: error: could not convert ‘HMAC_Init_ex((& ctx), ((const void*)key_m.std::vector<_Tp, _Alloc>::operator[] [with _Tp = unsigned char, _Alloc = std::allocator](0u)), 32, EVP_sha256(), 0u)’ to ‘bool’
smessage.cpp:3813: error: in argument to unary !
smessage.cpp:3814: error: could not convert ‘HMAC_Update((& ctx), ((const unsigned char*)(& psmsg->SecureMessage::timestamp)), 8u)’ to ‘bool’
smessage.cpp:3814: error: in argument to unary !
smessage.cpp:3815: error: could not convert ‘HMAC_Update((& ctx), ((const unsigned char*)pPayload), nPayload)’ to ‘bool’
smessage.cpp:3815: error: in argument to unary !
smessage.cpp:3816: error: could not convert ‘HMAC_Final((& ctx), ((uint8_t*)(& MAC)), (& nBytes))’ to ‘bool’
smessage.cpp:3816: error: in argument to unary !
make: *** [obj/smessage.o] Error 1
make: *** Waiting for unfinished jobs....
full member
Activity: 131
Merit: 108
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>

Did you comment out win32 genleveldb.commands from your .pro file (leveldb will need to be built separately)? See "additional notes for older Bitcoin 0.8.6" on first post.
staff
Activity: 3458
Merit: 6793
Just writing some code

Quote

anyone have any ideas :/ frustrating
Hello ?

See  https://bitcointalksearch.org/topic/m.11001298 and the few following messages.  Perhaps they may help.  

Ron

nope no information there.


still 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>
Someone else may have had this problem before. Try looking through this thread (all 53 pages) and see if you can find your answer.
member
Activity: 99
Merit: 10

Quote

anyone have any ideas :/ frustrating
Hello ?

See  https://bitcointalksearch.org/topic/m.11001298 and the few following messages.  Perhaps they may help. 

Ron
[/quote]

nope no information there.


still 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>
staff
Activity: 3458
Merit: 6793
Just writing some code
It seems it is impossible to compile the newest bitcoin develoment source from https://github.com/bitcoin/bitcoin

It was all ok before two weeks and earlier.

Any changes in the configuration files necessary?


Nope. It seems that the latest commit has broken something. Looking at their travis-ci page: https://travis-ci.org/bitcoin/bitcoin, it seems that the latest commit has caused several build failures.
hero member
Activity: 1456
Merit: 608
Vave.com - Crypto Casino
It seems it is impossible to compile the newest bitcoin develoment source from https://github.com/bitcoin/bitcoin

It was all ok before two weeks and earlier.

Any changes in the configuration files necessary?

sr. member
Activity: 260
Merit: 251
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://bitcointalksearch.org/topic/m.11001298 and the few following messages.  Perhaps they may help. 

Ron
member
Activity: 99
Merit: 10
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
legendary
Activity: 2044
Merit: 1005
staff
Activity: 3458
Merit: 6793
Just writing some code
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.
member
Activity: 99
Merit: 10
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?
legendary
Activity: 1007
Merit: 1000
Thanks for the tut! Great work! im now the pround owner of a personally compiled (slightly tweaked) qt wallet! ive noticed this works with all of the bitcoin clones that use the basic ./confiigure && make && amek install setup (again AWESOME job). However im attempting to build a win8 partition to be used for compiling all types of crypto wallets (going for those new coin bounties lol). And it seems that with the coins that use "make -f makefile.Release" (eg.sexcoin, zetacoin, photon), compiling isnt working. (I understand thats not the current scope of this tut).
My Question:
Is it possible to be setup on windows for both types of wallets? (it seems the makefile.release ones require slightly different depends) and if it is possible, any chance of a tut update that includes those ones aswell?
Pages:
Jump to: