Re: Problem Build Latest Win32 CVS Release

2001-03-15 Thread Jeff Trawick
Ian Holsman <[EMAIL PROTECTED]> writes: > Hi. > I'm trying to build the latest APR CVS release using the .dsw supplied > in Apache. > > I've run into the problem where it couldn't find apr_inet_pton. > I can't just include the file, as it uses EAFNOSUPPORT which isn't defined > in Win32. > > I t

Problem Build Latest Win32 CVS Release

2001-03-15 Thread Ian Holsman
Hi. I'm trying to build the latest APR CVS release using the .dsw supplied in Apache. I've run into the problem where it couldn't find apr_inet_pton. I can't just include the file, as it uses EAFNOSUPPORT which isn't defined in Win32. I think this is a pretty recent change, due to the Win32 file

Re: builconf APR and httpd2.0

2001-03-15 Thread rbb
I'll try to get this applied and committed today. If I don't get to it until tomorrow, don't worry, it's on my short list. Ryan On Thu, 15 Mar 2001, jean-frederic clere wrote: > Hi Ryan, > > I have fixed it - It works on my Linux Box - > > Find enclosed the patch for httpd-2.0 > > Cheers > > J

Re: builconf APR and httpd2.0

2001-03-15 Thread jean-frederic clere
Hi Ryan, I have fixed it - It works on my Linux Box - Find enclosed the patch for httpd-2.0 Cheers Jean-frederic [EMAIL PROTECTED] wrote: > > This is most definately a bug. APR should have a copy of the libtool > files, and ANY APR application should just use those files. There is no > reas

Re: apr_realpath

2001-03-15 Thread Brian Havard
On Wed, 14 Mar 2001 21:08:01 -0600, William A. Rowe, Jr. wrote: >From: "Brian Havard" <[EMAIL PROTECTED]> >Sent: Wednesday, March 14, 2001 7:39 PM >> Actually OS/2 does NOT have the long/short name crap that windows does. > >Good point. Quick question ... it does have case insensitivty and drive

Re: apr_realpath

2001-03-15 Thread William A. Rowe, Jr.
From: "Brian Havard" <[EMAIL PROTECTED]> Sent: Wednesday, March 14, 2001 7:39 PM > On Wed, 14 Mar 2001 09:38:21 -0600, William A. Rowe, Jr. wrote: > > [...] > > >Canonicalizing first to the truename is required before apr_filepath_common > >can be > >trusted on Win32 or OS2, since c:/thislongn

Re: apr_realpath

2001-03-15 Thread Kevin Pilch-Bisson
On Wed, Mar 14, 2001 at 03:29:49PM -0600, William A. Rowe, Jr. wrote: > From: "Kevin Pilch-Bisson" <[EMAIL PROTECTED]> > Sent: Wednesday, March 14, 2001 3:08 PM > > > > > > Would there be a way to convert an incomplete path to a complete path? > > > > (change drive to c:, getpwd, append foo, in t

Re: apr_realpath

2001-03-15 Thread Brian Havard
On Wed, 14 Mar 2001 09:38:21 -0600, William A. Rowe, Jr. wrote: [...] >Canonicalizing first to the truename is required before apr_filepath_common >can be >trusted on Win32 or OS2, since c:/thislongname/ is also c:/THISLO~1/ Actually OS/2 does NOT have the long/short name crap that windows does