Re: [gtk-osx-users] Building on PPC fails - what is the current status?

2013-04-01 Thread John Ralls
On Apr 1, 2013, at 1:49 PM, t.te...@gmx.de wrote: > Dear all, dear John, > > > John wrote: > > > [HOORAY: going back to pango 1.30 makes Gtk finally work > > > on Tiger] > > Yay! > > So are you building with MacPorts or GtkOSX? The two are > > mutually incompatible... > > I am using MacPorts

Re: [gtk-osx-users] Building on PPC fails - what is the current status?

2013-04-01 Thread t . tensi
Dear all, dear John, John wrote: > > [HOORAY: going back to pango 1.30 makes Gtk finally work > > on Tiger] > Yay! > So are you building with MacPorts or GtkOSX? The two are > mutually incompatible... I am using MacPorts exclusively. I also tried JHBuild, but I was too dumb to configure it co

Re: [gtk-osx-users] Building on PPC fails - what is the current status?

2013-04-01 Thread John Ralls
On Mar 31, 2013, at 10:55 AM, t.te...@gmx.de wrote: > Dear all, dear John, > > > John has recommended: > > > [current Gtk-OSX-build fails on Tiger: no fonts displayed] > > The easiest way for you to proceed would be to clone gtk-osx and > > checkout a revision from before last November and buil

Re: [gtk-osx-users] Building on PPC fails - what is the current status?

2013-03-31 Thread t . tensi
Dear all, dear John, John has recommended: > > [current Gtk-OSX-build fails on Tiger: no fonts displayed] > The easiest way for you to proceed would be to clone gtk-osx and > checkout a revision from before last November and build against > those modulesets. HOORAY, I MADE IT!!! Thanks for

Re: [gtk-osx-users] Building on PPC fails - what is the current status?

2013-03-24 Thread John Ralls
On Mar 24, 2013, at 4:00 PM, t.te...@gmx.de wrote: > Dear all, dear John, > > > > [do pango/cairo put a log somewhere or is debugging > > > required?] > > No, you'll need to debug. > > That sounds tedious, especially because of the event-oriented > nature of GTK applications. It's not too bad

Re: [gtk-osx-users] Building on PPC fails - what is the current status?

2013-03-24 Thread t . tensi
Dear all, dear John, first of all thanks for all the informative answers! John wrote: > > [is there some decisive change in the GTK libraries > > that makes them break on Tiger?] > I believe that's the case. Okay, that was my interpretation because the build went okay in principle. > > [do p

Re: [gtk-osx-users] Building on PPC fails - what is the current status?

2013-03-24 Thread John Ralls
On Mar 24, 2013, at 8:13 AM, t.te...@gmx.de wrote: > Dear all, > > > Steffen wrote: > > > Steffen, did you succeed in getting GTK2 to work on 10.4 > > > or did you finally switch to Leopard? > > > I gave up on Tiger and my app requires at least Leopard now. > > Unfortunately I have to support

Re: [gtk-osx-users] Building on PPC fails - what is the current status?

2013-03-24 Thread t . tensi
Dear all, Steffen wrote: > > Steffen, did you succeed in getting GTK2 to work on 10.4 > > or did you finally switch to Leopard? > I gave up on Tiger and my app requires at least Leopard now. Unfortunately I have to support Tiger, but I am willing to go back to some old versions of pango, harfb

Re: [gtk-osx-users] Building on PPC fails - what is the current status?

2013-03-23 Thread Steffen Gutmann
Hi Thomas! > Steffen, did you succeed in getting GTK2 to work on 10.4 or did > you finally switch to Leopard? I gave up on Tiger and my app requires at least Leopard now. Steffen ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https:/

[gtk-osx-users] Building on PPC fails - what is the current status?

2013-03-23 Thread t . tensi
Dear all, I have also tried to get a running GTK2 on a PowerPC Mac mini with Tiger OSX (as Steffen Gutmann did in January). My first attempts using Macports failed; I have applied several proposed patches from the thread between Steffen and John (like for gdkimage-quartz.c and gtkquartz.h). At

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

2013-01-21 Thread Steffen Gutmann
> I noticed an error in the harfbuzz module yesterday that was causing it to > build  > before glib. It has a soft dependency on glib, but not having it might cause > trouble with pango (harfbuzz shapes the font, pango lays it out and displays > it > on a cairo surface). You may have picked up

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

