This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

apache 1.3.34 can not compile anymore


apache 1.3.34 used to compile without problems under cygwin. Now make ends the following way -

===> src/support
make[2]: Entering directory `/home/src/apache/apache_1.3.34/src/support'
gcc -c -I../os/cygwin -I../include -DCYGWIN -DUSE_HSREGEX -DNO_DL_NEEDED `../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 `/home/src/apache/apache_1.3.34/src/support'
make[1]: *** [build-support] Error 1
make[1]: Leaving directory `/home/src/apache/apache_1.3.34'
make: *** [build] Error 2


I saw here related problems -

http://www.cygwin.com/ml/cygwin/2005-12/msg00183.html
http://www.mail-archive.com/cygwin@cygwin.com/msg62795.html

The second one points out that this is apache problem, but I compiled apache 1.3.34 tens of times for cygwin in the past months (last compile 1-2 months ago) without any problem.

Could anybody tell me how can I roll back to cygwin 1-5-18, so that I can work until this is resolved?

Thanks,
Iv


-- 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]