iGotSpots (OP)
Legendary
Offline
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
|
|
July 04, 2015, 07:42:38 PM |
|
That will solve the error you got in what you posted
|
|
|
|
MoreBloodWine
Legendary
Offline
Activity: 1064
Merit: 1001
|
|
July 04, 2015, 07:44:34 PM Last edit: July 04, 2015, 08:06:00 PM by MoreBloodWine |
|
That will solve the error you got in what you posted
I know that, I meant when it's done compiling and stuff provided I have no more errors. Edit: Using mysysgit for this since the vultr server doesn't have enough virtual mem. Any idea on this one ? $ make -f makefile.unix g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-sec urity -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/C/Us ers/Andrew -IC. -IMcNamara/Desktop/GorillaBucks-master/src -I/C/Users/Andrew -IC . -IMcNamara/Desktop/GorillaBucks-master/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I /C/Users/Andrew -IC. -IMcNamara/Desktop/GorillaBucks-master/src/leveldb/include -I/C/Users/Andrew -IC. -IMcNamara/Desktop/GorillaBucks-master/src/leveldb/helper s -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp In file included from alert.h:9:0, from alert.cpp:5: serialize.h:19:48: fatal error: boost/type_traits/is_fundamental.hpp: No such fi le or directory compilation terminated. make: *** [obj/alert.o] Error 1
|
To be decided...
|
|
|
iGotSpots (OP)
Legendary
Offline
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
|
|
July 04, 2015, 08:06:10 PM |
|
GorillaBucksd, yea
|
|
|
|
MoreBloodWine
Legendary
Offline
Activity: 1064
Merit: 1001
|
|
July 04, 2015, 08:07:07 PM |
|
GorillaBucksd, yea
Cool and can you check the edit I made please ? Ty.
|
To be decided...
|
|
|
iGotSpots (OP)
Legendary
Offline
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
|
|
July 04, 2015, 08:08:16 PM |
|
You need to install deps, boost is jacked
|
|
|
|
MoreBloodWine
Legendary
Offline
Activity: 1064
Merit: 1001
|
|
July 05, 2015, 12:43:59 AM |
|
Windows sucks for this bought a 1 day large account... so what about this "error" This is why I love precompiled stuff. unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/GorillaBucks-master/src -I/GorillaBucks-master/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/GorillaBucks-master/src/leveldb/include -I/GorillaBucks-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/net.d -o obj/net.o net.cpp net.cpp:21:32: fatal error: miniupnpc/miniwget.h: No such file or directory #include <miniupnpc/miniwget.h> ^ compilation terminated. makefile.unix:202: recipe for target 'obj/net.o' failed make: *** [obj/net.o] Error 1 root:/GorillaBucks-master/src#
|
To be decided...
|
|
|
iGotSpots (OP)
Legendary
Offline
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
|
|
July 05, 2015, 01:00:14 AM |
|
Deps again
|
|
|
|
catotune
|
|
July 05, 2015, 01:20:10 AM |
|
Windows sucks for this bought a 1 day large account... so what about this "error" This is why I love precompiled stuff. unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/GorillaBucks-master/src -I/GorillaBucks-master/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/GorillaBucks-master/src/leveldb/include -I/GorillaBucks-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/net.d -o obj/net.o net.cpp net.cpp:21:32: fatal error: miniupnpc/miniwget.h: No such file or directory #include <miniupnpc/miniwget.h> ^ compilation terminated. makefile.unix:202: recipe for target 'obj/net.o' failed make: *** [obj/net.o] Error 1 root:/GorillaBucks-master/src#
Try: make -f makefile.unix USE_UPNP=-
If you are on a Linux VPS and presumably don't need miniupnp
|
|
|
|
MoreBloodWine
Legendary
Offline
Activity: 1064
Merit: 1001
|
|
July 05, 2015, 03:23:16 AM Last edit: July 05, 2015, 03:44:48 AM by MoreBloodWine |
|
Deps again
What apt-get would I use to get deps on a vultr account ? Edit: I even tried the suggestion above about not using upnp and got this !!! ks-master/src/leveldb/include -I/GorillaBucks-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/crypto/hmac_sha256.d -o obj/crypto/hmac_sha256.o crypto/hmac_sha256.cpp crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory } ^ compilation terminated. makefile.unix:202: recipe for target 'obj/crypto/hmac_sha256.o' failed make: *** [obj/crypto/hmac_sha256.o] Error 1 root@vultr:/GorillaBucks-master/src#
@IGS - Will you PLEASE make me a GorillaBucksd ?
|
To be decided...
|
|
|
catotune
|
|
July 05, 2015, 03:53:20 AM Last edit: July 05, 2015, 04:06:01 AM by catotune |
|
Deps again
What apt-get would I use to get deps on a vultr account ? Edit: I even tried the suggestion above about not using upnp and got this !!! ks-master/src/leveldb/include -I/GorillaBucks-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/crypto/hmac_sha256.d -o obj/crypto/hmac_sha256.o crypto/hmac_sha256.cpp crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory } ^ compilation terminated. makefile.unix:202: recipe for target 'obj/crypto/hmac_sha256.o' failed make: *** [obj/crypto/hmac_sha256.o] Error 1 root@vultr:/GorillaBucks-master/src#
@IGS - Will you PLEASE make me a GorillaBucksd ? You are almost there... mkdir obj/crypto chmod +x leveldb/build_detect_platform make -f makefile.unix USE_UPNP=- strip GorillaBucksd
EDIT: added "chmod +x leveldb/build_detect_platform" in case you get an error without that step
|
|
|
|
MoreBloodWine
Legendary
Offline
Activity: 1064
Merit: 1001
|
|
July 05, 2015, 05:00:38 AM |
|
Deps again
What apt-get would I use to get deps on a vultr account ? Edit: I even tried the suggestion above about not using upnp and got this !!! ks-master/src/leveldb/include -I/GorillaBucks-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/crypto/hmac_sha256.d -o obj/crypto/hmac_sha256.o crypto/hmac_sha256.cpp crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory } ^ compilation terminated. makefile.unix:202: recipe for target 'obj/crypto/hmac_sha256.o' failed make: *** [obj/crypto/hmac_sha256.o] Error 1 root@vultr:/GorillaBucks-master/src#
@IGS - Will you PLEASE make me a GorillaBucksd ? You are almost there... mkdir obj/crypto chmod +x leveldb/build_detect_platform make -f makefile.unix USE_UPNP=- strip GorillaBucksd
EDIT: added "chmod +x leveldb/build_detect_platform" in case you get an error without that step Got the edit, got to make, result... ,-Bdynamic -l secp256k1 -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -Wl,-Bdynamic -l z -l dl -l pthread /GorillaBucks-master/src/leveldb/libleveldb.a /GorillaBucks-master/src/leveldb/libmemenv.a /usr/bin/ld: cannot find -lsecp256k1 collect2: error: ld returned 1 exit status makefile.unix:209: recipe for target 'GorillaBucksd' failed make: *** [GorillaBucksd] Error 1 root:/GorillaBucks-master/src#
|
To be decided...
|
|
|
catotune
|
|
July 05, 2015, 05:14:49 AM |
|
Got the edit, got to make, result... ,-Bdynamic -l secp256k1 -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -Wl,-Bdynamic -l z -l dl -l pthread /GorillaBucks-master/src/leveldb/libleveldb.a /GorillaBucks-master/src/leveldb/libmemenv.a /usr/bin/ld: cannot find -lsecp256k1 collect2: error: ld returned 1 exit status makefile.unix:209: recipe for target 'GorillaBucksd' failed make: *** [GorillaBucksd] Error 1 root:/GorillaBucks-master/src#
Looks like you need to install the secp256k1 library... git clone https://github.com/bitcoin/secp256k1.git cd secp256k1 ./autogen.sh ./configure make sudo make install
Follow the instructions after installing for setting LD_LIBRARY_PATH in your environment. Note: You might need to install libtool first, "sudo apt-get install libtool" Good luck!
|
|
|
|
MoreBloodWine
Legendary
Offline
Activity: 1064
Merit: 1001
|
|
July 05, 2015, 05:20:10 AM |
|
Got the edit, got to make, result... ,-Bdynamic -l secp256k1 -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -Wl,-Bdynamic -l z -l dl -l pthread /GorillaBucks-master/src/leveldb/libleveldb.a /GorillaBucks-master/src/leveldb/libmemenv.a /usr/bin/ld: cannot find -lsecp256k1 collect2: error: ld returned 1 exit status makefile.unix:209: recipe for target 'GorillaBucksd' failed make: *** [GorillaBucksd] Error 1 root:/GorillaBucks-master/src#
Looks like you need to install the secp256k1 library... git clone https://github.com/bitcoin/secp256k1.git cd secp256k1 ./autogen.sh ./configure make sudo make install
Follow the instructions after installing for setting LD_LIBRARY_PATH in your environment. Note: You might need to install libtool first, "sudo apt-get install libtool" Good luck! I give up, Ive had two bands down for over a day trying to get this to run without / even asking for help. I love the help given so far but Id rather be given qa fish at this point to be fed for a day rather than bein taught how lol root@vultr:/# cd secp256k1 root@vultr:/secp256k1# ./autogen.sh ./autogen.sh: 3: ./autogen.sh: autoreconf: not found root:/secp256k1#
|
To be decided...
|
|
|
catotune
|
|
July 05, 2015, 05:29:13 AM |
|
I give up, Ive had two bands down for over a day trying to get this to run without / even asking for help. I love the help given so far but Id rather be given qa fish at this point to be fed for a day rather than bein taught how lol root@vultr:/# cd secp256k1 root@vultr:/secp256k1# ./autogen.sh ./autogen.sh: 3: ./autogen.sh: autoreconf: not found root:/secp256k1#
I feel your pain, which is why I'm attempting to help, but if you're not familiar with the Linux command line, then I'd agree that this is a lot to take on If you do decide to continue on this path, remember that Google is your friend - the solution to your issues is usually just a search away. For example, for the issue you're seeing: sudo apt-get install automake sudo apt-get install build-essential libtool
From the result I found on Google: https://bitcointalk.org/index.php?topic=997356.10195;wap2
|
|
|
|
MoreBloodWine
Legendary
Offline
Activity: 1064
Merit: 1001
|
|
July 05, 2015, 05:41:43 AM |
|
Think I got my d file.
|
To be decided...
|
|
|
MoreBloodWine
Legendary
Offline
Activity: 1064
Merit: 1001
|
|
July 05, 2015, 05:53:09 AM |
|
(&(*&#KEJBHG GorillaBand1@vultr:~$ ./GorillaBucksd ./GorillaBucksd: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory GorillaBand1@vultr:~$
|
To be decided...
|
|
|
unusualfacts30
|
|
July 05, 2015, 05:55:58 AM |
|
put more buy support on bittrex. 2.4 is too low
u think? lol it'll go up to 80k..it's still new.
|
|
|
|
iGotSpots (OP)
Legendary
Offline
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
|
|
July 05, 2015, 05:58:59 AM |
|
You're almost there, just a couple more steps
Sorry, it's holiday weekend in USA, I'm on and off the next couple days
|
|
|
|
catotune
|
|
July 05, 2015, 06:03:16 AM |
|
(&(*&#KEJBHG GorillaBand1@vultr:~$ ./GorillaBucksd ./GorillaBucksd: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory GorillaBand1@vultr:~$
Almost there... Try adding to your ~/.bash_profile: export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
Source the file, so LD_LIBRARY_PATH is in your shell env. Enter: Now try running ./GorillaBucksd
|
|
|
|
MoreBloodWine
Legendary
Offline
Activity: 1064
Merit: 1001
|
|
July 05, 2015, 06:08:43 AM |
|
(&(*&#KEJBHG GorillaBand1@vultr:~$ ./GorillaBucksd ./GorillaBucksd: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory GorillaBand1@vultr:~$
Almost there... Try adding to your ~/.bash_profile: export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
Source the file, so LD_LIBRARY_PATH is in your shell env. Enter: Now try running ./GorillaBucksd This is a vultr account so it's brand new but I'm backed all the way out, and assuming the file is called bash_profile, there isn't one.
|
To be decided...
|
|
|
|