2013-01-21 Thread John Ralls
On Jan 21, 2013, at 9:56 AM, Steffen Gutmann wrote: >>> The biggest problem right now is that all text is invisible (see the bottom > >> part in the other email). With that problem persisting, I definitely need >> to >> switch to Leopard as the lowest version of OSX. This might be a good i

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

2013-01-21 Thread Steffen Gutmann
Hi John! > This section of jhbuildrc-gtk-osx (which gets installed as .jhbuildrc) > applies: >     #Defining ARCHFLAGS globally messes up waf, so we need to define >     #it here for our two perl modules: >     if architectures != ['ppc']: >         module_extra_env.update( >             {"perl-x

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

2013-01-21 Thread Steffen Gutmann
>> The biggest problem right now is that all text is invisible (see the bottom  > part in the other email).  With that problem persisting, I definitely need to > switch to Leopard as the lowest version of OSX.  This might be a good idea > anyway because of the cups problem, I was just trying to

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

2013-01-20 Thread John Ralls
On Jan 19, 2013, at 8:00 PM, Steffen Gutmann wrote: > > >> I looked on my Tiger boot disk and found cups-1.2.12.dmg, so that's >> apparently both new enough and old enough. It's also available from >> ftp://ftp.easysw.com/pub/cups/1.2.12/, as are source tarballs. >> >> Sorry that this is tu

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

2013-01-19 Thread Steffen Gutmann
> I looked on my Tiger boot disk and found cups-1.2.12.dmg, so that's > apparently both new enough and old enough. It's also available from > ftp://ftp.easysw.com/pub/cups/1.2.12/, as are source tarballs. > > Sorry that this is turning into a big PITA. How many users do you have who > are >

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

2013-01-19 Thread John Ralls
On Jan 19, 2013, at 1:23 PM, Steffen Gutmann wrote: >> Not surprising, I guess, since there's a note about newer Cups versions > >> being incompatible with older versions of OSX. The minimum Cups requirement >> is, >> IIRC, 1.4.0. Try 1.4.8, the last release in that series. >> By following t

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

2013-01-19 Thread Steffen Gutmann
> Not surprising, I guess, since there's a note about newer Cups versions  > being incompatible with older versions of OSX. The minimum Cups requirement > is, > IIRC, 1.4.0. Try 1.4.8, the last release in that series. > By following the "older releases" link on the Cups download page I > found

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

2013-01-19 Thread John Ralls
On Jan 18, 2013, at 10:22 PM, Steffen Gutmann wrote: > The saga continues... > > Ok, any hint on how such a module could look like? >>> IIRC, cups has no other dependencies, so I'd think it would be just >>> href="http://www.cups.org/"; /> >>> >>

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

2013-01-18 Thread Steffen Gutmann
The saga continues... Ok, any hint on how such a module could look like? >> >>> >>> IIRC, cups has no other dependencies, so I'd think it would be just >>>     >> href="http://www.cups.org/"; /> >>>     >>>         >> > module="software.php?VERSION=1.6.1&FILE=1.6.1/cups-1.6.1-source.ta

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

2013-01-17 Thread John Ralls
On Jan 17, 2013, at 10:06 AM, Steffen Gutmann wrote: >>> Ok, any hint on how such a module could look like? > >> >> IIRC, cups has no other dependencies, so I'd think it would be just >>> href="http://www.cups.org/"; /> >> >>> module="software.php?VERSION=1.6.1&FILE=1.6.1/cups-

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

2013-01-17 Thread Dirk Hohndel
On Jan 17, 2013, at 10:06 AM, Steffen Gutmann wrote: > Are we sure that Tiger is still supported or should I give up and use Leopard > as the minimum supported OS? For what it's worth - my attempts to build from scratch on Tiger / x86 failed as well. /D smime.p7s Description: S/MIME cryptogra

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

2013-01-17 Thread Steffen Gutmann
>> Ok, any hint on how such a module could look like? > > IIRC, cups has no other dependencies, so I'd think it would be just >     href="http://www.cups.org/"; /> >     >         module="software.php?VERSION=1.6.1&FILE=1.6.1/cups-1.6.1-source.tar.bz2" > version="1.6.1" /> >     I have tr

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

