Oleksii Stroganov
Oleksii Stroganov
I see. Is there a temporary solution? I think I will be fine using rocks-git for now, but I'd like to turn off/skip luarocks sync to speed up the process.
Tried, but the long install is still present with mentioned commands. I thinks I'll wait for luarocks replacement, it isn't a critical issue.
Hi all! For anyone still figuring out how to solve the missing `harfbuzz` error try to force correct path at runtime, e.g. run this in the `.../texpresso/tectonic/` directory (make sure...
> "/opt/homebrew/Cellar/harfbuzz/10.4.0_1/include/harfbuzz"... Do you have an older version of `harfbuzz`? That could be the issue. You may try to update it to the current version (i.e. 11.2.1), but first try...
Also, try to run command in a single line form, because I have found this also could cause troubles. The command: ```bash PKG_CONFIG_PATH=$(brew --prefix icu4c)/lib/pkgconfig C_INCLUDE_PATH=$(brew --prefix icu4c)/include LIBRARY_PATH=$(brew --prefix...
@Hanchao-Zhang any updates on build?
Seems like the source missing `PATH_MAX` variable. Got error: `use of undeclared identifier 'PATH_MAX'` Running `make all` on `detectonic` at `0afb47`, last commit
I think I found it, `PATH_MAX` defined in ``, but not in `` for `__APPLE__`. However, it should.
I figured! The `utils.c` was missing limits at all, added ``` #ifdef __APPLE__ # include #else # include #endif ``` in the top of `src/common/utils.c`. Now it works! TeXpresso shows...
@leanhdung1994 have you ran `make fill-tectonic-cache`? If so, please attach your output