Author

Topic: ◈◈Bitcredit ◈◈ Migrating to UniQredit◈◈ - page 209. (Read 284530 times)

hero member
Activity: 602
Merit: 501
The average user with a constant online wallet is not forgotten, this is what i am studying today along with colored coins (so I can issue BBD on the block chain)

https://bitcointalksearch.org/topic/proof-of-activity-proposal-102355
sr. member
Activity: 322
Merit: 250
Code:
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make[2]: *** [libbitcredit_server_a-alert.o] Error 4
make[2]: Leaving directory `/root/bicreditsnew/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/bicreditsnew/src'
make: *** [all-recursive] Error 1

not sure what im doing wrong. possibly because of ./configure --with--incompatible-bdb ?

Try only "make"
What Linux Distro do you use ?
sr. member
Activity: 336
Merit: 250
Code:
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make[2]: *** [libbitcredit_server_a-alert.o] Error 4
make[2]: Leaving directory `/root/bicreditsnew/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/bicreditsnew/src'
make: *** [all-recursive] Error 1

not sure what im doing wrong. possibly because of ./configure --with--incompatible-bdb ?
sr. member
Activity: 322
Merit: 250
Thanks a lot Dragos, i'm downloading the blockchain now, your command line skills are awesome, the nerd is strong with you, lol.

Please post an address so I can tip you Smiley

Thx !!! Glad to help you.

5qN3ZasN345N5UoEVg2iZ4DtwA8YjyjJic

Sent  Grin

Received Cheesy
Thx
legendary
Activity: 1288
Merit: 1000
Thanks a lot Dragos, i'm downloading the blockchain now, your command line skills are awesome, the nerd is strong with you, lol.

Please post an address so I can tip you Smiley

Thx !!! Glad to help you.

5qN3ZasN345N5UoEVg2iZ4DtwA8YjyjJic

Sent  Grin
sr. member
Activity: 322
Merit: 250
Thanks a lot Dragos, i'm downloading the blockchain now, your command line skills are awesome, the nerd is strong with you, lol.

Please post an address so I can tip you Smiley

Thx !!! Glad to help you.

5qN3ZasN345N5UoEVg2iZ4DtwA8YjyjJic
legendary
Activity: 1288
Merit: 1000
Thanks a lot Dragos, i'm downloading the blockchain now, your command line skills are awesome, the nerd is strong with you, lol.

Please post an address so I can tip you Smiley
newbie
Activity: 49
Merit: 0
It's finished compiling, excuse the stupid question, but where is the executable bin file?
It's in the src folder. There should be bitcreditd, bitcredit-cli, bitcredit-tx and bitcredit-qt is in src/qt. bitcredit-qt is the GUI. If you want to install everything, then execute make install.
legendary
Activity: 1288
Merit: 1000
Code:
sudo locate aclocal | grep bin

Code:
sudo apt-get install automake

That worked, it's still compiling, i'll let you know how it goes

Finally Smiley)))

It's finished compiling, excuse the stupid question, but where is the executable bin file?

I looked in /usr/bin I can't see it?
sr. member
Activity: 322
Merit: 250
Code:
sudo locate aclocal | grep bin

Code:
sudo apt-get install automake

That worked, it's still compiling, i'll let you know how it goes

Finally Smiley)))
legendary
Activity: 1288
Merit: 1000
Code:
sudo locate aclocal | grep bin

Code:
sudo apt-get install automake

That worked, it's still compiling, i'll let you know how it goes
sr. member
Activity: 322
Merit: 250
Code:
sudo locate aclocal | grep bin

Code:
sudo apt-get install automake
legendary
Activity: 1288
Merit: 1000
you did

Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update

?

@ "sudo apt-get update" anything strange ?

I didn't update, it worked I installed the dependencies.

I tried to run ./autogen.sh and got this:

Code:
leigh@leigh-Aspire-X3200 ~/bicreditsnew $ ./autogen.sh
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory


We're nearly there lol Smiley

you installed autotools-dev?

yes

aclocal is part of autotools-dev ...
do:
Code:
sudo updatedb
sudo locate aclocal | grep bin

Sorry bro, I ran those commands then tried the ./autogen.sh and I still get the same error

aclocal is located in your $PATH ?

I'm not sure, but i tried that command and got this:

