Re: setting up a gtk dev environment

2008-07-28 Thread Owen Taylor
On Sun, 2008-07-27 at 14:40 -0400, Patrick Hallinan wrote: On Sun, 2008-07-27 at 14:24 -0400, Paul Davis wrote: On Sun, 2008-07-27 at 14:08 -0400, Patrick Hallinan wrote: Hi, I wish to help with the development of gtk+ but I'm not having any fun trying to setup a build environment

Re: setting up a gtk dev environment

2008-07-28 Thread Frederic Peters
Owen Taylor wrote: I'm using the subversion trunk for jhbuild which I didn't assume was stable. I get the output below when I try jhbuild bootstrap In general, I'd strongly recommend against jhbuild bootstrap. It: It is already written down in the manual; but it is obvisouly not enough

Re: setting up a gtk dev environment

2008-07-28 Thread Patrick Hallinan
On Mon, 2008-07-28 at 10:06 -0400, Owen Taylor wrote: On Sun, 2008-07-27 at 14:40 -0400, Patrick Hallinan wrote: On Sun, 2008-07-27 at 14:24 -0400, Paul Davis wrote: On Sun, 2008-07-27 at 14:08 -0400, Patrick Hallinan wrote: Hi, I wish to help with the development of gtk+ but

Re: setting up a gtk dev environment

2008-07-28 Thread Frederic Peters
Patrick Hallinan wrote: I ignored that and tried jhbuild gtk+' but the first package (fontconfig-2.6.0) failed to build. I think that this is the first error: In file included from ../fontconfig/fcfreetype.h:27, from fcftint.h:26, from

setting up a gtk dev environment

2008-07-27 Thread Patrick Hallinan
Hi, I wish to help with the development of gtk+ but I'm not having any fun trying to setup a build environment for gtk+. I've looked for help at www.gtk.org/development.html and developer.gnome.org. I have tried using jhbuild from http://svn.gnome.org/svn/jhbuild/trunk. No dice. Is there help

Re: setting up a gtk dev environment

2008-07-27 Thread Paul Davis
On Sun, 2008-07-27 at 14:08 -0400, Patrick Hallinan wrote: Hi, I wish to help with the development of gtk+ but I'm not having any fun trying to setup a build environment for gtk+. I've looked for help at www.gtk.org/development.html and developer.gnome.org. I have tried using jhbuild from

[Fwd: Re: setting up a gtk dev environment]

2008-07-27 Thread Paul Davis
Patrick, this should have been sent to the list, not me personally. ---BeginMessage--- On Sun, 2008-07-27 at 14:24 -0400, Paul Davis wrote: On Sun, 2008-07-27 at 14:08 -0400, Patrick Hallinan wrote: Hi, I wish to help with the development of gtk+ but I'm not having any fun trying to

Re: setting up a gtk dev environment

2008-07-27 Thread Patrick Hallinan
On Sun, 2008-07-27 at 14:24 -0400, Paul Davis wrote: On Sun, 2008-07-27 at 14:08 -0400, Patrick Hallinan wrote: Hi, I wish to help with the development of gtk+ but I'm not having any fun trying to setup a build environment for gtk+. I've looked for help at www.gtk.org/development.html

Re: setting up a gtk dev environment

2008-07-27 Thread Simos Xenitellis
Apparently libguile has compilation issues. You can try to install the package from Fedora so that jhbuild would not have to compile it for you. Simos On Sun, Jul 27, 2008 at 7:40 PM, Patrick Hallinan [EMAIL PROTECTED] wrote: On Sun, 2008-07-27 at 14:24 -0400, Paul Davis wrote: On Sun,

Re: setting up a gtk dev environment

2008-07-27 Thread Patrick Hallinan
On Sun, Jul 27, 2008 at 2:44 PM, Simos Xenitellis [EMAIL PROTECTED] wrote: Apparently libguile has compilation issues. You can try to install the package from Fedora so that jhbuild would not have to compile it for you. [EMAIL PROTECTED] patrick]# yum list|grep guile guile.x86_64

Re: setting up a gtk dev environment

2008-07-27 Thread Simos Xenitellis
On Sun, Jul 27, 2008 at 7:40 PM, Patrick Hallinan [EMAIL PROTECTED] wrote: On Sun, 2008-07-27 at 14:24 -0400, Paul Davis wrote: On Sun, 2008-07-27 at 14:08 -0400, Patrick Hallinan wrote: Hi, I wish to help with the development of gtk+ but I'm not having any fun trying to setup a build

Re: setting up a gtk dev environment

2008-07-27 Thread Patrick Hallinan
On Sun, 2008-07-27 at 20:27 +0100, Simos Xenitellis wrote: On Sun, Jul 27, 2008 at 7:40 PM, Patrick Hallinan [EMAIL PROTECTED] wrote: On Sun, 2008-07-27 at 14:24 -0400, Paul Davis wrote: On Sun, 2008-07-27 at 14:08 -0400, Patrick Hallinan wrote: Hi, I wish to help with the

Re: setting up a gtk dev environment

2008-07-27 Thread Sven Herzberg
Am Sonntag, den 27.07.2008, 15:48 -0400 schrieb Patrick Hallinan: I do not know why Werror would be enabled. If you cannot find the reason, then when the compilation fails and you get the jhbuild options as to what to do, pick Option 4 which gives you a shell. Enter the guile directory

Re: setting up a gtk dev environment

2008-07-27 Thread Paul Davis
On Sun, 2008-07-27 at 22:02 +0200, Sven Herzberg wrote: Maybe you can also add this to your jhbuildrc to skip building guile: skip=['guile'] you can't skip guile without also skipping 'gmp'. i still find it bizarre that these two things are considered part of the bootstrap but my bug report

Re: setting up a gtk dev environment

2008-07-27 Thread Christian Dywan
Am Sun, 27 Jul 2008 15:48:48 -0400 schrieb Patrick Hallinan [EMAIL PROTECTED]: On Sun, 2008-07-27 at 20:27 +0100, Simos Xenitellis wrote: On Sun, Jul 27, 2008 at 7:40 PM, Patrick Hallinan [EMAIL PROTECTED] wrote: On Sun, 2008-07-27 at 14:24 -0400, Paul Davis wrote: On Sun, 2008-07-27

Re: setting up a gtk dev environment

2008-07-27 Thread Havoc Pennington
Hi, I often install most stuff from rpms instead of jhbuild, then jhbuild buildone foo bar where foo and bar are things I am actually working on or actually need bleeding-edge versions of. Building *everything* with jhbuild from the ground up is just kind of annoying. Requires some knowledge of