The newest cvs fails building on windows using VC++. It gives a linking error against "va_copy", which is called in eval.d, and seems to be relatively recent. It seems as though this function is gcc specific, and I don't know of a similar replacement for windows. Anyone know a fix?