Date: Thu, 08 Apr 2010 12:53:57 +0100 From: "Martin P. Hellwig" <martin.hellwig@dcuktec.org> To: python@freebsd.org Subject: Pygame breaks on python header when pth is enabled Message-ID: <4BBDC3D5.5070602@dcuktec.org>
next in thread | raw e-mail | index | archive | help
Hi, Here is an issue I encountered: Python (26) installed (FreeBSD-8) with the following added options: pth & sem When tying to build pygame from port, it breaks on pth /usr/local/include/python2.6/Python.h line 168 solution; replace: #include <pth.h> with: #include <pth/pth.h> Thanks, Martin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BBDC3D5.5070602>