namecoin-legacy icon indicating copy to clipboard operation
namecoin-legacy copied to clipboard

Depends on glib

Open luke-jr opened this issue 10 years ago • 5 comments

Unreasonable and completely unnecessary dependency

luke-jr avatar Aug 31 '14 03:08 luke-jr

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?

phelixbtc avatar Aug 31 '14 06:08 phelixbtc

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.

JeremyRand avatar Sep 05 '14 19:09 JeremyRand

@luke-jr Could you elaborate?

phelixbtc avatar Sep 22 '14 09:09 phelixbtc

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.

josephbisch avatar Dec 16 '14 23:12 josephbisch

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

JeremyRand avatar Dec 16 '14 23:12 JeremyRand