-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
I'm using your excellent tool to convert the XMLSec library for Win64 use.
I have downloaded the source from https://www.zlatkovic.com/pub/libxml/64bit/zlib-1.2.8-win32-x86_64.7z, unpacked it and am using Chet to process the libxml2 directory.
I get an error
Parsing header files...
C:\Temp\xmlsec\libxml2\include\libxml2\libxml\c14n.h:20:10: fatal error: 'libxml/xmlversion.h' file not found
Parsed header files with 1 error(s)
It looks to be choking on the c14n.h file where line 20 has an include directive
#include <libxml/xmlversion.h>
I'm not sure why it has the path, as this IS the path of the file currently being processed. How can the path be ignored ?
Metadata
Metadata
Assignees
Labels
No labels