Hello,
I succeeded to build my own alpine 2.10 on Cygwin, btw. doing the
configuration like
./configure --with-ssl-certs-dir=/usr/ssl/certs --with-passfile=$HOME/alpine.pwd --without-local-password-cache --with-local-password-cache-method
in order to obtain the -passfile option and to be sure that all
certificates will be found.
When I was composing a first message, I suddenly got the following
unexepected message printed just into the line where I was typing in:
cygwin warning:
MS-DOS style path detected: /home/braumann\#pico04024#
Preferred POSIX equivalent is: /home/braumann/#pico04024#
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
My question: should I really define a Variable CYGWIN and assign
nodosfilewarning? Or is the above rather a hint that the path separator
selection for cygwin builds should be corrected somewhere in the source
code?
Thanks - UD