namecoin / namecoin-legacy

Legacy client. New version here: https://github.com/namecoin/namecoin-core Note the release branch! - Official website:
https://namecoin.org
MIT License
448 stars 177 forks source link

Depends on glib #169

Open luke-jr opened 10 years ago

luke-jr commented 10 years ago

Unreasonable and completely unnecessary dependency

phelixbtc commented 10 years ago

Hmm I think it is not on Windows, at least I have never heard of glib. Maybe on Linux through boost? Any hint on how we can get rid of this dependency?

JeremyRand commented 10 years ago

Anyone happen to know what code is relying on glib?

Personally I'd rather see effort get spent on rebasing on a current codebase rather than worrying about noncritical issues with legacy code.

phelixbtc commented 10 years ago

@luke-jr Could you elaborate?

josephbisch commented 9 years ago

This affects Linux only. It has to do with the -l gthread-2.0 \ lines in src/Makefile. Removing those lines seems to have no adverse effect on the operation of either Namecoin-qt or namecoind.

JeremyRand commented 9 years ago

Thanks @josephbisch . Can anyone else confirm that removing it doesn't affect anything?