Author

Topic: I am making a coin and keep getting an error message (Read 481 times)

member
Activity: 98
Merit: 11
Someone such as yourself really shouldn't be dipping their toes into the developers' pool.  There's just no need for another shitcoin from someone who solicits coding advice from a discussion forum.


This is what I was going to say. If you can't do this right now what makes you think you can answer people's questions when they are having trouble with their wallets down the road?

Please don't make a coin. You're not skilled enough to make a good one.

this thread is not called "share your philosophy and gripes about developers"

And I have another person, he just knows less about coins. I know more about coins, he knows more about coding, but this problem is happening.

The coin is all good, the problem is in the libraries. The fact that you would point to my coin making and coin knowledge shows that you don't even understand the problem and probably shouldn't be posting, and should definitely step down off that high horse.
And none of you fools should be making altcoins.  End of story.

Have fun thinking that because it will be made by the end of the week whether we get help or not. We'll just use CentOS instead of Ubuntu.
sr. member
Activity: 1190
Merit: 306
Someone such as yourself really shouldn't be dipping their toes into the developers' pool.  There's just no need for another shitcoin from someone who solicits coding advice from a discussion forum.


This is what I was going to say. If you can't do this right now what makes you think you can answer people's questions when they are having trouble with their wallets down the road?

Please don't make a coin. You're not skilled enough to make a good one.

this thread is not called "share your philosophy and gripes about developers"

And I have another person, he just knows less about coins. I know more about coins, he knows more about coding, but this problem is happening.

The coin is all good, the problem is in the libraries. The fact that you would point to my coin making and coin knowledge shows that you don't even understand the problem and probably shouldn't be posting, and should definitely step down off that high horse.
And none of you fools should be making altcoins.  End of story.

Edited to add: I am addressing the "I am making a coin" part of your topic; I don't believe you ought to get an answer to the other part.
member
Activity: 98
Merit: 11
Someone such as yourself really shouldn't be dipping their toes into the developers' pool.  There's just no need for another shitcoin from someone who solicits coding advice from a discussion forum.


This is what I was going to say. If you can't do this right now what makes you think you can answer people's questions when they are having trouble with their wallets down the road?

Please don't make a coin. You're not skilled enough to make a good one.

this thread is not called "share your philosophy and gripes about developers"

And I have another person, he just knows less about coins. I know more about coins, he knows more about coding, but this problem is happening.

The coin is all good, the problem is in the libraries. The fact that you would point to my coin making and coin knowledge shows that you don't even understand the problem and probably shouldn't be posting, and should definitely step down off that high horse.
member
Activity: 106
Merit: 10
Someone such as yourself really shouldn't be dipping their toes into the developers' pool.  There's just no need for another shitcoin from someone who solicits coding advice from a discussion forum.


This is what I was going to say. If you can't do this right now what makes you think you can answer people's questions when they are having trouble with their wallets down the road?

Please don't make a coin. You're not skilled enough to make a good one.
member
Activity: 98
Merit: 11
lol

If you don't think this is the forum to talk about this, you are confused about how to internet. And I understand your view that new coins are just shitcoins, but thinking that is not going to get bitcoin adopted by the entire world.

and you do know this exists right?
https://bitcointalksearch.org/topic/ann-learncoin-lern-scrypt-clone-coin-with-tutorial-on-how-its-made-1278734

back on topic

I looked for the answer on google and found this
http://stackoverflow.com/questions/9723793/undefined-reference-to-boostsystemsystem-category-when-compiling

It seems like everyone says it is not a compiling error but a linking error and say that you just have to write "-lboost_system" somewhere. Where do you write it to link it?
sr. member
Activity: 1190
Merit: 306
Someone such as yourself really shouldn't be dipping their toes into the developers' pool.  There's just no need for another shitcoin from someone who solicits coding advice from a discussion forum.
member
Activity: 98
Merit: 11
Just created a new VM and now I am starting from scratch to see if it works
member
Activity: 98
Merit: 11
It says when entering the command "ldconfig -v" that libboost_XXXXXX(different things).so.1.58.0 are all linked properly, but the error is still coming up.
member
Activity: 98
Merit: 11
You are missing a boost dependency somewhere. Either the function doesn't exist, you forgot to include it, or you don't have boost installed.

We installed these is something missing? We also tried updating it to 1.58 and that didn't change anything.

sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
sudo apt-get install libboost-all-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libminiupnpc-dev

sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev
sudo apt-get install libboost1.37-dev
staff
Activity: 3374
Merit: 6530
Just writing some code
You are missing a boost dependency somewhere. Either the function doesn't exist, you forgot to include it, or you don't have boost installed.
member
Activity: 98
Merit: 11
I am making a coin and I am on my first compile and I keep getting the error message "undefined reference to 'boost::system::get_system::get_system_category(). What is the problem?
Jump to: