Changes between Version 18 and Version 19 of dev-lang/python
- Timestamp:
- 04/27/08 14:13:58 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/python
v18 v19 38 38 /ToBe/python-2.5.x/Objects/funcobject.c:501: parse error before `;' 39 39 }}} 40 This seems related to Haiku's definition of the {{{assert}}} macro in the {{{NDEBUG}}} case. 40 This seems related to Haiku's definition of the {{{assert}}} macro in the {{{NDEBUG}}} case. [http://dev.haiku-os.org/ticket/2108 Ticket] 41 41 42 In {{{Python/thread.c}}} compilation fails due to {{{destructor}}} in {{{pthread.h}}}:175. Renaming the parameter resolves this .42 In {{{Python/thread.c}}} compilation fails due to {{{destructor}}} in {{{pthread.h}}}:175. Renaming the parameter resolves this ([http://dev.haiku-os.org/ticket/2109 ticket]). 43 43 Linking then fails due to {{{-lm}}}. Seems I forgot to rework {{{configure.in}}}. 44 44
