[issue4780] Makefile.pre.in patch to run regen on OSX (framework build)

2009-01-02 Thread Ronald Oussoren
Ronald Oussoren added the comment: I've ported the fix to the trunk in r68149 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue4780] Makefile.pre.in patch to run regen on OSX (framework build)

2009-01-01 Thread Roumen Petrov
Roumen Petrov added the comment: The issue is same for trunk. Step to reproduce(as example on linux): - remove existing python installation (optional) - rename Lib/plat-linux2 ... python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h python: error while loading shared li

[issue4780] Makefile.pre.in patch to run regen on OSX (framework build)

2008-12-30 Thread Benjamin Peterson
Benjamin Peterson added the comment: I probably forgot to add it when I was missing with the Makefile a while back. I applied your patch in r68075. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker

[issue4780] Makefile.pre.in patch to run regen on OSX (framework build)

2008-12-30 Thread Ronald Oussoren
New submission from Ronald Oussoren : I needed the attached patch to install a framework build of Python3 (py3k branch), otherwise the 'regen' script wouldn't start to build Lib/plat- mac. I haven't applied the patch to the repository because I don't know if there's a reason for not using RUNS