Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 May 2010 12:45:03 +1000
From:      Andrew Johnson <daeron@optusnet.com.au>
To:        python@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: python26-2.6.5
Message-ID:  <201005270245.o4R2j4GA022002@mail04.syd.optusnet.com.au>

next in thread | raw e-mail | index | archive | help
new install on 8.0 Release

I enabled the PTH option for Python26 but then other ports could not find pth.h and pthread.h in the python includes. I then found somebody else has been suggesting the below "solution".


http://www.pubbs.net/200908/freebsd/4921-re-pthh-errors-while-compiling-portupgrade-rf-python26-2621-resolved.html

> David
I finally resolved this problem set with:
dns1# ln -s /usr/local/include/pth/pth.h /usr/local/include/python2.6/
dns1# ln -s /usr/local/include/pth/pthread.h /usr/local/include/python2.6/
david



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005270245.o4R2j4GA022002>