You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Bill Stoddard <bi...@wstoddard.com> on 2001/08/23 22:18:58 UTC

Win32 compile breakage...

Dies really quick... Any thoughts as to what the problem might be? This after a fresh
checkout of HEAD.

--------------------Configuration: libapr - Win32 Debug--------------------
Performing Custom Build Step on .\include\apr.hw
Created apr.h from apr.hw
Creating Version Resource
Error executing c:\winnt\system32\cmd.exe.
C:\home\apache\httpd-2.0\httpd-2.0\srclib\apr\libapr.rc(1): Could not find the file COFF.

Apache.exe - 1 error(s), 0 warning(s)



Re: Win32 compile breakage...

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
From: "jlwpc1" <jl...@mail.earthlink.net>
Sent: Friday, August 24, 2001 1:05 PM
>
>> Is awk installed?
>> 
>
>>Somehow managed 
>>to get the wrong awk.exe wrapping the wrong
>>gawk.exe. 
>
>Try Windows Script Host ( WSH ),
>(always there, always ready), since
>Apache now fully supports Windows
>OS (and IE) tools!  :)

Since exactly one person (I) responded to your suggestion to check their
machine (to see how widely installed cscript is) I presume there is zero
interest in your suggestion (1-1=0, for reasonably typical values of 1).

http://support.microsoft.com/servicedesks/fileversion/dllinfo.asp?sd=MSDN

FileName "cscript.exe" tells me

cscript.exe  5.1.0.4615  More Information  Microsoft (r) Console Based Script Host  

    No distribution information provided, presuming a component of the WSH download

cscript.exe  5.1.0.4411  More Information  Microsoft (r) Console Based Script Host  

    Distributed with  Windows 2000 BETA RC2  9/9/1999 

cscript.exe  5.0.531.7   More Information  Console Based Scripting Host  

    No distribution information provided, presuming a component of the WSH download

And Apache runs under Win32, but should be buildable with any toolset, provided
<someone> introduces the flexiblity to build under BCC/Watcom/GNU etc.  CScript
(plus every component we then trust to be available and properly versioned, a rarity
from the MS com development team) puts us in the other direction, with the exception
of authoring some additional parts (the MSI installer, for example) where there is no
alternative.

I guess that ends that discussion.  Try awk, 135kb, runs anywhere.  Plus, it's the only
part of the Win32 msi package that always works for everyone.




Re: Win32 compile breakage...

Posted by jlwpc1 <jl...@mail.earthlink.net>.

> Is awk installed?
> 

>Somehow managed 
>to get the wrong awk.exe wrapping the wrong
>gawk.exe. 

Try Windows Script Host ( WSH ),
(always there, always ready), since
Apache now fully supports Windows
OS (and IE) tools!  :)

JLW








Re: Win32 compile breakage...

Posted by Justin Erenkrantz <je...@ebuilt.com>.
On Thu, Aug 23, 2001 at 07:07:26PM -0400, Cliff Woolley wrote:
> Uhmm... it's not just Win32.  I can't even access the default "it worked"
> page on Linux--not quite, anyway.

Yup.  Seeing the same thing on Solaris.  I can't get to any pages.
I'm bogged down by other stuff right now, so I can't look at it.  

My gut thinks something w.r.t. OtherBill's recent commits, but I
could be wrong.   -- justin


Re: Win32 compile breakage...

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
I'm on it... (just got back)... it should be fixed in an hour.
----- Original Message ----- 
From: "Cliff Woolley" <cl...@yahoo.com>
To: <de...@httpd.apache.org>
Sent: Thursday, August 23, 2001 6:07 PM
Subject: Re: Win32 compile breakage...


