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

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -