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

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -