Pages:
Author

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

newbie
Activity: 28
Merit: 0
Sejnt - I am also having the appcrash error is this due to not complying with Qt5? I am using version 4.8 and getting this APPCRASH error

Yes, it is. If you are using QT 4.8 you need MinGW 4.6 but then you can't compile BerkeleyDB, so I gave up and used QT5.
The only problem now is when closing the wallet it's giving error. At least it's working.

did you have to apply the patches to QT5 for it to work? I am glad you got it to work Smiley
newbie
Activity: 42
Merit: 0
Sejnt - I am also having the appcrash error is this due to not complying with Qt5? I am using version 4.8 and getting this APPCRASH error

Yes, it is. If you are using QT 4.8 you need MinGW 4.6 but then you can't compile BerkeleyDB, so I gave up and used QT5.
The only problem now is when closing the wallet it's giving error. At least it's working.
newbie
Activity: 28
Merit: 0
Sejnt - I am also having the appcrash error is this due to not complying with Qt5? I am using version 4.8 and getting this APPCRASH error

PS.. anyone know what is causing the .exe to crash which gives a appcrash error, I have the dlls with the .exe file
newbie
Activity: 42
Merit: 0
where did you find the .dll files?

They are in MinGW\bin and QT\qtbase\bin
Uploaded them for you: http://d-h.st/LCi (wow, my upload's damn slooow!)


Okay, I finally managed to compile everything with QT5.1.1

The only problem now is when I close the wallet I get this:

http://i.imgur.com/x448OYU.jpg
newbie
Activity: 28
Merit: 0
Okay, so I finally compiled it on fresh W7 x32.
The only problem was that I could NOT compile BerkeleyDB with mgw 4.6 and had to do it with mgw 4.8 but now, when I run litecoin it says APPCRASH (I put the DLL in release folder). Any ideas?

where did you find the .dll files?
newbie
Activity: 42
Merit: 0
Okay, so I finally compiled it on fresh W7 x32.
The only problem was that I could NOT compile BerkeleyDB with mgw 4.6 and had to do it with mgw 4.8 but now, when I run litecoin it says APPCRASH (I put the DLL in release folder). Any ideas?
newbie
Activity: 28
Merit: 0
where the fuck do you see step 6?Huh?

last one I see is 4.6 unless you are looking at some other guide?
full member
Activity: 147
Merit: 100
I got it compiled finally but it is missing the .dll files and I get this error below



IS IT SO HARD,to look on Step NO 6?


Really,guys.Before you post something,watch over all the guide.
You shoud think a little bit by your own mind/
 Click on Step 6a,gather dlls.
And it will solve your problem)
newbie
Activity: 28
Merit: 0
I got it compiled finally but it is missing the .dll files and I get this error below

http://i.imgur.com/NhTJCqu.png
newbie
Activity: 28
Merit: 0
tip:

to compile boost mt-s-1_54 dlls
Code:
b2 --build-type=complete --with-chrono --with-filesystem --with-program_options --with-system --with-thread toolset=gcc runtime-link=static

is this what my error is?
member
Activity: 84
Merit: 10
tip:

to compile boost mt-s-1_54 dlls
Code:
b2 --build-type=complete --with-chrono --with-filesystem --with-program_options --with-system --with-thread toolset=gcc runtime-link=static
newbie
Activity: 28
Merit: 0
Anybody help please? everything is good and compiling is almost done then this comes up

http://i.imgur.com/rwqXDRu.png

legendary
Activity: 1722
Merit: 1051
Official DigiByte Account
I'm having some problems compiling.

First, mingw-get-setup.exe doesn't have the option to select prepackaged repository catalogues so it installs gcc 4.8.1-3. I selected all from Basic setup.

Then on the step where I compile OpenSSL:

Code:
cd /c/deps/
tar xvfz openssl-1.0.1e.tar.gz
cd openssl-1.0.1e
./config
make

all goes well until i type make and get these errors at the end:

...
make[1]: gcc: Command not found
make[1]: *** [cryptlib.o] Error 127
make[1]: Leaving directory '/c/deps/openssl-1.0.1e/crypto'
make[1]: *** [build_crypto] Error 1

I've looked everywhere but witout any luck. Anyone know what the problem is?
You got the wrong MinGW installer.... you need this one:

http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/mingw-get-inst-20120426/mingw-get-inst-20120426.exe/download

Unfortunately the file is currently not available  Huh  Please eMail the MinGW guys to put it back up.

