Windows环境下Eclipse--autoconf

来源:互联网 发布:录音笔 知乎 编辑:程序博客网 时间:2024/05/22 12:13

hadoop Eclipse编译错误

BUILD FAILED
D:\130219\hadoop-1.0.3\build.xml:618: Execute failed: java.io.IOException: Cannot run program "autoreconf" (in directory "D:\130219\hadoop-1.0.3\src\native"): CreateProcess error=2, ?????????

 

参考1

原因猜测可能是在windows Eclipse环境下无此工具

 grep "autoreconf" build.xml
    <exec executable="autoreconf" dir="${native.src.dir}" searchpath="yes"
    <exec executable="autoreconf" dir="${c++.utils.src}" searchpath="yes"
    <exec executable="autoreconf" dir="${c++.pipes.src}" searchpath="yes"
    <exec executable="autoreconf" dir="${c++.examples.pipes.src}"
    <exec executable="autoreconf" dir="${c++.libhdfs.src}"
    <exec executable="autoreconf"

 

参考2

 

http://bbs.chinaunix.net/thread-2030352-1-1.html

 

http://blog.csdn.net/lookqlp/article/details/8000022

 

http://hi.baidu.com/cbncb/item/7a7ded119e51859a98ce334c

 

http://man.chinaunix.net/linux/lfs/htmlbook/appendixa/autoconf.html  autoconf

 

http://www.mysjtu.com/page/M0/S598/598549.html

 

http://blog.csdn.net/dragon8299/article/details/6240766

 
http://www.docin.com/p-34301077.html
 
 
在 Centos 6.2下 使用教程 http://wenku.baidu.com/view/c1ad44323968011ca3009199.html
可以编译通过
 
原创粉丝点击