Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: soggy-hamster on June 22, 2012, 07:57:52 PM



Title: <deleted>
Post by: soggy-hamster on June 22, 2012, 07:57:52 PM
<deleted>


Title: Re: Building libbitcoin
Post by: jimbobway on June 22, 2012, 08:00:48 PM
Try posting in this thread in Development and Technical Discussion:

https://bitcointalk.org/index.php?topic=30646.120


Title: Re: Building libbitcoin
Post by: DILLIGAF on June 22, 2012, 08:20:01 PM
Ok thank you. Just copied post onto that thread.

And those are programming errors not file missing as it does not say file missing in any of what you have posted.


Title: Re: Building libbitcoin
Post by: DILLIGAF on June 22, 2012, 08:47:54 PM
I've had missing dependencies before when building libraries. They usually just exit like this without any help, unfortunately. Once I installed the missing dependency, the program built no problem.


Well extremely bad programming then it should fail with an error telling you the dependency is missing so it gives you a clue as to what is needed to get it running.

Edit: And I fail to see how a warning: missing braces around initializer for gets solved by installing a dependency unless of course the parsing of the source file changes depending on the version of dependency installed..