build python using mingw

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Uwe Schmitt

    build python using mingw


    Hi,

    I tried to build python 2.3 on a windows 2k machine using
    mingw. configure works fine, but when compiling
    Module/posixmodule.c I get lots of warnings,
    one is
    'SIGCHLD undeclared' (first use in this function).

    Did anyone suceed in building Python + mingw ?

    Greetings, Uwe





    --
    Dr. rer. nat. Uwe Schmitt http://www.procoders.net
    schmitt@procode rs.net "A service to open source is a service to mankind."
  • Marijan Tadin

    #2
    Re: build python using mingw


    AFAIK no, but some people are trying to do so.
    Try Google with:

    build mingw group:comp.lang .python.*



    "Uwe Schmitt" <uwe.schmitt@pr ocoders.net> wrote in message
    news:bka775$3dj [email protected] ni-saarland.de...[color=blue]
    >
    > Hi,
    >
    > I tried to build python 2.3 on a windows 2k machine using
    > mingw. configure works fine, but when compiling
    > Module/posixmodule.c I get lots of warnings,
    > one is
    > 'SIGCHLD undeclared' (first use in this function).
    >
    > Did anyone suceed in building Python + mingw ?
    >
    > Greetings, Uwe
    >
    >
    >
    >
    >
    > --
    > Dr. rer. nat. Uwe Schmitt http://www.procoders.net
    > schmitt@procode rs.net "A service to open source is a service to[/color]
    mankind."

    Comment

    • John J. Lee

      #3
      Re: build python using mingw

      "Marijan Tadin" <mtadin66@yahoo .com> writes:[color=blue]
      > "Uwe Schmitt" <uwe.schmitt@pr ocoders.net> wrote in message[/color]
      [...][color=blue][color=green]
      > > Did anyone suceed in building Python + mingw ?[/color][/color]
      [...][color=blue]
      > AFAIK no, but some people are trying to do so.
      > Try Google with:
      >
      > build mingw group:comp.lang .python.*[/color]

      But don't let that put you off doing it yourself: IIRC, it's been on
      Gerhard's list for a long while, but he hasn't had sufficient 'round
      tuits' to finish it (assuming I recall correctly that it *was* Gerhard
      Haring).


      John

      Comment

      Working...