Hello All,
It seems that cl_cv_decolonize is defined as 'cygpath --unix $x' when
building under mingw. This causes the top level makefile and module
configure's to have a cygdrive prefix in paths, which are incorrect in a
mingw system.
For example cl_cv_clisp_libdir is defined as
/cygdrive/e/MinGW/msys/1.0/home/DanStanger/clisp-hg/mgwbuild/ when it
should be defined as:
cl_cv_clisp_libdir=/e/MinGW/msys/1.0/home/DanStanger/clisp-hg/mgwbuild/ .
This causes the i18n configure to fail.
Dan Stanger
|