Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Z zathura
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 159
    • Issues 159
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pwmt
  • zathura
  • Issues
  • #55
Closed
Open
Created Dec 09, 2018 by Tejas Sanap@sanaptejas

meson build can't find synctex

I'm running fedora 28. Im trying to build and install zathura 0.4.1 with synctex support. I have installed all the dependencies using dnf builddep zathura. This includes the synctex package from texlive, texlive-synctex.x86_64.

But, when I run meson build I get the following output:

The Meson build system
Version: 0.47.2
Source dir: /home/.../.../zathura
Build dir: /home/.../.../zathura/build
Build type: native build
Project name: zathura
Project version: 0.4.1
Native C compiler: ccache cc (gcc 8.2.1 "cc (GCC) 8.2.1 20181105 (Red Hat 8.2.1-5)")
Build machine cpu family: x86_64
Build machine cpu: x86_64
Library libm found: YES
Found pkg-config: /usr/bin/pkg-config (1.4.2)
Native dependency girara-gtk3 found: YES 0.3.0
Native dependency glib-2.0 found: YES 2.56.3
Native dependency gio-unix-2.0 found: YES 2.56.3
Native dependency gthread-2.0 found: YES 2.56.3
Native dependency gmodule-no-export-2.0 found: YES 2.56.3
Native dependency gtk+-3.0 found: YES 3.22.30
Native dependency cairo found: YES 1.15.12
Compiler for C supports arguments -Wall: YES
Compiler for C supports arguments -Wextra: YES
Compiler for C supports arguments -pedantic: YES
Compiler for C supports arguments -Werror=implicit-function-declaration: YES
Compiler for C supports arguments -Werror=vla: YES
Compiler for C supports arguments -fvisibility=hidden: YES
Native dependency sqlite3 found: YES 3.22.0

meson.build:72:0: ERROR:  Native dependency 'synctex' not found

I have turned on synctex as a compulsory dependency.

Can someone will please help me?

Assignee
Assign to
Time tracking