> On Thu, 23 Aug 2001, William A. Rowe, Jr. wrote:
> 
> > From: "Bill Stoddard" <bi...@wstoddard.com>
> > Sent: Thursday, August 23, 2001 5:42 PM
> >
> >
> > > HEAD is compiling now.  Somehow managed to get the wrong awk.exe
> > > wrapping the wrong gawk.exe. I must have extracted right in the
> > > middle of your last update. All seems to be working now.
> >
> > Win32 is being flakey (I missed something obvious, I'm certain).
> > Time for birthday dinner for my daughter, I'll have this running later
> > tonight.
> 
> Uhmm... it's not just Win32.  I can't even access the default "it worked"
> page on Linux--not quite, anyway.
> 
> 
> First I tried just /
> 
> [Thu Aug 23 18:59:00 2001] [error] [client 128.143.136.188] Negotiation:
> discovered file(s) matching request: /tmp/cliff/htdocs/ (None could be
> negotiated).
> 
> Got a 404.
> 
> Then I tried /index.html ... That worked, except that the image didn't
> load.
> 
> [Thu Aug 23 18:59:59 2001] [error] [client 128.143.136.188] File does not
> exist: /tmp/cliff/htdocs/apache_pb.gif, referer:
> http://paisley.cs.virginia.edu:3333/index.html
> 
> So I tried /index.html.en, got a 404.
> 
> [Thu Aug 23 19:00:03 2001] [error] [client 128.143.136.188] File does not
> exist: /tmp/cliff/htdocs/index.html.en
> 
> These files _do_ exist, btw.
> 
> Tried /apache_pb.gif by hand, 404.
> 
> [Thu Aug 23 19:00:24 2001] [error] [client 128.143.136.188] File does not
> exist: /tmp/cliff/htdocs/apache_pb.gif
> 
> /cgi-bin/test-cgi doesn't work either, btw.
> 
> 
> <sigh>
> 
> --Cliff
> 
> 
> --------------------------------------------------------------
>    Cliff Woolley
>    cliffwoolley@yahoo.com
>    Charlottesville, VA
> 
> 
> 


Re: Win32 compile breakage...

Posted by Jeff Trawick <tr...@attglobal.net>.
Cliff Woolley <cl...@yahoo.com> writes:

> Uhmm... it's not just Win32.  I can't even access the default "it worked"
> page on Linux--not quite, anyway.
> 
> 
> First I tried just /
> 
> [Thu Aug 23 18:59:00 2001] [error] [client 128.143.136.188] Negotiation:
> discovered file(s) matching request: /tmp/cliff/htdocs/ (None could be
> negotiated).

heck, I'm not getting that far with my regression builds/tests...
I gotta get up-to-date w.r.t. where "make install" puts doc and cgis :(

-- 
Jeff Trawick | trawick@attglobal.net | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Re: Win32 compile breakage...

Posted by Cliff Woolley <cl...@yahoo.com>.
On Thu, 23 Aug 2001, William A. Rowe, Jr. wrote:

> From: "Bill Stoddard" <bi...@wstoddard.com>
> Sent: Thursday, August 23, 2001 5:42 PM
>
>
> > HEAD is compiling now.  Somehow managed to get the wrong awk.exe
> > wrapping the wrong gawk.exe. I must have extracted right in the
> > middle of your last update. All seems to be working now.
>
> Win32 is being flakey (I missed something obvious, I'm certain).
> Time for birthday dinner for my daughter, I'll have this running later
> tonight.

Uhmm... it's not just Win32.  I can't even access the default "it worked"
page on Linux--not quite, anyway.


First I tried just /

[Thu Aug 23 18:59:00 2001] [error] [client 128.143.136.188] Negotiation:
discovered file(s) matching request: /tmp/cliff/htdocs/ (None could be
negotiated).

Got a 404.

Then I tried /index.html ... That worked, except that the image didn't
load.

[Thu Aug 23 18:59:59 2001] [error] [client 128.143.136.188] File does not
exist: /tmp/cliff/htdocs/apache_pb.gif, referer:
http://paisley.cs.virginia.edu:3333/index.html

So I tried /index.html.en, got a 404.

[Thu Aug 23 19:00:03 2001] [error] [client 128.143.136.188] File does not
exist: /tmp/cliff/htdocs/index.html.en

These files _do_ exist, btw.

Tried /apache_pb.gif by hand, 404.

[Thu Aug 23 19:00:24 2001] [error] [client 128.143.136.188] File does not
exist: /tmp/cliff/htdocs/apache_pb.gif

/cgi-bin/test-cgi doesn't work either, btw.


<sigh>

--Cliff


--------------------------------------------------------------
   Cliff Woolley
   cliffwoolley@yahoo.com
   Charlottesville, VA



Re: Win32 compile breakage...

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
From: "Bill Stoddard" <bi...@wstoddard.com>
Sent: Thursday, August 23, 2001 5:42 PM


> HEAD is compiling now.  Somehow managed to get the wrong awk.exe wrapping the wrong
> gawk.exe. I must have extracted right in the middle of your last update. All seems to be
> working now.

Win32 is being flakey (I missed something obvious, I'm certain).  Time for birthday dinner
for my daughter, I'll have this running later tonight.


Re: Win32 compile breakage...

Posted by Bill Stoddard <bi...@wstoddard.com>.
HEAD is compiling now.  Somehow managed to get the wrong awk.exe wrapping the wrong
gawk.exe. I must have extracted right in the middle of your last update. All seems to be
working now.

Bill

> Is awk installed?
>
> ----- Original Message -----
> From: "Bill Stoddard" <bi...@wstoddard.com>
> To: <de...@httpd.apache.org>
> Sent: Thursday, August 23, 2001 3:18 PM
> Subject: Win32 compile breakage...
>
>
> > Dies really quick... Any thoughts as to what the problem might be? This after a fresh
> > checkout of HEAD.
> >
> > --------------------Configuration: libapr - Win32 Debug--------------------
> > Performing Custom Build Step on .\include\apr.hw
> > Created apr.h from apr.hw
> > Creating Version Resource
> > Error executing c:\winnt\system32\cmd.exe.
> > C:\home\apache\httpd-2.0\httpd-2.0\srclib\apr\libapr.rc(1): Could not find the file
COFF.
> >
> > Apache.exe - 1 error(s), 0 warning(s)
> >
> >
> >
>


Re: Win32 compile breakage...

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
Is awk installed?

----- Original Message ----- 
From: "Bill Stoddard" <bi...@wstoddard.com>
To: <de...@httpd.apache.org>
Sent: Thursday, August 23, 2001 3:18 PM
Subject: Win32 compile breakage...


> Dies really quick... Any thoughts as to what the problem might be? This after a fresh
> checkout of HEAD.
> 
> --------------------Configuration: libapr - Win32 Debug--------------------
> Performing Custom Build Step on .\include\apr.hw
> Created apr.h from apr.hw
> Creating Version Resource
> Error executing c:\winnt\system32\cmd.exe.
> C:\home\apache\httpd-2.0\httpd-2.0\srclib\apr\libapr.rc(1): Could not find the file COFF.
> 
> Apache.exe - 1 error(s), 0 warning(s)
> 
> 
>