skyisthelimit
Newbie
Offline
Activity: 28
Merit: 0
|
|
December 24, 2013, 06:29:40 PM |
|
no luck still the same issue can I build without upnp and also how would that affect it? would it be qmake "USE_UPNP=- " coin-qt.pro to build without upnp?
|
|
|
|
old c coder
|
|
December 24, 2013, 07:31:51 PM |
|
no luck still the same issue can I build without upnp and also how would that affect it? would it be qmake "USE_UPNP=- " coin-qt.pro to build without upnp? Hello skyisthelimit, It was for me, back on May 17, 2013! Don't quite know what "no luck" means, since the messages were not "significant" then, in that a makefile.release was created nonetheless! Ron
|
LTC: LUYiMVsrFQewUSPDasSKGzhyTPAkiTeSov BTC: 1DPvP6WoZzaNQ9Nxzd64hjYad1kyQzTTbx YAC: Y3ZggXDvnRJaRwtVGyGJwt6DMLN3EPQpQf The day is coming when a single carrot, freshly observed, will set off a revolution. Paul Cezanne
|
|
|
skyisthelimit
Newbie
Offline
Activity: 28
Merit: 0
|
|
December 24, 2013, 07:41:00 PM |
|
no luck still the same issue can I build without upnp and also how would that affect it? would it be qmake "USE_UPNP=- " coin-qt.pro to build without upnp? Hello skyisthelimit, It was for me, back on May 17, 2013! Don't quite know what "no luck" means, since the messages were not "significant" then, in that a makefile.release was created nonetheless! Ron Hey Ron a makefile.release gets made but when I try make -f Makefile.Release I get this issue https://i.imgur.com/FeA85jQ.png
|
|
|
|
old c coder
|
|
December 24, 2013, 08:23:05 PM Last edit: December 24, 2013, 08:56:36 PM by old c coder |
|
no luck still the same issue can I build without upnp and also how would that affect it? would it be qmake "USE_UPNP=- " coin-qt.pro to build without upnp? Hello skyisthelimit, It was for me, back on May 17, 2013! Don't quite know what "no luck" means, since the messages were not "significant" then, in that a makefile.release was created nonetheless! Ron Hey Ron a makefile.release gets made but when I try make -f Makefile.Release I get this issue Hello skyisthelimit, What the screen is saying to me is that: 1. g++ is compiling bitcoin.cpp 2. in bitcoin.cpp, g++ sees init.h at line 11 3. init.h sees wallet.h 4. wallet.h sees main.h 5. main.h sees bignum.h 6. bignum.h see bn.h which g++ can't find in (... whatever include paths you have specified)/openssl/bn.h So did you do notice step 4.4? Since you appear to be on step 4.6? The part that you seemed to have wrong or missed is add dependency library locations: in virtue of OPENSSL_INCLUDE_PATH=whatever is yours... Ron
|
LTC: LUYiMVsrFQewUSPDasSKGzhyTPAkiTeSov BTC: 1DPvP6WoZzaNQ9Nxzd64hjYad1kyQzTTbx YAC: Y3ZggXDvnRJaRwtVGyGJwt6DMLN3EPQpQf The day is coming when a single carrot, freshly observed, will set off a revolution. Paul Cezanne
|
|
|
skyisthelimit
Newbie
Offline
Activity: 28
Merit: 0
|
|
December 24, 2013, 10:50:37 PM |
|
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 https://i.imgur.com/3sJu9HR.png
|
|
|
|
old c coder
|
|
December 25, 2013, 12:32:46 AM |
|
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 ) 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
|
LTC: LUYiMVsrFQewUSPDasSKGzhyTPAkiTeSov BTC: 1DPvP6WoZzaNQ9Nxzd64hjYad1kyQzTTbx YAC: Y3ZggXDvnRJaRwtVGyGJwt6DMLN3EPQpQf The day is coming when a single carrot, freshly observed, will set off a revolution. Paul Cezanne
|
|
|
skyisthelimit
Newbie
Offline
Activity: 28
Merit: 0
|
|
December 25, 2013, 06:04:46 AM |
|
I can't seem to get it working, anyone want to do a teamviewer to help me and I will pay you please
|
|
|
|
|
Sejnt
Newbie
Offline
Activity: 42
Merit: 0
|
|
December 29, 2013, 12:22:00 AM |
|
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 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) https://i.imgur.com/iLd7Re1.pngI'm always getting undefined reference to "RAND_screen", any ideas?
|
|
|
|
Meditation
Newbie
Offline
Activity: 3
Merit: 0
|
|
December 29, 2013, 12:34:15 AM |
|
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 thank you and have a nice day Simple, add #include "winsock2.h" thanks but it doesn't change anything :/
|
|
|
|
raistlinthewiz
|
|
December 29, 2013, 06:11:18 PM |
|
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 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?
|
|
|
|
DigiByte
Legendary
Offline
Activity: 1722
Merit: 1051
Official DigiByte Account
|
|
December 30, 2013, 03:30:55 AM |
|
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: 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/downloadUnfortunately the file is currently not available 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.
|
|
|
|
|
raistlinthewiz
|
|
December 30, 2013, 11:56:27 PM |
|
tip: to compile boost mt-s-1_54 dlls b2 --build-type=complete --with-chrono --with-filesystem --with-program_options --with-system --with-thread toolset=gcc runtime-link=static
|
|
|
|
skyisthelimit
Newbie
Offline
Activity: 28
Merit: 0
|
|
December 31, 2013, 01:33:46 AM |
|
tip: to compile boost mt-s-1_54 dlls 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?
|
|
|
|
|
Apocalipsis
|
|
December 31, 2013, 12:38:56 PM |
|
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)
|
|
|
|
paradiselife
Newbie
Offline
Activity: 28
Merit: 0
|
|
December 31, 2013, 01:15:01 PM |
|
where the fuck do you see step 6? ? last one I see is 4.6 unless you are looking at some other guide?
|
|
|
|
Sejnt
Newbie
Offline
Activity: 42
Merit: 0
|
|
December 31, 2013, 03:00:20 PM |
|
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?
|
|
|
|
skyisthelimit
Newbie
Offline
Activity: 28
Merit: 0
|
|
December 31, 2013, 05:18:45 PM |
|
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?
|
|
|
|
|