HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of dev-lang/python


Ignore:
Timestamp:
04/13/08 11:32:13 (7 years ago)
Author:
andreasf
Comment:

Updated status

Legend:

Unmodified
Added
Removed
Modified
  • dev-lang/python

    v1 v2  
    1111=== work-in-progress (andreasf) - [R5, Haiku] === 
    1212 
    13 Compiled okay on R5. 
     13On R5 I get: 
     14{{{ 
     15gcc   -o python \ 
     16                        Modules/python.o \ 
     17                        libpython2.5.a -lnet 
     18libpython2.5.a: file not recognized: Is a directory 
     19collect2: ld returned 1 exit status 
     20make: *** [python] Error 1 
     21}}} 
    1422 
    15 Requires another Python on Haiku. 
     23On Haiku, requires another Python first. 
     24 
     25On both, {{{#!/usr/bin/env python}}} needs to be changed to {{{#!/bin/env python}}}. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/