zheng daqi wrote:
> Hello,
> 
> I got a problem when I compiled hadoop's pipes' example(under cygwin).
> and I searched a lot, and find nobody have met the same problem.
> could you please give me some suggestions, thanks very much.

> BUILD FAILED
> E:\cygwin\home\godblesswho\hadoopinstall\hadoop-0.18.0\build.xml:1115:
> Execute f
> ailed: java.io.IOException: Cannot run program
> "E:\cygwin\home\godblesswho\hadoo
> pinstall\hadoop-0.18.0\src\c++\pipes\configure" (in directory
> "E:\cygwin\home\go
> dblesswho\hadoopinstall\hadoop-0.18.0\build\c++-build\Windows_XP-x86-32\pipes"):
>  CreateProcess error=193, %1 ????????????Ч???? Win32 ????ó

when Ant can't run a program, you get a windows system error code
http://msdn.microsoft.com/en-us/library/ms681382(VS.85).aspx

"ERROR_BAD_EXE_FORMAT 193 0xC1 %1 is not a valid Win32 application."

I'd look for the program 'configure' on your path. What happens when you
type it in on the command line?

Reply via email to