An update: I installed autotools in cygwin and still build FAILS with the same message. $ which autoreconf /usr/bin/autoreconf
Best, Uday. ------------------------- I do not blog but e-write: http://uds-web.blogspot.com ________________________________ From: Uday Subbarayan <[email protected]> To: "[email protected]" <[email protected]> Sent: Friday, July 1, 2011 12:07 PM Subject: Cyqwin/Windows: Trunk Build Failure: autoreconf problem Guys, I need CSharp client binding to ZK. It's available only in trunk. So, checkout the code this AM and try compiling the code in Cyqwin on Win7 and failed with this message. I searched this mailing list and some one mentioned about bundling of autotools and i don't see it in trunk. I will look for this tool in Cyqwin and anyone has any pointers to compile ZK on Cyqwin, pl let me know. Best, -Uday. ==================================================================== ...svn_checkout_30june11\zookeeper\trunk\build.xml:897: Execute failed: java.io.IOException: Cannot run program "autoreconf" (in directory "....\zookeeper\svn_checkout_30june11\zookeeper\trunk\src\c"): CreateProcess error=2, The system cannot find the file specified at java.lang.ProcessBuilder.start(ProcessBuilder.java:460) at java.lang.Runtime.exec(Runtime.java:593) at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:827) at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:445) at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:459) at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:635) at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:676) at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:502) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.Target.execute(Target.java:390) at org.apache.tools.ant.Target.performTasks(Target.java:411) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397) at org.apache.tools.ant.Project.executeTarget(Project.java:1366) at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) at org.apache.tools.ant.Project.executeTargets(Project.java:1249) at org.apache.tools.ant.Main.runBuild(Main.java:801) at org.apache.tools.ant.Main.startAnt(Main.java:218) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109) Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl.<init>(ProcessImpl.java:81) at java.lang.ProcessImpl.start(ProcessImpl.java:30) at java.lang.ProcessBuilder.start(ProcessBuilder.java:453) ... 23 more
