Re: Win32 project building

2004-10-20 Thread Brian King
On 20.10.2004 22:06, Randy Kobes wrote: For the .tar.gz sources, did you run the suggested perl apr\build\lineends.pl apr apr-util to convert to DOS line endings? Also, Yes I did. http://apr.apache.org/compiling_win32.html suggests to use, from the command line, msdev aprutil.dsw /MAKE "a

Re: Win32 project building

2004-10-20 Thread Randy Kobes
On Wed, 20 Oct 2004, Brian King wrote: > On 20.10.2004 20:34, Cliff Woolley wrote: > > > Um, well, if you mean "support for building APR on Win32" or "support for > > building apps with APR on Win32", then the answer is yes. If you just > > need general help with Win32 application development not

Re: Win32 project building

2004-10-20 Thread Brian King
On 20.10.2004 20:34, Cliff Woolley wrote: Um, well, if you mean "support for building APR on Win32" or "support for building apps with APR on Win32", then the answer is yes. If you just need general help with Win32 application development not related to APR, then no. :-) It's falls closest into t

Re: Win32 project building

2004-10-20 Thread Cliff Woolley
On Wed, 20 Oct 2004, Brian King wrote: > I'm just wondering if this is the right list to get support for Win32 > building issues. Um, well, if you mean "support for building APR on Win32" or "support for building apps with APR on Win32", then the answer is yes. If you just need general help with

Win32 project building

2004-10-20 Thread Brian King
I'm just wondering if this is the right list to get support for Win32 building issues. If not, please excuse this post, and if possible suggest other forums if there are any. -- Brian King www.mozdev.org - free project hosting for the mozilla community

Re: [PATCH] configure for apr

2004-10-20 Thread Joe Orton
On Wed, Oct 20, 2004 at 05:21:33PM +0200, eufordia wrote: > I think there is an error in the configure script: > you use 'off64_t' instead of '__off64_t'. > > I work in Linux Red Hat 9.0: > > with the original file gcc3.2.2 don't want to compile my prg, because it > find an error in apr.h at lin

[PATCH] configure for apr

2004-10-20 Thread eufordia
I think there is an error in the configure script: you use 'off64_t' instead of '__off64_t'. I work in Linux Red Hat 9.0: with the original file gcc3.2.2 don't want to compile my prg, because it find an error in apr.h at line 261: "typedef __off64_t apr_off_t;" with the new file (__of