Win x64 build targets?

2006-11-02 Thread Issac Goldstand
Hi all, I just upgraded to a new PC with EM64T enabled, and got WinXP x64 edition, VS 2003 and a 64-bit-enabled version of the Windows SDK. I wanted to try building native 64-bit builds of httpd 2.2.3. APR seems to compile everything, but on linking I get the following error: link.exe

[PATCH] mod_disk_cache fails to compile [Was: svn commit: r468373 - in /httpd/httpd/trunk: CHANGES modules/cache/mod_cache.c modules/cache/mod_cache.h modules/cache/mod_disk_cache.c modules/cache/mod_

2006-11-02 Thread Martin Kraemer
On Fri, Oct 27, 2006 at 05:05:29PM +0200, Graham Leggett wrote: On Fri, October 27, 2006 4:38 pm, Davi Arnaut wrote: Where is pdconf ? Check out all those APR_HAS_SENDFILE. Aaargh... will fix. Still, since 2 days, again mod_disk_cache fails to compile on platforms with sendfile (e.g.,

Re: [PATCH] mod_disk_cache fails to compile [Was: svn commit: r468373 - in /httpd/httpd/trunk: CHANGES modules/cache/mod_cache.c modules/cache/mod_cache.h modules/cache/mod_disk_cache.c

2006-11-02 Thread Graham Leggett
On Thu, November 2, 2006 12:34 pm, Martin Kraemer wrote: Still, since 2 days, again mod_disk_cache fails to compile on platforms with sendfile (e.g., FreeBSD). Is r468409 present in your tree? Unfortunately I don't have a FreeBSD box, and so cannot reproduce the problem. If you can send more

Re: [PATCH] mod_disk_cache fails to compile [Was: svn commit: r468373 - in /httpd/httpd/trunk: CHANGES modules/cache/mod_cache.c modules/cache/mod_cache.h modules/cache/mod_disk_cache.c

2006-11-02 Thread Graham Leggett
On Thu, November 2, 2006 12:34 pm, Martin Kraemer wrote: Still, since 2 days, again mod_disk_cache fails to compile on platforms with sendfile (e.g., FreeBSD). I missed the patch you sent - looks the same as r468409 though? Regards, Graham --

Re: [PATCH] mod_disk_cache fails to compile [Was: svn commit: r468373 - in /httpd/httpd/trunk: CHANGES modules/cache/mod_cache.c modules/cache/mod_cache.h modules/cache/mod_disk_cache.c modules/cache/

2006-11-02 Thread Martin Kraemer
On Thu, Nov 02, 2006 at 01:00:29PM +0200, Graham Leggett wrote: On Thu, November 2, 2006 12:34 pm, Martin Kraemer wrote: Still, since 2 days, again mod_disk_cache fails to compile on platforms with sendfile (e.g., FreeBSD). Oops - I forgot to mention the branch I'm working on - it's a bug

Re: [PATCH] mod_disk_cache fails to compile [Was: svn commit: r468373 - in /httpd/httpd/trunk: CHANGES modules/cache/mod_cache.c modules/cache/mod_cache.h modules/cache/mod_disk_cache.c modules/cache/

2006-11-02 Thread Martin Kraemer
On Thu, Nov 02, 2006 at 01:00:29PM +0200, Graham Leggett wrote: If you can send more details, I can get to the bottom of it - fails to compile doesn't tell me anything useful. mod_disk_cache.c: In function `open_new_file': mod_disk_cache.c:1304: `pdconf' undeclared (first use in this function)

Re: Win x64 build targets?

2006-11-02 Thread Jorge Schrauwen
Yes its possible with some minor effort.You need Visual Studio 2005, perl, awk...Open a CLI and navigate to your source tree.Get the latest cvtdsp.pl from the svn server.and run cvtdsp.pl -2005 You open Apache.dsw and convert it to a sln via the IDE.You then set it to build release.Then go to the

Re: [PATCH] mod_disk_cache fails to compile [Was: svn commit: r468373 - in /httpd/httpd/trunk: CHANGES modules/cache/mod_cache.c modules/cache/mod_cache.h modules/cache/mod_disk_cache.c

2006-11-02 Thread Graham Leggett
On Thu, November 2, 2006 2:20 pm, Martin Kraemer wrote: Oops - I forgot to mention the branch I'm working on - it's a bug in the trunk. I am at Revision 470348, but the pdconf variable occurs at *two* places in the file, however the declaration appears only once. Aaah... the penny drops. I

Re: [PATCH] mod_disk_cache fails to compile [Was: svn commit: r468373 - in /httpd/httpd/trunk: CHANGES modules/cache/mod_cache.c modules/cache/mod_cache.h modules/cache/mod_disk_cache.c modules/cache/

2006-11-02 Thread Plüm , Rüdiger , VF EITO
-Ursprüngliche Nachricht- Von: Martin Kraemer Gesendet: Donnerstag, 2. November 2006 13:22 An: dev@httpd.apache.org Betreff: Re: [PATCH] mod_disk_cache fails to compile [Was: svn commit: r468373 - in /httpd/httpd/trunk: CHANGES modules/cache/mod_cache.c

Re: Win x64 build targets?

2006-11-02 Thread Ivan Ristic
On 11/2/06, Jorge Schrauwen [EMAIL PROTECTED] wrote: Yes its possible with some minor effort. ... Other modules i found that work fine: mod_auth_xml mod_macro mod_security 1.9.4 (2.0 doesn't work because of libxml grrr) FYI you should be able compile ModSecurity with XML features left out.

Re: Win x64 build targets?

2006-11-02 Thread Nick Kew
On Thu, 2 Nov 2006 12:41:39 + Ivan Ristic [EMAIL PROTECTED] wrote: Other modules i found that work fine: mod_auth_xml mod_macro mod_security 1.9.4 (2.0 doesn't work because of libxml grrr) FYI you should be able compile ModSecurity with XML features left out. Just comment out the

Re: [PATCH] mod_disk_cache fails to compile [Was: svn commit: r468373 - in /httpd/httpd/trunk: CHANGES modules/cache/mod_cache.c modules/cache/mod_cache.h modules/cache/mod_disk_cache.c

2006-11-02 Thread Graham Leggett
On Thu, November 2, 2006 2:40 pm, Plüm, Rüdiger, VF EITO wrote: So Martin you are failing exactly at the same point as I do (http://mail-archives.apache.org/mod_mbox/httpd-dev/200611.mbox/[EMAIL PROTECTED]). So probably this convinces Graham that it is not fixed :-). I don't have a FreeBSD

Re: Win x64 build targets?

2006-11-02 Thread Ivan Ristic
On 11/2/06, Nick Kew [EMAIL PROTECTED] wrote: On Thu, 2 Nov 2006 12:41:39 + Ivan Ristic [EMAIL PROTECTED] wrote: Other modules i found that work fine: mod_auth_xml mod_macro mod_security 1.9.4 (2.0 doesn't work because of libxml grrr) FYI you should be able compile ModSecurity

Re: [PATCH] mod_disk_cache fails to compile [Was: svn commit: r468373 - in /httpd/httpd/trunk: CHANGES modules/cache/mod_cache.c modules/cache/mod_cache.h modules/cache/mod_disk_cache.c

2006-11-02 Thread Plüm , Rüdiger , VF EITO
-Ursprüngliche Nachricht- Von: Graham Leggett [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 2. November 2006 13:57 An: dev@httpd.apache.org Cc: dev@httpd.apache.org Betreff: Re: [PATCH] mod_disk_cache fails to compile [Was: svn commit: r468373 - in /httpd/httpd/trunk: CHANGES

Re: [PATCH] mod_disk_cache fails to compile [Was: svn commit: r468373 - in /httpd/httpd/trunk: CHANGES modules/cache/mod_cache.c modules/cache/mod_cache.h modules/cache/mod_disk_ca

2006-11-02 Thread Graham Leggett
On Thu, November 2, 2006 3:08 pm, Plüm, Rüdiger, VF EITO wrote: Sorry for that. I assumed that at least you have one of the following OS's at your disposal: :-) FreeBSD Linux Solaris Currently the most practical one is MacosX. I spend a lot of time either behind draconian firewalls or on

Re: Win x64 build targets?

2006-11-02 Thread Greg Marr
At 07:56 AM 11/2/2006, Ivan Ristic wrote: BTW, what's a round tuit? :) It's a play on words: I'll do it when I get around to it - I'll do it when I get a round tuit If you don't have enough round tuits, you don't have the time to do something.

Re: Win x64 build targets?

2006-11-02 Thread Jorge Schrauwen
I'll try that later tonight... any disavantages while doing so?On 11/2/06, Ivan Ristic [EMAIL PROTECTED] wrote:On 11/2/06, Jorge Schrauwen [EMAIL PROTECTED] wrote: Yes its possible with some minor effort. ... Other modules i found that work fine: mod_auth_xml mod_macro mod_security 1.9.4 (2.0

Re: Win x64 build targets?

2006-11-02 Thread Jorge Schrauwen
Scratch that... there i had that removed allready!Seems to be __imp_apr link errors. Strange though since i started out with 2 exact copies of the httpd, and module source tree and compile one for x86 platform for which everything works fine and one for the x64 which works accept mod_security. Ah

Re: Data Structure Serialization - debugging

2006-11-02 Thread Joachim Zobel
Am Donnerstag, den 02.11.2006, 12:07 -0700 schrieb David Wortham: Any ideas for serialization or opening another file? Or even just debugging tips in general? Apache seems like a difficult environment to debug in Just write a good trace log (with log level APR_DEBUG). If that is of

Re: Data Structure Serialization

2006-11-02 Thread Joachim Zobel
Am Donnerstag, den 02.11.2006, 12:07 -0700 schrieb David Wortham: I have one file that opens in a given function. I need to open another file and close it about the same time: just before the end of the same function. I copy-pasted the code that correctly opens the first file but I am not