Apache for win64

2005-07-20 Thread Gopikrishnan Sidhardhan

Hi,

Does anybody know if there is an Apache binary installer for Win64 
somewhere?  If not, does the win32 source work for win64 as well out of 
the box?


Thanks,
--Gopi


Re: Apache for win64

2005-07-20 Thread Gopikrishnan Sidhardhan
Tried building it.  Went on for some time, with lots of warnings like 
conversion from size_t to DWORD: possible loss of data.  Then the 
build broke with fatal error LNK1112: module machine type 'AMD64' 
conflicts with target machine type 'X86'.


Any ideas, anyone?

Thanks,
--Gopi

Jorge Schrauwen wrote:


No x64 binaries,
But the win32 source should work fine.

Jorge

- Original Message -
From: Gopikrishnan Sidhardhan [EMAIL PROTECTED]
To: dev@httpd.apache.org
Sent: Wed, 20 Jul 2005 11:54:43 +0200
Subject: Apache for win64


 


Hi,

Does anybody know if there is an Apache binary installer for Win64 
somewhere?  If not, does the win32 source work for win64 as well out of 
the box?


Thanks,
--Gopi

   



 





Re: Apache for win64

2005-07-20 Thread Gopikrishnan Sidhardhan

William A. Rowe, Jr. wrote:


At 06:23 AM 7/20/2005, Gopikrishnan Sidhardhan wrote:
 


Tried building it.  Went on for some time, with lots of warnings like conversion from size_t 
to DWORD: possible loss of data.  Then the build broke with fatal error LNK1112: module 
machine type 'AMD64' conflicts with target machine type 'X86'.

Any ideas, anyone?
   



Yes - don't try Apache 2.2, try Apache 2.1 alpha and the APR 1.2.0
which isn't quite released yet.

Apache 2.0/APR 0.9 haven't been kept up - making them comply with
Win64's LP64 model would have broken binary compatibility.

Please -do- test Apache 2.1/2.2 candidates as they are announced,
since we've done our level best without a Win64 test box to get
these compiling clean. 


Bill


 



If you can point me to the 2.1/2.2 source I can try building it and let 
you know what happens.


Thanks,
--Gopi



Re: Apache for win64

2005-07-20 Thread Gopikrishnan Sidhardhan

William A. Rowe, Jr. wrote:


At 06:23 AM 7/20/2005, Gopikrishnan Sidhardhan wrote:
 


Tried building it.  Went on for some time, with lots of warnings like conversion from size_t 
to DWORD: possible loss of data.  Then the build broke with fatal error LNK1112: module 
machine type 'AMD64' conflicts with target machine type 'X86'.

Any ideas, anyone?
   



Yes - don't try Apache 2.2, try Apache 2.1 alpha and the APR 1.2.0
which isn't quite released yet.
 



You do mean don't try Apache 2.0, right?

Thanks,
--Gopi


Apache 2.0/APR 0.9 haven't been kept up - making them comply with
Win64's LP64 model would have broken binary compatibility.

Please -do- test Apache 2.1/2.2 candidates as they are announced,
since we've done our level best without a Win64 test box to get
these compiling clean. 


Bill