>In file included from ../../../../winsup/cygwin/cygheap.cc:18: >../../../../winsup/cygwin/path.h: In method `bool path_conv::exists() const': >../../../../winsup/cygwin/path.h:89: `INVALID_FILE_ATTRIBUTES' undeclared (first use this function) >../../../../winsup/cygwin/path.h:89: (Each undeclared identifier is reported only once >../../../../winsup/cygwin/path.h:89: for each function it appears in.) >../../../../winsup/cygwin/path.h:89: warning: control reaches end of non-void function `path_conv::exists() const'
手動で download してきて、setup.exe では install from local directory としたほうがいいと思う。
121 :福だ :02/01/22 16:49
Win2000pro に cygwin 1.3.6-6 をインストールし、cygwin1.dll を make しようとしています。
make 2>&1 | tee make.log とし、エラーメッセージに従いながら、nstall-sh、config.sub、 configure.host をコピーし、i386/Makefile を修正していくと、 make[2]: Entering directory `/usr/src/cygwin-1.3.6-6/i686-pc-cygwin/winsup/utils' make[2]: *** No rule to make target `all'. Stop. という、エラーが発生しました。
このまま、エラーを取り続けていくしかないのでしょうか?それとも、 なにか根本的に make の手順が間違っているのでしょうか?
どなたか、cygwin1.dll の make 方法をご存知の方、または、make 方法を 日本語で公開しているページをご存知の方、ご教授ください。 宜しくお願いします。