You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build synctex to use it in a flatpak package.
If I understand correctly, the stable branch is currently the 2024 branch, which has two problems:
The meson.build file states that it's version 1.3, but 1.3 seems too old. In fact it should be 1.22, shouldn't?
The meson syntax is probably outdated so the built library results undefined. I had to patch meson.build:
Another possible problem is that the built .so file doesn't have a version in the file name. How can I be sure that I've installed the right version library?
I'm trying to build synctex to use it in a flatpak package.
If I understand correctly, the stable branch is currently the 2024 branch, which has two problems:
The text was updated successfully, but these errors were encountered: