Re: CVS and 5.3.1 can not built on Windows platform

Hello,

In our previous episode, zhu qun-ying said:
> 
> I just check out the cvs version, and fail to compile and have the following
> error:
> 
> D:\src\libwww\Library\src\HTXML.c(17) :
>  fatal error C1016: #if[n]def expected an identifier
> It is because the line below:
> 
> /* 2000-29-08 JK : pre-pruning code out of libwww */
> #ifdef 
> #undef HT_STRUCT_XML_STREAM
> #endif
> -----

Bug fixed.
 
Sorry, this bug wasn't detected by gcc and it passed thru.

> Also the zip file: w3c-libwww-5.3.1.zip can not be compiled under windows for
> there are a lot of windows related files not in the archive. Anyone checked the
> release build on Windows platform?

There are two windows files missing. The makefile for making the distribution
was broken. I fixed the makefile. While waiting for the next release
(which may come out soon), you can get the missing files out from
either CVS or from the web browsable on-line code at 

	http://www.w3.org/Library/src/windows/

The ones that you must be missing are windll.c and wwwdll.c.

-Jose

Received on Wednesday, 30 August 2000 03:06:50 UTC