Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glib-2.78.1 complains about iconv and intl #64

Open
firasuke opened this issue Dec 27, 2023 · 1 comment
Open

glib-2.78.1 complains about iconv and intl #64

firasuke opened this issue Dec 27, 2023 · 1 comment

Comments

@firasuke
Copy link

Hey there,

I'm trying to build glib-2.78.1 using muon on a custom Linux distribution that uses gettext-tiny and is based on musl libc. I am receiving the following error:

err project /root/glib-2.78.1/subprojects/iconv not found
fallback ['iconv'] failed for 'iconv'
err required dependency ['iconv'] not found
/root/glib-2.78.1/meson.build:2081:25: error required dependency not found
2081 |    libiconv = dependency ('iconv')

I tried several iconv implementations from toybox and from Alpine, but that doesn't seem to be the issue.

If I remove the dependency from the meson.build file I get a missing intl error.

Any ideas?

Thanks for your time!

@xhebox
Copy link
Collaborator

xhebox commented Dec 28, 2023

Hmm, are you trying iconv util implementations?

I think you need a libiconv implementation library like this with libiconv.so.

Or maybe you could just disable intl. It should be possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants