Skip to content

version defined in 2024 branch #94

Description

@fedelibre

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:

  1. 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?
  2. The meson syntax is probably outdated so the built library results undefined. I had to patch meson.build:
diff --git a/meson.build b/meson.build
index a940709..e6b3c5a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('synctex', 'c')
+project('synctex', 'c', version: '1.22')
 
 version = '1.3'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions