Pages:
Author

Topic: [ANN] DROIDZ [DRZ][QUBIT][WALLET w/Bittrex-C-cex alert][YOBIT - C-CEX - BITTREX] - page 72. (Read 100207 times)

full member
Activity: 164
Merit: 100
hi all!
I have this error when compiling on ubuntu14.04 lts.


g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a: No such file or directory
g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a: No such file or directory
make: *** [droidz-qt] Error 1



please help

You might need libdb dependencies. Can try:

sudo apt-get install libdb5.1-dev libdb5.1++-dev


Or maybe because you did not make the leveldb files? Try this:

cd src/leveldb/
make libleveldb.a
make libmemenv.a


For " sudo apt-get install libdb5.1-dev libdb5.1++-dev " I got this:
Fatal error: can't create build/qrc_bitcoin.o: Permission denied
make: *** [build/qrc_bitcoin.o] Error 1


For
 " cd src/leveldb/
make libleveldb.a
make libmemenv.a" I got this:
make: *** No rule to make target `libleveldb.a'.  Stop.
marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$ make libmemenv.a
make: *** No rule to make target `libmemenv.a'.  Stop.
marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$


First error is a permission issue. Try:

chmod 755 /home/marcos/Downloads/repohuman-master/src/leveldb/build_detect_platform
make /home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a
make /home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a

The first command seems to worok but the last two...

make: *** No rule to make target `/home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a'.  Stop.

make: *** No rule to make target `/home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a'.  Stop.

maybe can try this?

cd src/leveldb/
TARGET_OS=OS_WINDOWS_CROSSCOMPILE make libleveldb.a libmemenv.a


I entered the command and i got this:
util/env_win.cc:17:21: fatal error: shlwapi.h: No such file or directory
 #include
                     ^
compilation terminated.
make: *** [util/env_win.o] Error 1
legendary
Activity: 1848
Merit: 1018
People keep asking. You can rent rigs at miningrigrentals.com.
See my sig.
full member
Activity: 205
Merit: 100
hero member
Activity: 574
Merit: 500

pretty shitty instructions on the OP then

Why? Quote alexrossi post, not dev.

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

3) After the wallet release (21st of April 2015 @ 21.00 GMT), PM me with your DRZ address
member
Activity: 66
Merit: 10
I just PM'ed the main dev, hope I get them soon.

You need to PM address alexrossi, not dev.

pretty shitty instructions on the OP then
sr. member
Activity: 350
Merit: 250
37,020.96 MH/s and nearly 200 workers only on Suprnova Shocked

sr. member
Activity: 466
Merit: 250
Twitter Follow for no BS crypto: @SecretsOfCrypto
hi all!
I have this error when compiling on ubuntu14.04 lts.


g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a: No such file or directory
g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a: No such file or directory
make: *** [droidz-qt] Error 1



please help

You might need libdb dependencies. Can try:

sudo apt-get install libdb5.1-dev libdb5.1++-dev


Or maybe because you did not make the leveldb files? Try this:

cd src/leveldb/
make libleveldb.a
make libmemenv.a


For " sudo apt-get install libdb5.1-dev libdb5.1++-dev " I got this:
Fatal error: can't create build/qrc_bitcoin.o: Permission denied
make: *** [build/qrc_bitcoin.o] Error 1


For
 " cd src/leveldb/
make libleveldb.a
make libmemenv.a" I got this:
make: *** No rule to make target `libleveldb.a'.  Stop.
marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$ make libmemenv.a
make: *** No rule to make target `libmemenv.a'.  Stop.
marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$


First error is a permission issue. Try:

chmod 755 /home/marcos/Downloads/repohuman-master/src/leveldb/build_detect_platform
make /home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a
make /home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a

The first command seems to worok but the last two...

make: *** No rule to make target `/home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a'.  Stop.

make: *** No rule to make target `/home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a'.  Stop.

maybe can try this?

cd src/leveldb/
TARGET_OS=OS_WINDOWS_CROSSCOMPILE make libleveldb.a libmemenv.a
hero member
Activity: 623
Merit: 500
The style of this coin is quite similar to CYP. Hope the block time is right this time.
What type of rig can I use to mine qubit?
Is it a litecoin or bitcoin rig?

if you have a gpu you can mine this coin
DRZ
member
Activity: 63
Merit: 10
DroidZ team developers
Linux wallet is already compiled.
Will upload next 24 hours.

All ico coins are sent to escrow.
Please pm escrow with your wallet address.
member
Activity: 98
Merit: 10
Call me the coin wrecker (;
I just PM'ed the main dev, hope I get them soon.

You need to PM address alexrossi, not dev.

just PMd him. instructions were not very clear on this part.
full member
Activity: 164
Merit: 100
hi all!
I have this error when compiling on ubuntu14.04 lts.


g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a: No such file or directory
g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a: No such file or directory
make: *** [droidz-qt] Error 1



please help

You might need libdb dependencies. Can try:

sudo apt-get install libdb5.1-dev libdb5.1++-dev


Or maybe because you did not make the leveldb files? Try this:

cd src/leveldb/
make libleveldb.a
make libmemenv.a


For " sudo apt-get install libdb5.1-dev libdb5.1++-dev " I got this:
Fatal error: can't create build/qrc_bitcoin.o: Permission denied
make: *** [build/qrc_bitcoin.o] Error 1


For
 " cd src/leveldb/
make libleveldb.a
make libmemenv.a" I got this:
make: *** No rule to make target `libleveldb.a'.  Stop.
marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$ make libmemenv.a
make: *** No rule to make target `libmemenv.a'.  Stop.
marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$


First error is a permission issue. Try:

chmod 755 /home/marcos/Downloads/repohuman-master/src/leveldb/build_detect_platform
make /home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a
make /home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a

The first command seems to worok but the last two...

make: *** No rule to make target `/home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a'.  Stop.

make: *** No rule to make target `/home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a'.  Stop.
sr. member
Activity: 351
Merit: 250
selling @ 4k while ico was 3750 ? that sounds like cheap coins
hero member
Activity: 574
Merit: 500
I just PM'ed the main dev, hope I get them soon.

You need to PM address alexrossi, not dev.
member
Activity: 66
Merit: 10
IMPORTANT - 1 HOUR AFTER WALLET RELEASE

More than 77% of the funds has been sent to investors wallets

I just PM'ed the main dev, hope I get them soon.
hero member
Activity: 588
Merit: 500
People dump it on 4k at YoBit if you want to buy some
sr. member
Activity: 466
Merit: 250
Twitter Follow for no BS crypto: @SecretsOfCrypto
hi all!
I have this error when compiling on ubuntu14.04 lts.


g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a: No such file or directory
g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a: No such file or directory
make: *** [droidz-qt] Error 1



please help

You might need libdb dependencies. Can try:

sudo apt-get install libdb5.1-dev libdb5.1++-dev


Or maybe because you did not make the leveldb files? Try this:

cd src/leveldb/
make libleveldb.a
make libmemenv.a


For " sudo apt-get install libdb5.1-dev libdb5.1++-dev " I got this:
Fatal error: can't create build/qrc_bitcoin.o: Permission denied
make: *** [build/qrc_bitcoin.o] Error 1


For
 " cd src/leveldb/
make libleveldb.a
make libmemenv.a" I got this:
make: *** No rule to make target `libleveldb.a'.  Stop.
marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$ make libmemenv.a
make: *** No rule to make target `libmemenv.a'.  Stop.
marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$


First error is a permission issue. Try:

chmod 755 /home/marcos/Downloads/repohuman-master/src/leveldb/build_detect_platform
make /home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a
make /home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a
member
Activity: 266
Merit: 10
The Experience Layer of the Decentralized Interne
Spread some hash guys , coinminers need some  Wink thanks
full member
Activity: 164
Merit: 100
hi all!
I have this error when compiling on ubuntu14.04 lts.


g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a: No such file or directory
g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a: No such file or directory
make: *** [droidz-qt] Error 1



please help

You might need libdb dependencies. Can try:

sudo apt-get install libdb5.1-dev libdb5.1++-dev


Or maybe because you did not make the leveldb files? Try this:

cd src/leveldb/
make libleveldb.a
make libmemenv.a


For " sudo apt-get install libdb5.1-dev libdb5.1++-dev " I got this:
Fatal error: can't create build/qrc_bitcoin.o: Permission denied
make: *** [build/qrc_bitcoin.o] Error 1


For
 " cd src/leveldb/
make libleveldb.a
make libmemenv.a" I got this:
make: *** No rule to make target `libleveldb.a'.  Stop.
marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$ make libmemenv.a
make: *** No rule to make target `libmemenv.a'.  Stop.
marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$
legendary
Activity: 1778
Merit: 1000
The style of this coin is quite similar to CYP. Hope the block time is right this time.
What type of rig can I use to mine qubit?
Is it a litecoin or bitcoin rig?
Pages:
Jump to: