Hi Christian,

Christian Lohmaier schrieb am 19.05.2026 um 16:55:
Hi Regina,
[..]
Can you confirm that it is indeed using the fallback path in
configure.ac by e.g. adding a AC_MSG_ERROR([In the fallback block])
line to configure.ac around line 4520 after
      if test -z "$UCRTSDKDIR"; then

and/or a AC_MSG_WARN([UCRTSDKDIR: $UCRTSDKDIR – UCRTSDKDIR_unix:
$UCRTSDKDIR_unix]) after those are assigned?
Optionally also the result of "$(win_get_env_from_vsdevcmdbat
UniversalCRTSdkDir)" that is used in the fallback block.

I have put a
AC_MSG_WARN([UCRTSDKDIR_1: $UCRTSDKDIR – UCRTSDKDIR_unix:$UCRTSDKDIR_unix])
before line
    reg_get_value_32 "HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Microsoft

and a
AC_MSG_WARN([UCRTSDKDIR_2: $UCRTSDKDIR – UCRTSDKDIR_unix:$UCRTSDKDIR_unix])
before line
    dnl Hack needed at least by tml:

In the config.log I only see
configure:14483: WARNING: UCRTSDKDIR_1: C:/PROGRA~2/WI3CF2~1/10 – UCRTSDKDIR_unix:/mnt/c/PROGRA~2/WI3CF2~1/10/

There is no warning printed with UCRTSDKDIR_2.

Kind regards,
Regina


Reply via email to