Pygame breaks on python header when pth is enabled

Martin P. Hellwig martin.hellwig at dcuktec.org
Thu Apr 8 12:18:43 UTC 2010


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




More information about the freebsd-python mailing list