Skip to content

[GettextRuntime] Make gettext-runtime its own package #11038

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nhz2
Copy link
Contributor

@nhz2 nhz2 commented Apr 18, 2025

Fixes #11030

These are the parts of gettext that are useful at runtime. Unlike the current Gettext_jll, this package doesn't depend on CompilerSupportLibraries_jll or XML2_jll.

@nhz2 nhz2 marked this pull request as ready for review April 18, 2025 23:43
@nhz2 nhz2 marked this pull request as draft April 19, 2025 03:08
@nhz2 nhz2 marked this pull request as ready for review April 21, 2025 18:55
@ViralBShah
Copy link
Member

Perhaps @giordano should chime in given the original issue about using Gettext_jll as a BuildDependency.

In the meanwhile, might as well update this to 0.25.

@nhz2 nhz2 marked this pull request as draft May 9, 2025 19:35
@nhz2
Copy link
Contributor Author

nhz2 commented May 9, 2025

I need to test that Makie still works with this instead of the current Gettext_jll. I think I can do that using https://docs.binarybuilder.org/stable/FAQ/#Can-I-publish-a-JLL-package-locally-without-going-through-Yggdrasil?

@nhz2
Copy link
Contributor Author

nhz2 commented May 11, 2025

Makie works on Linux using Glib built with GettextRuntime_jll, but on Windows I get

image

This is when I run:

using Pkg
Pkg.activate(;temp=true)
Pkg.add([
    (;url="https://github.com/nhz2/GettextRuntime_jll.jl", rev="02e0a8c"),
    (;url="https://github.com/nhz2/Glib_jll.jl", rev="be9f964"),
    (;name="CairoMakie"),
])

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

Successfully merging this pull request may close these issues.

A new GettextRuntime_jll package
2 participants