Changes between Version 1 and Version 2 of dev-python/pygame/1.8.1/1
- Timestamp:
- 10/07/08 17:07:54 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-python/pygame/1.8.1/1
v1 v2 1 1 Installed all of the listed dependencies, then ran: 2 3 python setup.py 4 5 Got some warnings in some files and in transform.c got a bunch of warnings and a couple of errors. The errors were for "more than 10 operands in `asm'". 6 I added && !defined(__HAIKU__) to lines 1098 and 1343 to get passed that. 7 The build then finishes, but all the examples fail with: 8 {{{ 9 Fatal Python error: (pygame parachute) Sementation Fault 10 Abort 11 Abort 12 }}}
