objective c - "config.h" used by but not bundled with libxml -
objective c - "config.h" used by but not bundled with libxml -
libxml uses next line of code in libxml.h doesn't come bundled libxml.
#include "config.h"
i'm trying utilize xmppframework objective-c, in swift. xmppframework has libxml dependency.
you seek including these:
#include <stdio.h> #include <libxml/tree.h> #include <libxml/parser.h>
as found on:
http://wiki.xmlsoft.org/the_libxml2_library#installing
objective-c c libxml2
Comments
Post a Comment