Re: Cross compiling with autotools
- From: "lcidfire googlemail com" <lcidfire gmail com>
- To: libxmlplusplus-list gnome org
- Subject: Re: Cross compiling with autotools
- Date: Sun, 21 Apr 2013 11:14:06 +0200
The following libs build fine:
libxml2 (./configure --host=i386-pc-linux-gnu --prefix=${EMSCRIPTEN_SYSTEM_ROOT} --with-threads=no --with-ftp=no --with-http=no CPPFLAGS=-D__LINUX_ERRNO_EXTENSIONS__)
libsigc++ (./configure --host=i386-pc-linux-gnu --prefix=${EMSCRIPTEN_SYSTEM_ROOT} --enable-static=yes --enable-shared=no)
Disabling AC_PROG_CXX seems to get me at least a little further.
Sadly I cannot yet compile glib due to locale problems.
Which leads me to question using libxml++ at all. The thing I like about libxml2 is that it can be used outside of gnome. Sadly libxml++ can not :(.
Is there a wrapper around libxml2, which does not depend upon glib?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]