DO NOT REPLY [Bug 8008] - does not compile on winnt sp6

2002-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8008.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8008

does not compile on winnt sp6





--- Additional Comments From [EMAIL PROTECTED]  2002-04-15 08:36 ---
the only awk i can see installed on my machine is gnu awk 3.06 from djgpp 
(delorie simtel) the build is ok on win2k with the same awk.

here is win32/libhttpd.rc (I restarted everything from the start and I dont 
find any mod_autoindex.rc) the error happens on libhttpd.rc, error messages are 
the same than in my previous post

1 VERSIONINFO
 FILEVERSION ,0
 PRODUCTVERSION ,0
 FILEFLAGSMASK 0x3fL
#if defined(_DEBUG)
 FILEFLAGS 0x01L
#else
 FILEFLAGS 0x00L
#endif
 FILEOS 0x40004L
 FILETYPE 0x1L
 FILESUBTYPE 0x0L
BEGIN
  BLOCK StringFileInfo
  BEGIN
BLOCK 040904b0
BEGIN
  VALUE Comments, All rights reserved.  The license is available at 
http://www.apache.org/LICENSE.txt.  The Apache HTTP Server project pages are 
at http://httpd.apache.org/.\0
  VALUE CompanyName, Apache Software Foundation\0
  VALUE FileDescription, Apache HTTP Server Core\0
  VALUE FileVersion, \0
  VALUE InternalName, libhttpd\0
  VALUE LegalCopyright, Copyright © 2000-2002 The Apache Software 
Foundation.\0
  VALUE OriginalFilename, libhttpd.exe\0
  VALUE ProductName, Apache HTTP Server\0
  VALUE ProductVersion, \0
END
  END
  BLOCK VarFileInfo
  BEGIN
VALUE Translation, 0x409, 1200
  END
END


DO NOT REPLY [Bug 8008] - does not compile on winnt sp6

2002-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8008.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8008

does not compile on winnt sp6





--- Additional Comments From [EMAIL PROTECTED]  2002-04-15 12:47 ---

Wild guess.   Did you check out using cygwin, or grab a tarball (.tar.gz/.tar.Z)
rather than use the .zip file?  Or did you use an awk interpreter that doesn't
know CR/LF line endings, perhaps cygwin's?

Clearly, the win32ver.awk script ran (or you wouldn't have this output at all.)
But it couldn't decode the version string ... it never saw the #define for the
version number (notice, it picked -nothing- up from that string, where it should
have had a version pattern 2,0,35,0, it has simply ,0.)

If you can identify one of the problems in the first paragraph, we may be able
to work around the issue.


DO NOT REPLY [Bug 8008] - does not compile on winnt sp6

2002-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8008.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8008

does not compile on winnt sp6





--- Additional Comments From [EMAIL PROTECTED]  2002-04-15 13:27 ---
instead  I swichted to one of the awk you mentionned

and it works now with the command line nmake /f ... 
though on first try I had warnings, and none on an immediate retry

well sorry for a non bug bug then ...
you can note that with djgpp awk it does not work maybe because djgpp is build 
specially for win95 and not nt (and so it works on 2k too). (or maybe becauqe 
the awk version not the same 3.0.6 in djgpp, 3.0.3 in the one successful i just 
installed)

thanks


DO NOT REPLY [Bug 8008] - does not compile on winnt sp6

2002-04-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8008.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8008

does not compile on winnt sp6

[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|All |Platform


DO NOT REPLY [Bug 8008] - does not compile on winnt sp6

2002-04-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8008.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8008

does not compile on winnt sp6

[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Platform|Build


DO NOT REPLY [Bug 8008] - does not compile on winnt sp6

2002-04-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8008.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8008

does not compile on winnt sp6





--- Additional Comments From [EMAIL PROTECTED]  2002-04-12 13:03 ---
Did you modify ap_release.h?  Please attach that file.