Re: [gtk-osx-users] Building on PPC fails

2013-01-13 Thread John Ralls
On Jan 13, 2013, at 12:42 PM, Steffen Gutmann wrote: > Hi John, > > thanks for the hint. I will try that as well. > > It seems there is another problem when building for 10.4/10.4u. > > Building libxm2l fails with the message: > > ld: library not found for -lpython2.5 > > I guess the probl

Re: [gtk-osx-users] Building on PPC fails

2013-01-13 Thread John Ralls
On Jan 13, 2013, at 1:55 PM, Steffen Gutmann wrote: > After having installed the jhbuild version of python, the next problem I ran > into is when building perl-xml-simple: > > perl Makefile.PL INSTALLDIRS=vendor PREFIX=/Users/steffen/gtk/inst > ExtUtils::MakeMaker version 6.31 required--this

Re: [gtk-osx-users] Building on PPC fails

2013-01-13 Thread Steffen Gutmann
Finally, I am stuck when trying to run  jhbuild build meta-gtk-osx-core The gtk+ module fails to build with the error message: libtool: compile:  /Developer/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CH

Re: [gtk-osx-users] Building on PPC fails

2013-01-13 Thread Steffen Gutmann
After having installed the jhbuild version of python, the next problem I ran into is when building perl-xml-simple: perl Makefile.PL INSTALLDIRS=vendor PREFIX=/Users/steffen/gtk/inst   ExtUtils::MakeMaker version 6.31 required--this is only version 6.30 at Makefile.PL line 7. BEGIN failed--compi

Re: [gtk-osx-users] Building on PPC fails

2013-01-13 Thread Steffen Gutmann
Hi John, thanks for the hint.  I will try that as well. It seems there is another problem when building for 10.4/10.4u. Building libxm2l fails with the message: ld: library not found for -lpython2.5 I guess the problem is that the 10.4u SDK only has python 2.3.  If I do a 'jhbuild build pytho

Re: [gtk-osx-users] Building on PPC fails

2013-01-13 Thread John Ralls
On Jan 13, 2013, at 12:04 AM, Steffen Gutmann wrote: > I should maybe mention that I am trying a universal build (.jhbuildrc-custom) > > setup_universal_build(target="10.4", sdk_version="10.4u", > architectures=["ppc", "i386"]) > > Maybe that's the problem. Although, I

Re: [gtk-osx-users] Building on PPC fails

2013-01-13 Thread Steffen Gutmann
I should maybe mention that I am trying a universal build (.jhbuildrc-custom) setup_universal_build(target="10.4", sdk_version="10.4u",                          architectures=["ppc", "i386"]) Maybe that's the problem. Although, I have been able to build it in the past (after tweaking some define