Re: Solution to apr stdio/msvc crt/service handles and logging

2007-09-29 Thread Randy Kobes
On Thu, 27 Sep 2007, William A. Rowe, Jr. wrote: Randy Kobes wrote: I'm currently rebuilding everything with VC 8 (the free version), and will report on that later. Yea - I discovered it's quite impossible to get msvcrt-linked activestate to cooperate with openssl compiled again

Re: Solution to apr stdio/msvc crt/service handles and logging

2007-09-27 Thread Randy Kobes
On Thu, 27 Sep 2007, William A. Rowe, Jr. wrote: http://people.apache.org/~wrowe/apr-1.x-win32-nohandle.patch FYI - that one does not apply cleanly to apr-1.2 (it's trunk) if you want the easily applied flavor, that would be; http://people.apache.org/~wrowe/apr-1.2-win32-nohandle.patch The h

finfo->protection on Win32

2006-05-29 Thread Randy Kobes
2.7 of apr (Apache/2.2.2), I get: protection: 1904 WREAD: 0 WWRITE: 0 I couldn't see what changed in apr/file_io/win32/filestat.c to cause this difference - is this an intentional change? Thanks. -- best regards, Randy Kobes

Re: [VOTE] 1.2.3 releases

2006-01-29 Thread Randy Kobes
2, both with apr-1.2.3 and apr-0.9.8, I get a compile error: apr-1.2.3\file_io\win32\readwrite.c(326) : error C2065: 'timemilliseconds' : undeclared identifier It looks like the first diff at http://mail-archives.apache.org/mod_mbox/apr-commits/?format=atom may be relevant here? -- best regards, Randy Kobes

Re: Modifying Win32 default optimizations?

2005-05-11 Thread Randy Kobes
sounds great, but one consideration from the point of view of Perl (eg, mod_perl) is that the dominant Win32 Perl binary, from ActiveState, uses VC 6 to compile, and they don't have any plans soon of changing that. But that might change by the next generation. -- best regards, randy kobes

advice on use of APR_STATUS_IS_*

2005-05-08 Thread Randy Kobes
t? Or, for such cases, has common useage become just to compare against the corresponding APR_* constant (eg, APR_EOF)? Thanks very much. -- best regards, randy kobes

Re: Precompiled APR libraries for Win32?

2004-12-22 Thread Randy Kobes
On Wed, 22 Dec 2004, ajalkane wrote: > On Wed, 22 Dec 2004 12:41:24 -0600 (CST), Randy Kobes > <[EMAIL PROTECTED]> wrote: > > On Sun, 19 Dec 2004, ajalkane wrote: > > > > > Has anyone built APR 1.0.1 built for Win32 that does not require > > > Cygwi

Re: Precompiled APR libraries for Win32?

2004-12-22 Thread Randy Kobes
do not want to be dependent > on the cygwin dll. I've built it using VC++ 6, and could make it available, if that'd be useful. Would you need the libs, dlls, and header files? -- best regards, randy kobes

Re: apxs/apr-config/apu-config on Win32

2004-12-01 Thread Randy Kobes
On Mon, 29 Nov 2004, William A. Rowe, Jr. wrote: > At 11:51 AM 11/29/2004, Stas Bekman wrote: > >Randy Kobes wrote: > >>I've been testing out some perl scripts to emulate > >>apxs/apr-config/apu-config on Win32 (under Apache/2.0.x), > >>and was wonderin

apxs/apr-config/apu-config on Win32

2004-11-26 Thread Randy Kobes
n tested out on the c-modules within the perl-framework under httpd-test, as well as those under env/ of httpd-apreq-2, and they seem to work OK. -- best regards, randy kobes

Re: Win32 project building

2004-10-22 Thread Randy Kobes
On Wed, 20 Oct 2004, Brian King wrote: > 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. > > >htt

Re: Win32 project building

2004-10-20 Thread Randy Kobes
z sources, did you run the suggested perl apr\build\lineends.pl apr apr-util to convert to DOS line endings? Also, http://apr.apache.org/compiling_win32.html suggests to use, from the command line, msdev aprutil.dsw /MAKE "apr - Win32 Debug" ... -- best regards, randy kobes

Perl glue to APR

2004-05-20 Thread Randy Kobes
rked on Linux, and also the equivalent on Win32, using VC++. But I'm worried that this example may be too simplistic, and problems may arise in more complex situations, and/or such things can't be done on other OSs. Any comments, pointers, etc. would be welcome. Thanks. -- best regards, randy kobes