Make libwww fails - Examples/showxml - headers not found

Looks like there's a problem with the automake/autoconf setup. Using latest CVS version.

Followed std build instructions from the download site, but added step "libtoolize -f" after "aclocal", based on advice from libtool maintainer Gary Vaughn, to get past a version mis-match issue with libtool.

Make fails as follows. It's obvious that the gcc cmd line does not contain the '-I' directives it needs to find the headers. What's less obvious to me is where in the autotools setup it should be getting this from. I suspect an error in makefile.am?

dcarter@DCARTER ~/libwww/Library/Examples
$ make
gcc -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
make: *** [showxml] Error 1

Any suggestions?

Thanks,
David Carter
david@carter.net

Received on Saturday, 23 June 2001 13:29:13 UTC