There is a JIRA for this and patch has been available for a while. https://issues.apache.org/jira/browse/ZOOKEEPER-1679
It's very likely that the patch doesn't apply anymore. I'll update the patch. --Michi On Fri, May 31, 2013 at 6:24 AM, Vetoshkin Nikita <[email protected]> wrote: > Yes, variables are declared throughout the function body, which MSVC > doesn't support. Plus some other simple cases like undeclared pid_t type > and strtoll() function. > > > 2013/5/31 Flavio Junqueira <[email protected]> > >> Agreed, hudson it has been failing for a while. Are you getting the same >> errors when you try to build it? >> >> -Flavio >> >> On May 31, 2013, at 2:32 PM, Vetoshkin Nikita <[email protected]> >> wrote: >> >> > Hmm... I tried to build trunk on holidays (failed) and I'm permanently >> > receiving "ZooKeeper-trunk-WinVS2008 - Build # 847 - Still Failing" >> letters >> > from Jenkins in this list. >> > >> > >> > 2013/5/31 Flavio Junqueira <[email protected]> >> > >> >> Hi Nikita, >> >> >> >> The only issue I could find has been resolved already: >> >> >> >> https://issues.apache.org/jira/browse/ZOOKEEPER-992 >> >> >> >> Are you trying to make trunk work or some earlier version? Also, if you >> >> know how to fix it, I'd encourage you to provide a patch. I can work >> with >> >> you if you need help. >> >> >> >> -Flavio >> >> >> >> On May 31, 2013, at 1:31 PM, Vetoshkin Nikita < >> [email protected]> >> >> wrote: >> >> >> >>> Hi there! >> >>> Is anyone interested in fixing C client build on Windows? Is there a >> >>> dedicated JIRA for this? >> >>> >> >>> Looking at error messages seems that most errors are caused by variable >> >>> declaration, because Visual C doesn't support C99, that should be >> trivial >> >>> to fix. >> >> >> >> >> >>
