Re: [Pythonmac-SIG] building wxPython on Mac OS X (10.5)

2009-09-24 Thread gabriel.rossetti
On 24/9/2009, "gabriel.rosse...@arimaz.com" wrote: >On 24/9/2009, "gabriel.rosse...@arimaz.com" > wrote: > >>On 23/9/2009, "gabriel.rosse...@arimaz.com" >> wrote: >> >>>Hello everyone, >>> >>>I am trying to build wx on Mac OS X by following this tutorial : >>>http://www.wxpython.org/BUILD.html >>

Re: [Pythonmac-SIG] building wxPython on Mac OS X (10.5)

2009-09-24 Thread gabriel.rossetti
On 24/9/2009, "gabriel.rosse...@arimaz.com" wrote: >On 23/9/2009, "gabriel.rosse...@arimaz.com" > wrote: > >>Hello everyone, >> >>I am trying to build wx on Mac OS X by following this tutorial : >>http://www.wxpython.org/BUILD.html >> >>I did the following : >> >>cd Python-2.5.4 >>mkdir ../Python

Re: [Pythonmac-SIG] building wxPython on Mac OS X (10.5)

2009-09-24 Thread gabriel.rossetti
On 23/9/2009, "gabriel.rosse...@arimaz.com" wrote: >Hello everyone, > >I am trying to build wx on Mac OS X by following this tutorial : >http://www.wxpython.org/BUILD.html > >I did the following : > >cd Python-2.5.4 >mkdir ../Python-Mac-Root >/configure --prefix=/Users/me/Desktop/Python-Mac-Root

[Pythonmac-SIG] building wxPython on Mac OS X (10.5)

2009-09-23 Thread gabriel.rossetti
Hello everyone, I am trying to build wx on Mac OS X by following this tutorial : http://www.wxpython.org/BUILD.html I did the following : cd Python-2.5.4 mkdir ../Python-Mac-Root /configure --prefix=/Users/me/Desktop/Python-Mac-Root \ --with-suffix=.mine --enable-shared --with-th