On 4/29/06, Adam Worrall <[EMAIL PROTECTED]> wrote:
My mistake; I thought the '2.4' related to the version of Python :) I should have nabbed ftp://xmlsoft.org/libxml2/python/libxml2-python-2.6.9.tar.gz instead, since it works fine.
I wrote too soon; this package is hardcoded to look for the underlying libxml2 under /usr, which causes problems later on. I dug a little deeper, and it turns out that the python bindings should be built by platform/libxml2. In fact they are built, but they're put in the wrong place; I think there is a typo line 16 of platform/libxml2/files/python/python-path-fixes.diff + PYTHON_SITE_PACKAGES=$libdir/lib/python$PYTHON_VERSION/site-packages The '/lib' needs to be removed. I guess the rest of you have been using your system's libxml2-python bindings ! - Adam -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
