We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was building on MacOS. But got the error like:
Compiling humansize v2.1.3 Compiling pest_derive v2.7.15 Compiling unic-segment v0.9.0 error: failed to run custom build command for `tectonic_bridge_harfbuzz v0.2.9 (/Users/x/Work/texpresso/tectonic/crates/bridge_harfbuzz)` Caused by: process didn't exit successfully: `/Users/x/Work/texpresso/tectonic/target/release/build/tectonic_bridge_harfbuzz-3624665de4aef103/build-script-build` (exit status: 101) --- stdout OUT_DIR = Some(/Users/x/Work/texpresso/tectonic/target/release/build/tectonic_bridge_harfbuzz-e02a2b3f4efc8aa0/out) OPT_LEVEL = Some(3) TARGET = Some(aarch64-apple-darwin) HOST = Some(aarch64-apple-darwin) cargo:rerun-if-env-changed=CXX_aarch64-apple-darwin CXX_aarch64-apple-darwin = None cargo:rerun-if-env-changed=CXX_aarch64_apple_darwin CXX_aarch64_apple_darwin = None cargo:rerun-if-env-changed=HOST_CXX HOST_CXX = None cargo:rerun-if-env-changed=CXX CXX = None cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT RUSTC_WRAPPER = None cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS CRATE_CC_NO_DEFAULTS = None DEBUG = Some(false) cargo:rerun-if-env-changed=MACOSX_DEPLOYMENT_TARGET MACOSX_DEPLOYMENT_TARGET = None cargo:rerun-if-env-changed=CXXFLAGS CXXFLAGS = None cargo:rerun-if-env-changed=HOST_CXXFLAGS HOST_CXXFLAGS = None cargo:rerun-if-env-changed=CXXFLAGS_aarch64_apple_darwin CXXFLAGS_aarch64_apple_darwin = None cargo:rerun-if-env-changed=CXXFLAGS_aarch64-apple-darwin CXXFLAGS_aarch64-apple-darwin = None CARGO_ENCODED_RUSTFLAGS = Some() cargo:rerun-if-env-changed=AR_aarch64-apple-darwin AR_aarch64-apple-darwin = None cargo:rerun-if-env-changed=AR_aarch64_apple_darwin AR_aarch64_apple_darwin = None cargo:rerun-if-env-changed=HOST_AR HOST_AR = None cargo:rerun-if-env-changed=AR AR = None cargo:rerun-if-env-changed=ARFLAGS ARFLAGS = None cargo:rerun-if-env-changed=HOST_ARFLAGS HOST_ARFLAGS = None cargo:rerun-if-env-changed=ARFLAGS_aarch64_apple_darwin ARFLAGS_aarch64_apple_darwin = None cargo:rerun-if-env-changed=ARFLAGS_aarch64-apple-darwin ARFLAGS_aarch64-apple-darwin = None cargo:rustc-link-lib=static=harfbuzz cargo:rustc-link-search=native=/Users/x/Work/texpresso/tectonic/target/release/build/tectonic_bridge_harfbuzz-e02a2b3f4efc8aa0/out cargo:rerun-if-env-changed=CXXSTDLIB_aarch64-apple-darwin CXXSTDLIB_aarch64-apple-darwin = None cargo:rerun-if-env-changed=CXXSTDLIB_aarch64_apple_darwin CXXSTDLIB_aarch64_apple_darwin = None cargo:rerun-if-env-changed=HOST_CXXSTDLIB HOST_CXXSTDLIB = None cargo:rerun-if-env-changed=CXXSTDLIB CXXSTDLIB = None cargo:rustc-link-lib=c++ cargo:include-path=/Users/x/Work/texpresso/tectonic/target/release/build/tectonic_bridge_harfbuzz-e02a2b3f4efc8aa0/out;/opt/homebrew/Cellar/graphite2/1.3.14/include --- stderr thread 'main' panicked at crates/bridge_harfbuzz/build.rs:143:47: failed to copy header: Os { code: 2, kind: NotFound, message: "No such file or directory" } note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was building on MacOS. But got the error like:
The text was updated successfully, but these errors were encountered: