mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 17:23:08 +00:00
efb9b804a7
``` xdm-aarch64-unknown-linux-gnu> checking for cpp... no xdm-aarch64-unknown-linux-gnu> checking if aarch64-unknown-linux-gnu-gcc -E requires -undef... aarch64-unknown-linux-gnu-gcc: fatal error: noinput files xdm-aarch64-unknown-linux-gnu> compilation terminated. xdm-aarch64-unknown-linux-gnu> aarch64-unknown-linux-gnu-gcc: fatal error: no input files xdm-aarch64-unknown-linux-gnu> compilation terminated. xdm-aarch64-unknown-linux-gnu> aarch64-unknown-linux-gnu-gcc: fatal error: no input files xdm-aarch64-unknown-linux-gnu> compilation terminated. xdm-aarch64-unknown-linux-gnu> configure: error: aarch64-unknown-linux-gnu-gcc -E defines unix with or without -undef. I don't know what to do. ``` it appears that the configure script isn't checking `${ac_tool_prefix}cpp` ``` for ac_prog in cpp do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_RAWCPP+:} false; then : ``` |
||
---|---|---|
.. | ||
quartz-wm | ||
xorg | ||
xquartz |