-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error converting XMLSec library #36
Comments
set path to the root of libxml include folder. For example: |
Thanks, I added I know get an error for one of the C standard library files
Can I tell it to exclude these types of files |
OK, I've just checked the "Ignore parse errors" option so it has skipped over this. |
This is most likely because you do not have a C compiler installed. I have VS2022, can be clang/gcc etc. It will skip all the standard headers like this. You can just have the vs build tools is enough. |
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
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 ?
The text was updated successfully, but these errors were encountered: