Re: Error during make

Hello Christian,

In our previous episode, Christian Frank said:
> Hi,
> I downloaded the latest libwww-release and tried to compile it, but I
> have some problems :
> I'm using Cygwin on Windows NT. Can anyone imagine what I did wrong?

I suppose you mean the latest libwww release tar file (5.3.1). I haven't
tried to make it under cygwin myself.

If you see those errors it means you don't have the include path (-I)
pointing to the Library/src directory. 

Normally, there's a libtool script taking care of this under Unix. I don't
know why it doesn't work under cygwin.

-Jose

> -- snip --
> 
> Making all in Examples
> gcc -g -O2    showxml.c   -o showxml
> showxml.c:19: WWWLib.h: No such file
> showxml.c:20: WWWInit.h: No such file
> showxml.c:21: WWWXML.h: No such file
> make[3]: *** [showxml] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive-am] Error 2
> 
> -- snap --

Received on Thursday, 17 August 2000 08:24:02 UTC