[gnome-love] Help building Gnome 3 on Debian Squeeze



I have been trying to build the latest Gnome 3 on Debian Squeeze following the requirements at http://live.gnome.org/JhbuildDependencies/Debian. I have tried several different approaches i.e bootstrapping / not bootstrapping, and the options to add to the jhbuildrc in response to the "Usual Problems" provided at the same link, but to no avail.

Here is my current .jhbuildrc:

# -*- mode: python -*-

# if you have a GNOME git account, uncomment this line
# repos['git.gnome.org'] = 'ssh://user git gnome org/git/'

moduleset = 'gnome-apps-3.2'
modules = [ 'meta-gnome-core', 'meta-gnome-apps-tested' ]

checkoutroot = os.path.expanduser('~/checkout/gnome')
prefix = '/opt/gnome'

os.environ['LDFLAGS'] = "-L" + prefix + "/lib"
autogenargs='--disable-static --disable-gtk-doc'
module_autogenargs['hal'] = '--with-hal-user=hal --with-hal-group=hal'


Has anyone successfully built the current Gnome 3 on Squeeze and if so could you provide the steps necessary to do so. I would really like to get involved in contributing to Gnome but cannot seem to get the development environment setup.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]