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


_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "[email protected]"

Reply via email to