X-Spam-Check-By: sourceware.org X-Server: Advanced Direct Remailer Message-ID: <43941141.1030004@ericsson.com> Date: Mon, 05 Dec 2005 11:06:57 +0100 From: Nenad Antic User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Thunderbird/1.0.6 Mnenhy/0.7 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Call for testing Cygwin snapshot (problem with getline?) References: <20051130171137 DOT GE2999 AT calimero DOT vinschen DOT de> In-Reply-To: <20051130171137.GE2999@calimero.vinschen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Corinna Vinschen wrote, on 11/30/2005 6:11 PM: >1.5.19 has also some new functionality over 1.5.18. If you have sources >which take advantage of that stuff if present, we're also interested in >getting feeedback about those: > > ... > - getline, getdelim. > > ... I mentioned this when struggling with my mod_perl issues a few weeks back. Building apache worked without any hassles before (whenever I tried) and also as late as 1.5.18. However now (tried snapshot 20051201 last) this happens: ... gcc -c -I../os/cygwin -I../include -DCYGWIN -DNO_DBM_REWRITEMAP -DUSE_HSREGEX -DSHARED_CORE `../apaci` htpasswd.c htpasswd.c:101: error: conflicting types for 'getline' /usr/include/sys/stdio.h:31: error: previous declaration of 'getline' was here htpasswd.c:101: error: conflicting types for 'getline' /usr/include/sys/stdio.h:31: error: previous declaration of 'getline' was here make[2]: *** [htpasswd.o] Error 1 make[2]: Leaving directory `/d/Download/cygnus/sources/apache_1.3.34/src/support' make[1]: *** [build-support] Error 1 make[1]: Leaving directory `/d/Download/cygnus/sources/apache_1.3.34' make: *** [build] Error 2 The configuration switches I used were "--with-layout=Apache --enable-module=all --enable-module=so --enable-shared=max --enable-rule=SHARED_CORE --disable-module=auth_db --disable-module=auth_dbm --disable-module=mmap_static --without-confadjust". Don't know if this is a cygwin problem related to the new stuff or an apache autoconfig problem. /nenad -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/