On 31.01.2012 05:20, Kinkie wrote:
Hi all,
in the past 10 days I've done a sprint on Windows. I've decided to
disregard portability and to cut corners, in order to try and map
what
should be done in order to make it work.
Here's the result:
squid@win-squid-build /c/work/hudson/eclipse/mswin
$ ./src/squid.exe -v
Squid Cache: Version 3.HEAD-BZR
configure options: '--disable-eui' '--without-aio' '--disable-wccp'
'--disable-wccpv2' '--enable-disk-io=Blocking'
'--cache-file=../config.cache'
It still fails to run, but at least the mswin branch now builds :)
Sweet!
So the next step is to get ./configure producing a working set of
defaults for Windows. Auto-disable on those features with error messages
if people enable them.
Amos