[Adding Brecht who has been build testing 3.2 so far]
On 13/10/2012 6:53 p.m., Amos Jeffries wrote:
We now have trunk building compat/ and lib/ properly on Windows.
I need a little bit of help now identifying what bundled helpers to
auto-disable because they are unnecessary on Windows. Which will leave
us the set of helpers to work on fixing bugs in.
This is what I have so far:
Basic auth helpers are now mostly building or auto-disabled.
SSPI helper has a build error I can't get my head around yet. Any ideas
welcome
http://build.squid-cache.org/job/3.HEAD-Windows-MinGW/lastFailedBuild/console
These Basic auth helpers are not built:
MSNT
NIS
PAM
LDAP
SASL
getpwnam
helpers/digest_auth:
LDAP
eDirectory
helpers/external_acl:
AD_group
LDAP_group
LM_group
eDirectory_userip
kerberos_ldap_group
session
time_quota
unix_group
wbinfo_group
helpers/negotiate_auth:
kerberos
helpers/ntlm_auth:
smb_lm (disable - SSPI is available)
(others elided here [SSPI, fake, file, DB etc] are *supposed* to build
on Windows).
Amos