Lines Matching refs:BINDGEN
74 if ! command -v "$BINDGEN" >/dev/null; then
76 echo >&2 "*** Rust bindings generator '$BINDGEN' could not be found."
129 LC_ALL=C "$BINDGEN" --version workaround-for-0.69.0 2>/dev/null
133 echo >&2 "*** Running '$BINDGEN' to check the Rust bindings generator version failed with"
146 echo >&2 "*** Running '$BINDGEN' to check the bindings generator version did not return"
158 echo >&2 "*** Rust bindings generator '$BINDGEN' is too old."
167 if ! "$BINDGEN" $(dirname $0)/rust_is_available_bindgen_0_66.h >/dev/null; then
169 echo >&2 "*** Rust bindings generator '$BINDGEN' versions 0.66.0 and 0.66.1 may not"
184 LC_ALL=C "$BINDGEN" $(dirname $0)/rust_is_available_bindgen_libclang.h 2>&1 >/dev/null
188 echo >&2 "*** Running '$BINDGEN' to check the libclang version (used by the Rust"
208 echo >&2 "*** Running '$BINDGEN' to check the libclang version (used by the Rust"
221 echo >&2 "*** libclang (used by the Rust bindings generator '$BINDGEN') is too old."
241 echo >&2 "*** libclang (used by the Rust bindings generator '$BINDGEN')"