Re: [RFH] Compiling a Gnome app / GTHREAD or XDamage error

2006-03-24 Thread Bastian Venthur
Joe Wreschnig wrote: > On Thu, 2006-03-23 at 18:20 +0100, Bastian Venthur wrote: >> checking for GTHREAD... configure: error: Byzanz requires GThread-2.0 >= >> and XDamage >= 1.0 to compile. >> make: *** [config.status] Error 1 >> >> Currently my package build-depends on: debhelper (>= 4.0.0), >>

Re: [RFH] Compiling a Gnome app / GTHREAD or XDamage error

2006-03-23 Thread Marco Cabizza
El jue, 23-03-2006 a las 20:40 +0100, Bastian Venthur escribió: > Really? What did you change in the relevant debian/* files? I've only > changed the control file (build-depends [see beginning of thread]) so > far. Did you modify anything else in the debian/rules or something? Does > Byzanz really

Re: [RFH] Compiling a Gnome app / GTHREAD or XDamage error

2006-03-23 Thread Bastian Venthur
Marco Cabizza wrote: > El jue, 23-03-2006 a las 12:52 -0600, Joe Wreschnig escribió: >> No, the error message sucks, it doesn't distinguish between two >> different (completely unrelated) failures. I reported this earlier >> as http://bugs.debian.org/358253 when I was trying to get Byzanz >> compil

Re: [RFH] Compiling a Gnome app / GTHREAD or XDamage error

2006-03-23 Thread Laszlo Boszormenyi
On Thu, 2006-03-23 at 19:35 +0100, Bastian Venthur wrote: > Laszlo Boszormenyi wrote: > > On Thu, 2006-03-23 at 18:20 +0100, Bastian Venthur wrote: > >> checking for GTHREAD... configure: error: Byzanz requires GThread-2.0 >= > >> and XDamage >= 1.0 to compile. > >> make: *** [config.status] Erro

Re: [RFH] Compiling a Gnome app / GTHREAD or XDamage error

2006-03-23 Thread Justin Pryzby
On Thu, Mar 23, 2006 at 07:15:38PM +0100, Laszlo Boszormenyi wrote: > Just a question: is it so poorly known that anyone can search for > package contents? I don't know, but it seems to me that listing and searching files are intuitively obvious things that any package management system should do.

Re: [RFH] Compiling a Gnome app / GTHREAD or XDamage error

2006-03-23 Thread Marco Cabizza
El jue, 23-03-2006 a las 12:52 -0600, Joe Wreschnig escribió: > No, the error message sucks, it doesn't distinguish between two > different (completely unrelated) failures. I reported this earlier > as http://bugs.debian.org/358253 when I was trying to get Byzanz > compiled. I was trying to make a

Re: [RFH] Compiling a Gnome app / GTHREAD or XDamage error

2006-03-23 Thread Justin Pryzby
On Thu, Mar 23, 2006 at 07:35:18PM +0100, Bastian Venthur wrote: > Laszlo Boszormenyi wrote: > > On Thu, 2006-03-23 at 18:20 +0100, Bastian Venthur wrote: > >> checking for GTHREAD... configure: error: Byzanz requires GThread-2.0 >= > >> and XDamage >= 1.0 to compile. > >> make: *** [config.statu

Re: [RFH] Compiling a Gnome app / GTHREAD or XDamage error

2006-03-23 Thread Joe Wreschnig
On Thu, 2006-03-23 at 18:20 +0100, Bastian Venthur wrote: > checking for GTHREAD... configure: error: Byzanz requires GThread-2.0 >= > and XDamage >= 1.0 to compile. > make: *** [config.status] Error 1 > > Currently my package build-depends on: debhelper (>= 4.0.0), > autotools-dev, libexpat1-dev

Re: [RFH] Compiling a Gnome app / GTHREAD or XDamage error

2006-03-23 Thread Bastian Venthur
Laszlo Boszormenyi wrote: > On Thu, 2006-03-23 at 18:20 +0100, Bastian Venthur wrote: >> checking for GTHREAD... configure: error: Byzanz requires GThread-2.0 >= >> and XDamage >= 1.0 to compile. >> make: *** [config.status] Error 1 >> >> Currently my package build-depends on: debhelper (>= 4.0.0

Re: [RFH] Compiling a Gnome app / GTHREAD or XDamage error

2006-03-23 Thread Andrea Bolognani
On Thu, 23 Mar 2006 19:15:38 +0100 Laszlo Boszormenyi <[EMAIL PROTECTED]> wrote: > Just a question: is it so poorly known that anyone can search for > package contents? I hope no. -- KiyuKo "Like Russian Rulette with six bullets loaded" pgppPxhk7vo3O.pgp Description: PGP signature

Re: [RFH] Compiling a Gnome app / GTHREAD or XDamage error

2006-03-23 Thread Laszlo Boszormenyi
On Thu, 2006-03-23 at 18:20 +0100, Bastian Venthur wrote: > checking for GTHREAD... configure: error: Byzanz requires GThread-2.0 >= > and XDamage >= 1.0 to compile. > make: *** [config.status] Error 1 > > Currently my package build-depends on: debhelper (>= 4.0.0), > autotools-dev, libexpat1-de

Re: [RFH] Compiling a Gnome app / GTHREAD or XDamage error

2006-03-23 Thread Justin Pryzby
On Thu, Mar 23, 2006 at 06:20:21PM +0100, Bastian Venthur wrote: > Hi, > > I'm currently working on a small GTK2 app and while trying to compile it > under a clean pbuilder environment, I get the following error during the > config phase: > > checking for GTHREAD... configure: error: Byzanz requi

Re: [RFH] Compiling a Gnome app / GTHREAD or XDamage error

2006-03-23 Thread Bastian Venthur
Michal Čihař wrote: >> checking for GTHREAD... configure: error: Byzanz requires GThread-2.0 >= >> and XDamage >= 1.0 to compile. >> make: *** [config.status] Error 1 >> >> Currently my package build-depends on: debhelper (>= 4.0.0), >> autotools-dev, libexpat1-dev, libxdamage-dev, libpanelappletm

Re: [RFH] Compiling a Gnome app / GTHREAD or XDamage error

2006-03-23 Thread Michal Čihař
Hi On Thu, 23 Mar 2006 18:20:21 +0100 Bastian Venthur <[EMAIL PROTECTED]> wrote: > I'm currently working on a small GTK2 app and while trying to compile it > under a clean pbuilder environment, I get the following error during the > config phase: > > checking for GTHREAD... configure: error: Byz

[RFH] Compiling a Gnome app / GTHREAD or XDamage error

2006-03-23 Thread Bastian Venthur
Hi, I'm currently working on a small GTK2 app and while trying to compile it under a clean pbuilder environment, I get the following error during the config phase: checking for GTHREAD... configure: error: Byzanz requires GThread-2.0 >= and XDamage >= 1.0 to compile. make: *** [config.status] Er