2013-01-17 Thread John Ralls
On Jan 16, 2013, at 8:59 PM, Steffen Gutmann wrote: > Hi John! > >>> I added the line >>> >>> autogenargs = autogenargs + ' --disable-cups' >>> >>> to ~/.jhbuildrc-custom, re-configured and re-built the module and now it >> compiles through to the end. >> >> Tiger provides a version of cup

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

2013-01-16 Thread Steffen Gutmann
Hi John! >> I added the line >> >> autogenargs = autogenargs + ' --disable-cups' >> >> to ~/.jhbuildrc-custom, re-configured and re-built the module and now it > compiles through to the end. > > Tiger provides a version of cups that's too old. That's mentioned in the > build instructions

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

2013-01-16 Thread John Ralls
On Jan 16, 2013, at 10:56 AM, Steffen Gutmann wrote: >> Failing any better resolution, change > >> if (GDK_WINDOW_IMPL_QUARTZ (drawable) == GDK_WINDOW_IMPL_QUARTZ >> (GDK_WINDOW_OBJECT (_gdk_root)->impl)) >> >> to >> if 0 >> >> and see if it works. If it does, I'll wrap it in an availability

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

2013-01-16 Thread Steffen Gutmann
> Failing any better resolution, change > if (GDK_WINDOW_IMPL_QUARTZ (drawable) == GDK_WINDOW_IMPL_QUARTZ > (GDK_WINDOW_OBJECT (_gdk_root)->impl)) > > to > if 0 > > and see if it works. If it does, I'll wrap it in an availability macro and > provide a patch. Yes that works, but I also had t

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

2013-01-16 Thread John Ralls
On Jan 15, 2013, at 9:48 AM, Steffen Gutmann wrote: > Hi John! > >> You did misunderstand. Jhbuild itself needs python 2.5 or later, so you must >> build python before meta-gtk-osx-bootstrap. > > > Well, I am building on PPC/Leopard but the web page > https://live.gnome.org/GTK+/OSX/Buildin

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

2013-01-15 Thread Steffen Gutmann
Hi John! > You did misunderstand. Jhbuild itself needs python 2.5 or later, so you must > build python before meta-gtk-osx-bootstrap. Well, I am building on PPC/Leopard but the web page  https://live.gnome.org/GTK+/OSX/Building says: "Note: jhbuild requires Python 2.5 to unpack tar files, but

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
s actually worked and perl-xml-simple (and the rest > of meta-gtk-osx-bootstrap) compiles and installs. > > I am just wondering if I will have problems later due to my modified perl > environment? > > Steffen > > > - Original Message - >> From: Steffen

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

2013-01-13 Thread Steffen Gutmann
ssage - > From: Steffen Gutmann > To: "gtk-osx-users-list@gnome.org" > Cc: > Sent: Sunday, January 13, 2013 12:42 PM > Subject: Re: [gtk-osx-users] Building on PPC fails > > Hi John, > > thanks for the hint.  I will try that as well. > > It seems

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

2013-01-13 Thread Steffen Gutmann
urpose of extracting archives).  Or maybe I misunderstood that part. Regards, Steffen - Original Message - > From: John Ralls > To: Steffen Gutmann > Cc: "gtk-osx-users-list@gnome.org" > Sent: Sunday, January 13, 2013 11:38 AM > Subject: Re: [gtk-osx-users] Building o

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

2013-01-13 Thread John Ralls
sx to get everything working. If you succeed, please do provide your patches. Regards, John Ralls > - Original Message - >> From: Steffen Gutmann >> To: "gtk-osx-users-list@gnome.org" >> Cc: >> Sent: Saturday, January 12, 2013 11:34 PM >> Sub

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

2013-01-13 Thread Steffen Gutmann
ers-list@gnome.org" > Cc: > Sent: Saturday, January 12, 2013 11:34 PM > Subject: [gtk-osx-users] Building on PPC fails > > Hi, > > I am not sure if someone recently tried building gtkosx on a PPC machine?  I > run > into the following problem on a PPC MacMini w

[gtk-osx-users] Building on PPC fails

2013-01-12 Thread Steffen Gutmann
Hi, I am not sure if someone recently tried building gtkosx on a PPC machine?  I run into the following problem on a PPC MacMini with OSX Leopard: sh gtk-osx-build-setup.sh: succeeds jhbuild build python: succeeds jhbuild bootstrap: succeeds jhbuild build meta-gtk-osx-bootstrap: fails when con