X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:cc:subject; q=dns; s= default; b=wbpzyNXAa0NmZlrtuRX72PKCfM7fGDD2PCAk+Xp9KT0DONBow5YiU ceJeXLX/ZC/aia/qUWKXvUW26VJoiBaExz5CRzGfTTGXeGlXTmKG+yTdtQY8ExQe 9PXT7VdVzdR9OEdf/AKO/SVvD5m1pyx7LajIlAkJ+JffUoR4GlS0sU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:cc:subject; s=default; bh=hKZemJNJnwxBLIOZCDtQ0pRo3bA=; b=cXdD96rDdAlR8ED03F7u6MhlBq+k V4HhJP6pR2kpFYDUu3mS9EcxvhV4bELWqG3hjbozuQ08UmJOZUL0o5eCDdJB9l3w F0C7Gu40Mh3MobTTIpddIxFYNw58EBeZaWUTjMuIWd3ZaJyH9cTNVfshKveDcnQw 65o0cY1VxYn0Rgo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=4.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,FSL_HELO_NON_FQDN_1,KHOP_DYNAMIC,RCVD_IN_BRBL_LASTEXT,RCVD_IN_PBL,RCVD_VIA_APNIC,RDNS_DYNAMIC,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mail2.asahi-net.or.jp Message-ID: <20130914221822.2588@binki> Date: Sat, 14 Sep 2013 22:18:22 +0900 From: wynfield AT gmail DOT com To: cc: Subject: Build Failure for APR library X-IsSubscribed: yes I read that Apache would build on Cygwin out-of-the-box, but found out that isn't the case now if it was before. Or my setup is wrong. I wanted to build: Apache VERS=2.4.6 which is httpd-2.4.6 This requires the two libraries apr and apr-util After running configure with a success return code, I attempted to make apr, but it failed with the following message: I'd reeally appreciate some advice on how to fix this. Regards .... from /cygdrive/c/cygwin/usr/src/apache/httpd-2.4.6/srclib/apr/include/arch/unix/apr_private.h:996, from passwd/apr_getpass.c:22: /usr/lib/gcc/i686-pc-cygwin/4.7.3/../../../../include/w32api/winsock2.h:997:46: note: previous declaration of 'getservbyname' was here ----------------- --------------------------------------------- /cygdrive/c/cygwin/usr/src/apache/httpd-2.4.6/srclib/apr/build/apr_rules.mk:202: recipe for target `passwd/apr_getpass.lo' failed make[1]: *** [passwd/apr_getpass.lo] Error 1 make[1]: Leaving directory `/cygdrive/c/cygwin/usr/src/apache/httpd-2.4.6/srclib/apr' /cygdrive/c/cygwin/usr/src/apache/httpd-2.4.6/srclib/apr/build/apr_rules.mk:114: recipe for target `all-recursive' failed make: *** [all-recursive] Error 1 --- end of inserted error message - stop -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple