Re: jhbuild problems
- From: Axel Siebenwirth <axel pearbough net>
- To: Don Raikes <draikes theriver com>
- Cc: gnome-list gnome org
- Subject: Re: jhbuild problems
- Date: Sun Nov 2 12:15:05 2003
Hi Don!
On Thu, 30 Oct 2003, Don Raikes wrote:
> When I try to do the build, I get errors trying to build atk (see atk.log
> attached).
>
> I don't know whether I am missing something important in my setup, or
> what.
>
> I am attaching both my .jhbuildrc and atk.log files.
>
> Any help would be greatly appreciated.
What version is your toolchain (automake;autoconf;libtool)?
I always do a complete "jhbuild bootstrap" that surely works. Try that too.
And dont forget to add the %GNOME_PREFIX%/bin as first element of your PATH
before going into build mode.
Axel
P.S. I attach my .jhbuildrc and additionally my own .jhbuildflags which I
source before building.
____________________________________________________________________________
Axel Siebenwirth phone +49 3641 776807 |
Am Birnstiel 3 axel at pearbough dot net |
07745 Jena |
Germany________________________________________________http://pearbough.net |
*** NEWSFLASH ***
Russian tanks steamrolling through New Jersey!!!!
Details at eleven!
____________________________________________________________________________
# -*- mode: python -*-
# edit this file to match your settings and copy it to ~/.jhbuildrc
import os
# if you have a cvs account, uncomment this line
cvsroots['gnome.org'] = ':pserver:anonymous anoncvs3 gnome org:/cvs/gnome'
# what module set should be used?
moduleset = 'gnome24'
# either a list of modules to build, or 'all' to build all
# modules in the set.
modules = [ 'meta-gnome-desktop', 'libgnomedb', 'meta-gnome-c++', 'meta-gnome-python', 'meta-gnome-devel-tools', 'gnome-cups-manager', 'gnome-network', 'gnome-system-tools' ]
# what directory should the source be checked out to?
checkoutroot = os.path.join(os.environ['HOME'], 'cvs', 'gnome2')
# the prefix to configure/install modules to (must have write access)
prefix = '/usr/local/gnome2'
# extra arguments to pass to all autogen.sh scripts
# to speed up builds of gnome2, try '--disable-static --disable-gtk-doc'
#autogenargs='--disable-static --disable-gtk-doc'
# set CFLAGS:
cflags = '-O3 -march=pentium4 -pipe'
# a alternative install program to use.
# The included install-check program won't update timestamps if the
# header hasn't changed
installprog = os.path.join(os.environ['HOME'], 'bin', 'install-check')
setenv PKG_CONFIG_PATH "/usr/local/gnome2/lib/pkgconfig:/usr/X11R6/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig"
setenv CFLAGS "-O3 -march=pentium4 -pipe"
setenv CXXFLAGS "$CFLAGS"
setenv LD_LIBRARY_PATH "/usr/local/gnome2/lib"
setenv PATH "/usr/local/gnome2/bin:$PATH"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]