On Fri, 16 Jun 2006, Talha Yalta wrote:
Thanks very much for the CVS snapshot of latest gretl
Professor Cottrell...
You're welcome.
During the make process, I got an error about two missing
files...
../lib/src/libgretl.h:32:31: error: libxml/xmlmemory.h
../lib/src/libgretl.h:33:28: error: libxml/parser.h
Thanks for the report. Could I ask you to take a look at the
"Makefile" generated by configure, in src/gui2? In particular,
there should be two lines starting
XML_CFLAGS = ...
XML_LIBS = ...
I wonder what it says on those lines, in your case? (I'm
puzzled, because it seems that if "configure" could not find
valid values to fill out those lines, it ought to have failed;
but if it did fill out those lines with valid values, "make"
should not have failed).
Allin Cottrell