Changes between Version 19 and Version 20 of dev-lang/python
- Timestamp:
- 04/27/08 14:14:32 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/python
v19 v20 41 41 42 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 44 Linking then fails due to {{{-lm}}}. Seems I forgot to rework {{{configure.in}}}. 44 45 … … 46 47 47 48 Python's libffi needs to be patched too (config.guess, config.sub, configure.ac). 49 48 50 Compiles okay then. 49 51