Code:
leigh@leigh-Aspire-X3200 ~/bicreditsnew $ $PATH
bash: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games: No such file or directory
check to see if you have "/usr/bin/aclocal"

no, it's not there.
sr. member
Activity: 322
Merit: 250
you did

Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update

?

@ "sudo apt-get update" anything strange ?

I didn't update, it worked I installed the dependencies.

I tried to run ./autogen.sh and got this:

Code:
leigh@leigh-Aspire-X3200 ~/bicreditsnew $ ./autogen.sh
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory


We're nearly there lol Smiley

you installed autotools-dev?

yes

aclocal is part of autotools-dev ...
do:
Code:
sudo updatedb
sudo locate aclocal | grep bin

Sorry bro, I ran those commands then tried the ./autogen.sh and I still get the same error

aclocal is located in your $PATH ?

I'm not sure, but i tried that command and got this:

Code:
leigh@leigh-Aspire-X3200 ~/bicreditsnew $ $PATH
bash: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games: No such file or directory
check to see if you have "/usr/bin/aclocal"
legendary
Activity: 1288
Merit: 1000
you did

Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update

?

@ "sudo apt-get update" anything strange ?

I didn't update, it worked I installed the dependencies.

I tried to run ./autogen.sh and got this:

Code:
leigh@leigh-Aspire-X3200 ~/bicreditsnew $ ./autogen.sh
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory


We're nearly there lol Smiley

you installed autotools-dev?

yes

aclocal is part of autotools-dev ...
do:
Code:
sudo updatedb
sudo locate aclocal | grep bin

Sorry bro, I ran those commands then tried the ./autogen.sh and I still get the same error

aclocal is located in your $PATH ?

I'm not sure, but i tried that command and got this:

Code:
leigh@leigh-Aspire-X3200 ~/bicreditsnew $ $PATH
bash: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games: No such file or directory
sr. member
Activity: 322
Merit: 250
you did

Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update

?

@ "sudo apt-get update" anything strange ?

I didn't update, it worked I installed the dependencies.

I tried to run ./autogen.sh and got this:

Code:
leigh@leigh-Aspire-X3200 ~/bicreditsnew $ ./autogen.sh
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory


We're nearly there lol Smiley

you installed autotools-dev?

yes

aclocal is part of autotools-dev ...
do:
Code:
sudo updatedb
sudo locate aclocal | grep bin

Sorry bro, I ran those commands then tried the ./autogen.sh and I still get the same error

aclocal is located in your $PATH ?
legendary
Activity: 1288
Merit: 1000
you did

Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update

?

@ "sudo apt-get update" anything strange ?

I didn't update, it worked I installed the dependencies.

I tried to run ./autogen.sh and got this:

Code:
leigh@leigh-Aspire-X3200 ~/bicreditsnew $ ./autogen.sh
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory


We're nearly there lol Smiley

you installed autotools-dev?

yes

aclocal is part of autotools-dev ...
do:
Code:
sudo updatedb
sudo locate aclocal | grep bin

Sorry bro, I ran those commands then tried the ./autogen.sh and I still get the same error
sr. member
Activity: 322
Merit: 250
you did

Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update

?

@ "sudo apt-get update" anything strange ?

I didn't update, it worked I installed the dependencies.

I tried to run ./autogen.sh and got this:

Code:
leigh@leigh-Aspire-X3200 ~/bicreditsnew $ ./autogen.sh
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory


We're nearly there lol Smiley

you installed autotools-dev?

yes

aclocal is part of autotools-dev ...
do:
Code:
sudo updatedb
sudo locate aclocal | grep bin
legendary
Activity: 1288
Merit: 1000
you did

Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update

?

@ "sudo apt-get update" anything strange ?

I didn't update, it worked I installed the dependencies.

I tried to run ./autogen.sh and got this:

Code:
leigh@leigh-Aspire-X3200 ~/bicreditsnew $ ./autogen.sh
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory


We're nearly there lol Smiley

you installed autotools-dev?

yes
sr. member
Activity: 322
Merit: 250
you did

Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update

?

@ "sudo apt-get update" anything strange ?

I didn't update, it worked I installed the dependencies.

I tried to run ./autogen.sh and got this:

Code:
leigh@leigh-Aspire-X3200 ~/bicreditsnew $ ./autogen.sh
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory


We're nearly there lol Smiley

you installed autotools-dev?
Jump to: