Re: Help Broadway Backend

2013-02-20 Thread Diego Felix (Bill)
I tried this but I can not install this requirement: configure: error: Package requirements (glib-2.0 = 2.35.3atk = 2.7.5 pango = 1.32.4cairo = 1.10.0cairo-gobject = 1.10.0 gdk-pixbuf-2.0 = 2.27.1) were not met: No package 'pango' found When I run configure:

Re: Help Broadway Backend

2013-02-20 Thread Diego Felix (Bill)
When I try to compile a older version of gtk+-3 (3.4.4), I have the same error: When I configure: bill@bill-laptop:~/Downloads/gtk+-3.4.4$ ./configure --prefix=/opt/gtk --enable-x11-backend --enable-broadway-backend checking for a BSD-compatible install... /usr/bin/install -c checking

Re: Help Broadway Backend

2013-02-20 Thread Jasper St. Pierre
You need to update your version of glib. On Sun, Feb 17, 2013 at 9:00 PM, Diego Felix (Bill) diegob...@gmail.comwrote: When I try to compile a older version of gtk+-3 (3.4.4), I have the same error: When I configure: bill@bill-laptop:~/Downloads/gtk+-3.4.4$ ./configure --prefix=/opt/gtk

Re: Help Broadway Backend

2013-02-20 Thread Diego Felix (Bill)
I installed a new version (2.35.7): bill@bill-laptop: pkg-config --modversion glib-2.0 2.35.7 But I can not remove old version 2.32.3, because of packages dependecies, like: ubuntu-desktop, ... How to update old version (2.32.3)? Em 18/02/2013 01:10, Jasper St. Pierre jstpie...@mecheye.net

Re: Help Broadway Backend

2013-02-13 Thread Doug Blank
From: http://code.google.com/p/theunarchiver/issues/detail?id=346 ld has recently been changed to require that executables explicitly link against the libraries that provide the symbols used by the executable. In previous versions, it was sufficient for these libraries to be pulled in

Help Broadway Backend

2013-02-09 Thread Diego Felix (Bill)
Hi, I tried to make the gtk+ from git repository (branch broadway) but I received this error: bill@bill-laptop:~/workspace/gtk+$ make make all-recursive make[1]: Entering directory `/home/bill/workspace/gtk+' Making all in po make[2]: Entering directory `/home/bill/workspace/gtk+/po' make[2]:

Re: Help Broadway Backend

2013-02-09 Thread Florian Müllner
On Sat, Feb 9, 2013 at 12:39 AM, Diego Felix (Bill) diegob...@gmail.com wrote: I tried to make the gtk+ from git repository (branch broadway) Why? That's an old development branch that has long been merged to master; to build the broadway backend, just configure GTK+ (master or any version =