Closed elanini closed 7 years ago
There doesn't appear to be a synctex package for OSX. And MacTex seems to be bundeling the library directly, so there is no access to it.
I found the source code, let's see if it will compile...
I added a --with-synctex
option which should install synctex and link to it correctly.
Haven't tested it functionally though, so feel free to open a new issue if it doesn't work properly.
I am unable to compile zathura with synctex support.
I have just installed MacTex2016 using the pkg from their site and linked with FixLink.pkg
This is the output of --help:
Looking at the makefile, it checks for synctex with pkg-config synctex, which fails, disabling synctex. If it is enabled, <synctex/synctex_parser.h> is included, which doesn't exist on my system.
Is there any way to compile with synctex support?