Somebody uploaded it here if you dare: https://mega.co.nz/#!iAU1hCoB!aNfcHgZko8U49l3Yf1vXEDhLw2sC4547Odx6M0cn5eg

I thought MinGW had a very bad setup experience before but their new installer is even worse.

For this to work I had to use  https://mega.co.nz/#!iAU1hCoB!aNfcHgZko8U49l3Yf1vXEDhLw2sC4547Odx6M0cn5eg to get anything to compile. The link in step 1.1 does not work.
member
Activity: 84
Merit: 10
I edited the net.cpp like 4 times (checked like 500 lines) (oh and the ipv6 v6only is more like line 1700-1800 not 1600), restarted my computer ect
And try to be clear please, i'm 16 years old and french so I love hardware but when it's code like c, c++ it's not really my domain Smiley
thank you and have a nice day


Simple, add #include "winsock2.h"

Okay, so I'm here because I'm trying to build BTC/LTC/FooCoin (any fails)

I'm always getting undefined reference to "RAND_screen", any ideas?

Same here...

So my toolchain is:
MingGW 4.6 with gcc 4.6
MSYS 1.0
boost 1.54
db-4.8.30.NC
miniupnpc-1.8
openssl-1.0.1e

coudln't get litecoin  & foocoin compiling. any suggestions?
newbie
Activity: 3
Merit: 0
I edited the net.cpp like 4 times (checked like 500 lines) (oh and the ipv6 v6only is more like line 1700-1800 not 1600), restarted my computer ect
And try to be clear please, i'm 16 years old and french so I love hardware but when it's code like c, c++ it's not really my domain Smiley
thank you and have a nice day


Simple, add #include "winsock2.h"


thanks but it doesn't change anything :/
newbie
Activity: 42
Merit: 0
I edited the net.cpp like 4 times (checked like 500 lines) (oh and the ipv6 v6only is more like line 1700-1800 not 1600), restarted my computer ect
And try to be clear please, i'm 16 years old and french so I love hardware but when it's code like c, c++ it's not really my domain Smiley
thank you and have a nice day


Simple, add #include "winsock2.h"

Okay, so I'm here because I'm trying to build BTC/LTC/FooCoin (any fails)
http://i.imgur.com/iLd7Re1.png
I'm always getting undefined reference to "RAND_screen", any ideas?
newbie
Activity: 3
Merit: 0
Hi

I have some issues at the step 3.4

http://image.noelshack.com/fichiers/2013/52/1388274871-part1.png
http://image.noelshack.com/fichiers/2013/52/1388274876-part2.png

I edited the net.cpp like 4 times (checked like 500 lines) (oh and the ipv6 v6only is more like line 1700-1800 not 1600), restarted my computer ect
And try to be clear please, i'm 16 years old and french so I love hardware but when it's code like c, c++ it's not really my domain Smiley
thank you and have a nice day


EDIT : I think what's wrong

1.4 Install GCC from mingw-builds:
Download and unpack x32-4.8.1-release-posix-dwarf-rev5.7z
http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.8.1/32-bit/threads-posix/dwarf/x32-4.8.1-release-posix-dwarf-rev5.7z/download


it's this step

i see no mingw-builds in this file
and everytime i click on something that comports GCC on it a command appears and disapears

newbie
Activity: 28
Merit: 0
I can't seem to get it working, anyone want to do a teamviewer to help me and I will pay you please
sr. member
Activity: 260
Merit: 251
Well Ron, looks like I was blind and forgot to un-comment the lines in -qt.pro before compile... oppps
Now we are making progress but another issue has come up please take a look

...

Hello skyisthelimit

All I see (over and over again Grin ) Is that the linker can't find any boost multi-threaded, static, debug, MinGW gcc 4.6.x version 1.53 library files?

So, did you "make" boost as per step 2.3? Did you use gcc 4.6.x to do it? Did you use boost 1.53 (the nitrogenetics recipe calls for 1.54)?

If you did do those things, did you put them where gcc is looking for them?

Somewhere in there is your answer.

I find MSVC++ is easier to work with in setting up the library and include directories, though one still must (usually) build them oneself.

Ron
newbie
Activity: 28
Merit: 0
Well Ron, looks like I was blind and forgot to un-comment the lines in -qt.pro before compile... oppps
Now we are making progress but another issue has come up please take a look

http://i.imgur.com/3sJu9HR.png
Pages:
Jump to: