objective c - "config.h" used by but not bundled with libxml -


libxml uses the following line of code in libxml.h, but it has not come bundled with libxml. I am trying to use XMP Framework in Swift for Objective-C. The dependency on XMPPFramework is as libxml.

You can try to include these:

  #include & lt; Stdio.h & gt; # Include & lt; Libxml / tree.h & gt; # Include & lt; libxml / parser.h & gt;   

As found:



Comments

Popular posts from this blog

mysql - where clause in inner join query -

php - MySQL Query for Advanced Search multiple criteria -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -