Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <005901c32b11$ea425540$710d86d9@ellixia> From: "Elfyn McBratney" To: "cygwin" References: <004d01c32b0e$9d832520$710d86d9 AT ellixia> Subject: Re: How to get Libxml2/Libxslt Python Bindings (was Re: [ANNOUNCE] LibXSLT (1.0.27)...) Date: Thu, 5 Jun 2003 04:24:03 +0100 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0056_01C32B1A.4B83AA90" X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 ------=_NextPart_000_0056_01C32B1A.4B83AA90 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit > > I'll also try and take a look at my ol' patches. Maybe I can dig something > > up. > > > > kind regards > > Peter Ring > > Thanks! :-) I'm having a go now, too. OK, I have them now. See the attached patch. I know this is not the right things to do, though. Elfyn ------=_NextPart_000_0056_01C32B1A.4B83AA90 Content-Type: application/octet-stream; name="libxml2-py.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="libxml2-py.diff" --- libxml2-2.5.7/python/Makefile.am 2003-01-06 12:28:32.000000000 +0000=0A= +++ libxml2-2.5.7-1/python/Makefile.am 2003-06-05 04:06:28.000000000 = +0100=0A= @@ -5,6 +5,8 @@=0A= =0A= INCLUDES =3D \=0A= -I$(PYTHON_INCLUDES) \=0A= + -I$(top_builddir) \=0A= + -I$(top_builddir)/include \=0A= -I$(top_srcdir)/include=0A= =0A= DOCS_DIR =3D $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)=0A= @@ -23,7 +25,7 @@=0A= libxml2-python-api.xml \=0A= $(DOCS)=0A= =0A= -libxml2mod_la_LDFLAGS =3D -module -avoid-version -L$(top_builddir)/.libs=0A= +libxml2mod_la_LDFLAGS =3D -module -avoid-version = -L$(top_builddir)/.libs -L$(PYTHON_LIBS_PATH) -lpython2.2 -no-undefined=0A= =0A= if WITH_PYTHON=0A= mylibs =3D \=0A= ------=_NextPart_000_0056_01C32B1A.4B83AA90 Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ ------=_NextPart_000_0056_01C32B1A.4B83AA90--