Changes between Version 2 and Version 3 of dev-python/pygame/1.8.1/1
- Timestamp:
- 10/08/08 15:02:48 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-python/pygame/1.8.1/1
v2 v3 4 4 5 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.6 I added && !defined(!__HAIKU!__) to lines 1098 and 1343 to get passed that. 7 7 The build then finishes, but all the examples fail with: 8 8 {{{
