Closed Ericson2314 closed 6 years ago
The solution from what I've gathered is to explicitly add -lintl
to the linker flags which can be done in src/Makfile.am
. Try adding -lintl
after @GnuTLS_LIBS@
.
On a side note - if you're on OS X I'd honestly just look into using https://github.com/DrabWeb/Booru-chan instead. I don't have the time and resources to test/support OS X extensively.
Thanks. I'm just a maintainer looking at arbitrary darwin failures; coincidentally there just was opened an across-the-board PR doing just that fix.
With a recent version of http://github.com/nixos/nixpkgs/, I do
and it fails to link with
This makes me think there's a gettext dependency that isn't being accounted for explicitly. As it stands, other dependencies transitively bring gettext into scope for the nixpkgs build, but I notice autoreconf was saying
After some searching around, I did:
an ugly but effective way to get autoreconf to do gettext things (
0.19.1
was a version from 2014, chosen simply and stupidly because you use C++14). But unfortunately that still didn't solve the linking error.