On 06/09/2010 20:08, Michael Ludwig wrote:
Passing the include directories as "incdir" instead of "include" to configure.js does not produce a working Makefile either, which isn't surprising: "incdir" is where to install the headers (by default in $prefix/include/).
The documentation says so, but if you have a look at Makefile.mingw it's INCPREFIX that's added to CFLAGS.
You could also try to edit the Makefile by hand after configuration and add your include path to one of the CFLAGS lines.
Nick -- aevum gmbh rumfordstr. 4 80469 münchen germany tel: +49 89 3838 0653 http://aevum.de/ _______________________________________________ xslt mailing list, project page http://xmlsoft.org/XSLT/ [email protected] http://mail.gnome.org/mailman/listinfo/xslt
