Newbie Win2K/MSVC compile - WWWSYS.H?

Hi all,

I've got a few questions about building libwww under MSVC 6.0 on Windows
2000 that I'm hoping that somebody here will be able to help me with.

I've followed the directions:

1. anonymous CVS checkout to my Linux box
2. overlay latest Win32 makefile zip
3. bootstrap w/ActiveState perl from the Win2K command prompt over a Samba
share
4. load the world.dsw file into MSVC IDE
5. attempt to clean build WinCom

This build attempt does not complete however and is stopped by a dependent
project's inability to locate the wwwsys.h header.


? WHERE is wwwsys.h ? It's not part of a CVS checkout apparently unless I've
serious lost my mind. Cruising around W3.ORG leads me to believe that
wwwsys.h is generated by a UNIX configure operation for which their is no
analog on win32. If this is correct, my question reduces to: where can I get
wwwsys.h for win32/MSVC and where in the library source tree should it
copied once I've got it.

Thanks for your assistance - Chris Russell

--- begin included build log ---

Deleting intermediate files and output files for project 'wwwdll - Win32
Debug'.
Deleting intermediate files and output files for project 'wwwutils - Win32
Debug'.
Deleting intermediate files and output files for project 'wwwcore - Win32
Debug'.
Deleting intermediate files and output files for project 'wwwtrans - Win32
Debug'.
Deleting intermediate files and output files for project 'wwwfile - Win32
Debug'.
Deleting intermediate files and output files for project 'wwwstream - Win32
Debug'.
Deleting intermediate files and output files for project 'wwwcache - Win32
Debug'.
Deleting intermediate files and output files for project 'wwwmime - Win32
Debug'.
Deleting intermediate files and output files for project 'wwwhttp - Win32
Debug'.
Deleting intermediate files and output files for project 'wwwapp - Win32
Debug'.
Deleting intermediate files and output files for project 'wwwhtml - Win32
Debug'.
Deleting intermediate files and output files for project 'wwwdir - Win32
Debug'.
Deleting intermediate files and output files for project 'wwwftp - Win32
Debug'.
Deleting intermediate files and output files for project 'wwwgophe - Win32
Debug'.
Deleting intermediate files and output files for project 'wwwnews - Win32
Debug'.
Deleting intermediate files and output files for project 'wwwtelnt - Win32
Debug'.
Deleting intermediate files and output files for project 'wwwxml - Win32
Debug'.
Deleting intermediate files and output files for project 'wwwzip - Win32
Debug'.
Deleting intermediate files and output files for project 'wwwwais - Win32
Debug'.
Deleting intermediate files and output files for project 'wwwinit - Win32
Debug'.
Deleting intermediate files and output files for project 'WinCom - Win32
Debug'.
--------------------Configuration: wwwdll - Win32 Debug--------------------
Compiling...
windll.c
wwwdll.c
Linking...
.\wwwdll.def : warning LNK4087: CONSTANT keyword is obsolete; use DATA
.\wwwdll.def : warning LNK4087: CONSTANT keyword is obsolete; use DATA
   Creating library ..\..\..\Bin/wwwdll.lib and object
..\..\..\Bin/wwwdll.exp
--------------------Configuration: wwwutils - Win32
Debug--------------------
Compiling...
HTArray.c
r:\research\libwww\04-msvc6\libwww\library\src\htarray.c(12) : fatal error
C1083: Cannot open include file: 'wwwsys.h': No such file or directory
HTAssoc.c
r:\research\libwww\04-msvc6\libwww\library\src\htassoc.c(25) : fatal error
C1083: Cannot open include file: 'wwwsys.h': No such file or directory
HTAtom.c
r:\research\libwww\04-msvc6\libwww\library\src\htatom.c(20) : fatal error
C1083: Cannot open include file: 'wwwsys.h': No such file or directory
HTBTree.c
r:\research\libwww\04-msvc6\libwww\library\src\htbtree.c(16) : fatal error
C1083: Cannot open include file: 'wwwsys.h': No such file or directory
HTChunk.c
r:\research\libwww\04-msvc6\libwww\library\src\htchunk.c(16) : fatal error
C1083: Cannot open include file: 'wwwsys.h': No such file or directory
HTHash.c
r:\research\libwww\04-msvc6\libwww\library\src\hthash.c(12) : fatal error
C1083: Cannot open include file: 'wwwsys.h': No such file or directory
HTList.c
r:\research\libwww\04-msvc6\libwww\library\src\htlist.c(14) : fatal error
C1083: Cannot open include file: 'wwwsys.h': No such file or directory
HTMemory.c
r:\research\libwww\04-msvc6\libwww\library\src\htmemory.c(13) : fatal error
C1083: Cannot open include file: 'wwwsys.h': No such file or directory
HTString.c
r:\research\libwww\04-msvc6\libwww\library\src\htstring.c(18) : fatal error
C1083: Cannot open include file: 'wwwsys.h': No such file or directory
HTTrace.c
r:\research\libwww\04-msvc6\libwww\library\src\httrace.c(13) : fatal error
C1083: Cannot open include file: 'wwwsys.h': No such file or directory
HTUU.c
r:\research\libwww\04-msvc6\libwww\library\src\htuu.c(45) : fatal error
C1083: Cannot open include file: 'wwwsys.h': No such file or directory
windll.c
Error executing cl.exe.

WinCom.exe - 11 error(s), 2 warning(s)

--- end build log ---

Received on Friday, 16 March 2001 11:01:11 UTC