-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can build standalone but not as dependency #1178
Comments
I have this too, it's definitely not completed with the C++17 upgrade |
Found it - it's actually already been fixed in d5a605d, but for some reason that doesn't land if you download tectonic from master and run |
where you run this command or i still facing same issue even after update the field |
Has anyone found a good fix for this? The issue is still happening for me, trying to build tectonic as a cargo dependency on mac OS. |
Have you checked out the discussion in #1202? I got it working with that update. (There hasn't been a proper release in a while, though, so you need to be building from the repo.) |
Is there an ETA on a release with the fix? |
I'm trying to embed Tectonic in another program but am running into build issues that I can't quite pin down...
I'm building on macOS with dependencies installed via Homebrew.
This works just fine:
But this fails:
With trouble building the vendored HarfBuzz, it looks like.
I noted this discussion where the problem was resolved by enabling
external-harfbuzz
but that just seems to have a different set of build issues where it looks like the XeTeX build is looking for<harfbuzz/hb.h>
but the pkg-config include flag is already pointing to theharfbuzz
directory so it's missing the header:I was about to start mucking around with CFLAGS but figured there might be some deeper issue I'm missing, at least with regard to getting the vendored version building properly when the Tectonic is a dependency.
The text was updated successfully, but these errors were encountered: