Lines Matching full:echo

21 	echo $((100000 * $1 + 100 * $2 + $3))
27 echo >&2 "***"
28 echo >&2 "*** Rust compiler '$RUSTC' could not be found."
29 echo >&2 "***"
37 echo >&2 "***"
38 echo >&2 "*** Rust bindings generator '$BINDGEN' could not be found."
39 echo >&2 "***"
57 echo >&2 "***"
58 echo >&2 "*** Rust compiler '$RUSTC' is too old."
59 echo >&2 "*** Your version: $rust_compiler_version"
60 echo >&2 "*** Minimum version: $rust_compiler_min_version"
61 echo >&2 "***"
66 echo >&2 "***"
67 echo >&2 "*** Rust compiler '$RUSTC' is too new. This may or may not work."
68 echo >&2 "*** Your version: $rust_compiler_version"
69 echo >&2 "*** Expected version: $rust_compiler_min_version"
70 echo >&2 "***"
86 echo >&2 "***"
87 echo >&2 "*** Rust bindings generator '$BINDGEN' is too old."
88 echo >&2 "*** Your version: $rust_bindings_generator_version"
89 echo >&2 "*** Minimum version: $rust_bindings_generator_min_version"
90 echo >&2 "***"
95 echo >&2 "***"
96 echo >&2 "*** Rust bindings generator '$BINDGEN' is too new. This may or may not work."
97 echo >&2 "*** Your version: $rust_bindings_generator_version"
98 echo >&2 "*** Expected version: $rust_bindings_generator_min_version"
99 echo >&2 "***"
114 echo >&2 "***"
115 echo >&2 "*** libclang (used by the Rust bindings generator '$BINDGEN') is too old."
116 echo >&2 "*** Your version: $bindgen_libclang_version"
117 echo >&2 "*** Minimum version: $bindgen_libclang_min_version"
118 echo >&2 "***"
136 echo >&2 "***"
137 echo >&2 "*** libclang (used by the Rust bindings generator '$BINDGEN')"
138 echo >&2 "*** version does not match Clang's. This may be a problem."
139 echo >&2 "*** libclang version: $bindgen_libclang_version"
140 echo >&2 "*** Clang version: $clang_version"
141 echo >&2 "***"
154 echo >&2 "***"
155 echo >&2 "*** Source code for the 'core' standard library could not be found"
156 echo >&2 "*** at '$rustc_src_core'."
157 echo >&2 "***"