Hello, * 秦明钢(ULAND-2G技术) wrote on Tue, Nov 27, 2007 at 04:38:04AM CET: > Compiling... > > qrenc.c > > e:\条形码\qrencode-1.0.2\qrenc.c(24) : fatal error C1083: Cannot open include > file: 'png.h': No such file or directory > > Error executing cl.exe. > > e:\条形码\qrencode-1.0.2\qrenc.c(25) : fatal error C1083: Cannot open include > file: 'getopt.h': No such file or directory > > Error executing cl.exe.
It seems the package you are compiling is either missing some header files, or assuming them to be present on a system where they are not. Anyway, from what you show, this bug has little to do with Automake and everything with the package. Please report to the qrencode maintainer. If this site <http://megaui.net/fukuchi/works/qrencode/index.en.html> matches the package, then I guess you need cygwin installed. Cheers, Ralf