Post
Topic
Board Development & Technical Discussion
Re: Building headless Bitcoin and Bitcoin-qt on Windows
by
old c coder
on 22/10/2015, 19:05:50 UTC
I compiled wallet, but I get this error:

Code:
C:/deps/boost_1_59_0/stage/lib\libboost_chrono-mgw49-mt-s-1_59.a(chrono.o): duplicate section `.rdata$_ZTVN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_6system12system_errorEEEEE[__ZTVN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_6system12system_errorEEEEE]' has different size
...
./build\db.o:db.cpp:(.text+0x34e): undefined reference to `DbEnv::DbEnv(unsigned int)'
...
collect2.exe: error: ld returned 1 exit status

Hello Foxill1 (?)

Looks like your build environment can't find the BerkeleyDB include (&/or library) files, perhaps other things too!

So you must ponder your build machinery, autogen?  and the system it is running on (your OS setup) and try to determine where &/or who is wrong. Shocked

I would look at message #1 in this forum,
https://bitcointalk.org/index.php?topic=149479.msg1587734#msg1587734, especially step 2.2 Wink

Ron

Thanks Smiley

one more question. How can I change the look wallet? Qt Creator does not help
Hello Foxill1?,

I presume then, that you got it to compile?

In any event, to "prettify" a standard *coin-qt.exe, try Qt Designer! Wink  And if you come up with anything that's neat, cool, etc. let us know Grin

Ron