-
Notifications
You must be signed in to change notification settings - Fork 1
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
Compiling plget on MSYS2 results in missing header <libxml/tree.h> #1
Comments
According to this answer I was able to pass this error by replacing But now I'm getting this error:
Trying to compile with
|
I don't have MSYS2 available right now, but your compiler error indicates that you are not actually linking to the libxml2 libraries. -I just does the include part, you also have to link it. |
I have finally manage to compile it, thanks for your hints. configure.sh:19
Thank you for this lightweight awesome tool ! |
Great! It would be nice if you made a pull request to update README.md with MSYS2 specific instructions, now that you have it figured out. |
Updated readme file + fixed error #1
Hi,
I have
libxml2-devel
Installed but problem still presents.The text was updated successfully, but these errors were encountered: