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]

Re: apache 1.3.34 can not compile anymore


"pobox@verysmall.org" wrote:

> Tried to roll back to 1.5.18-1 from the setup.exe, but now I get 10s of
> error messages from packages who do not find getline in the cygwin dll.

You would have to also use a previous version of any programs that need
getline().  I think this includes findutils and coreutils.

> Could anybody help me to compile apache 1.3.34 under cygwin with this
> getline change?
> 
> I need it compiled because of php and related stuff.

The patch in PR9894 is more or less what you want.  It won't apply
cleanly to 1.3.34 since it was generated against 1.3.24, but you get the
idea.

You could also do something like "#define getline ap_getline" at the top
of each of those three files, but the define would have to come after
stdio.h has been included.

Brian

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