Example Showxml does not compile on Cygwin
"Frank Traenkle" <[email protected]>
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <002401c2ba39$0cd91250$ef47fea9@calvin> |
Hi, I encounter problems compiling w3c-libwww-5.3.2 on CYGWIN_NT-5.1 1.3.18(0.69/3/2). I get the following error: Making all in Examples make[3]: Entering directory `/usr/local/src/w3c-libwww-5.3.2/Library/Examples' gcc-2 -g -O2 showxml.c -o showxml showxml.c:19: WWWLib.h: No such file or directory showxml.c:20: WWWInit.h: No such file or directory showxml.c:21: WWWXML.h: No such file or directory The settings for gcc-2 are obviously incorrect. Frank