jlaurens / synctex

Synchronization for TeX
MIT License
57 stars 19 forks source link

Build with meson/ninja #71

Closed hoheinzollern closed 4 months ago

hoheinzollern commented 4 months ago

I have prepared some build scripts for meson/ninja, README.md is updated with information how to build with meson. This also automates the creation of Xcode projects, that I also described, but did not test.

jlaurens commented 4 months ago

Hi,

I could not build on OSX, neither with ninja, nor Xcode. I am not used to meson, so here is the relevant error of meson build

meson.build:1:0: ERROR: Unable to detect linker for compiler `cc -Wl,--version`
stdout: 
stderr: ld: unknown options: --version 
clang: error: linker command failed with exit code 1 (use -v to see invocation)

The web site of the project is https://github.com/jlaurens/synctex, better than texlive

jlaurens commented 4 months ago

An old meson was hiding the most recent one. Things are OK now.

hoheinzollern commented 4 months ago

Thank you for all the comments, I hope they are now addressed