Re: cannot install textproc/py-libxml2

2011-06-06 Thread joerg_surmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Wen, sorry i forgot the quotes in command. make CFLAGS+=-I/usr/local/include/pth -L/usr/local/lib/pth install works fine. Now i have next problem in multimedia/py-gstreamer: checking for libraries required to embed python... no configure:

cannot install textproc/py-libxml2

2011-06-05 Thread joerg_surmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi all, /usr/ports/textproc/py-libxml2# make install clean === Building for py27-libxml2-2.7.8_1 Making all in . gmake[1]: Entering directory `/usr/ports/textproc/py-libxml2/work/libxml2-2.7.8/python' /bin/sh ../libtool --tag=CC --mode=link cc

Re: cannot install textproc/py-libxml2

2011-06-05 Thread wen heping
This is a unresolved problem. Currently you can use make CFLAGS+=-I/usr/local/include/pth -L/usr/local/lib/pth install to install it. wen 2011/6/6 joerg_surmann joerg_surm...@snafu.de: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi all, /usr/ports/textproc/py-libxml2# make install clean

Re: cannot install textproc/py-libxml2

2011-06-05 Thread joerg_surmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Wen, Thanks for your reply but it's the same issue: /usr/ports/textproc/py-libxml2# make CFLAGS+=-I/usr/local/include/pth-L/usr/local/lib/pth install === Building for py27-libxml2-2.7.8_1 Making all in . gmake[1]: Entering directory

Re: cannot install textproc/py-libxml2

2011-06-05 Thread Jeremy Chadwick
On Mon, Jun 06, 2011 at 07:37:46AM +0200, joerg_surmann wrote: Thanks for your reply but it's the same issue: It appears you made a copy-paste typo. Look closely (missing whitespace): /usr/ports/textproc/py-libxml2# make CFLAGS+=-I/usr/local/include/pth-L/usr/local/lib/pth install ... I

Re: cannot install textproc/py-libxml2

2011-06-05 Thread joerg_surmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 oh, i forgot the quotes. Yes it's work. Thanks Am 06.06.11 07:44, schrieb Jeremy Chadwick: make CFLAGS+=-I/usr/local/include/pth -L/usr/local/lib/pth install -BEGIN PGP SIGNATURE- Version: GnuPG/MacGPG2 v2.0.12 (Darwin) Comment: Using GnuPG

Re: cannot install textproc/py-libxml2

2011-06-05 Thread wen heping
try make CFLAGS+=-L/usr/local/lib/pth install still fail? then try: ln -s /usr/local/lib/pth/* /usr/local/lib/ wen 2011/6/6 Jeremy Chadwick free...@jdc.parodius.com: On Mon, Jun 06, 2011 at 07:37:46AM +0200, joerg_surmann wrote: Thanks for your reply but it's the same issue: It appears