Re: jhbuild failing - why?
- From: "Rich Caloggero" <rjc MIT EDU>
- To: "Jacob Schmude" <jschmude adelphia net>
- Cc: <gnome-accessibility-list gnome org>
- Subject: Re: jhbuild failing - why?
- Date: Wed, 23 Jul 2003 17:11:45 -0400
Thanx Jacob. This worked beautifully. One small weirdness though: the
complaints from autoconf suggested using ACLOCAL_PATH. If I set it to a
single element, then autoconf automatically sets ACLOCAL_FLAGS to reflect
this, but if I use a colon-separated list of dirs in ACLOCAL_PATH,
ACLOCAL_FLAGS doesn't seem to reflect this, so had to actually set
ACLOCAL_FLAGS as Jacob suggests below. The other thing is that I needed to
include /usr/share/aclocal in the list of include dirs. My prefix is
/opt/gnome2, so the ACLOCAL_FLAGS becomes '-I /opt/gnome2/share/aclocal -I
/usr/share/aclocal'. This seems to be working better now. Let's see how far
I get...
Thanx again Jacob!
Rich
----- Original Message -----
From: "Jacob Schmude" <jschmude adelphia net>
To: "Rich Caloggero" <rjc MIT EDU>
Sent: Wednesday, July 23, 2003 4:30 PM
Subject: Re: jhbuild failing - why?
Hi
This happens when your build tools can't find some gnome-2.3 macros.
Here's what you have to do:
export ACLOCAL_FLAGS="-I PREFIX/share/aclocal"
Put that in your .bash_profile or /etc/profile. Prefix is the prefix you
specified in .jhbuildrc, for example if your prefix is /opt/gnome-2.3, it
would look like this:
export ACLOCAL_FLAGS="-I /opt/gnome-2.3/share/aclocal"
Remember to mind the upper/lower case. Here's a few other things you
should do, (prefix is your jhbuildrc prefix):
export LD_LIBRARY_PATH=prefix/lib
export PKG_CONFIG_PATH="prefix/lib/pkgconfig:/usr/lib/pkgconfig"
These will prevent similar not found errors, from the linker and from
pkg-config, respectively.
HTH
On Wed, 23 Jul 2003, Rich Caloggero wrote:
> The following is generated when I run autogen.sh (either by hand or
> implicitly by jhbuild) from the gnome-icon-theme directory. This happens
> when I build other modules too, such as libxslt... Anyone know what's
going
> on? I did a jhbuild bootstrap and let it download and build all the tools
it
> couldn't find. What is this aclocal and aclocal_path?
>
> Thanx in advance for any assistance...
>
> ---------------
> Running glib-gettextize
> Copying file po/Makefile.in.in
>
> Please add the files
> codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
> progtest.m4
> from the /usr/share/aclocal directory to your autoconf macro directory
> or directly to your aclocal.m4 file.
> You will also need config.guess and config.sub, which you can get from
> ftp://ftp.gnu.org/pub/gnu/config/.
>
> Running intltoolize
> patching file po/Makefile.in.in
> /opt/gnome2/bin/gnome-autogen.sh
> [1mchecking for autoconf >= 2.53...
> [m testing autoconf2.50... not found.
> testing autoconf... found.
> [1mchecking for automake >= 1.4...
> [m testing automake-1.4... found.
> [1mchecking for glib-gettext >= 2.2.0...
> [m testing glib-gettextize... found.
> [1mchecking for intltool >= 0.25...
> [m testing intltoolize... found.
> [1mChecking for required M4 macros...
> [m glib-gettext.m4 not found
> [1mChecking for forbidden M4 macros...
> [m***Error***: some autoconf macros required to build gnome-icon-theme
> were not found in your aclocal path, or some forbidden
> macros were found. Perhaps you need to adjust your
> ACLOCAL_PATH?
>
>
>
> _______________________________________________
> gnome-accessibility-list mailing list
> gnome-accessibility-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-accessibility-list
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]