Re: building gnumeric in garnome



On Wed, 2002-11-20 at 12:03, Michael George wrote:
Okay, I have the libgsf stuff built and I'm moving on to gnumeric.

I do:
      ./autogen.sh --prefix=/home/george/garnome
and get:
----------------------------------------------------------------------------
~/GNOME/gnumeric>./autogen.sh --prefix=/home/george/garnome
processing .
Creating ./aclocal.m4 ...
Running glib-gettextize...  Ignore non-fatal messages.
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 /home/george/garnome/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/.

Don't worry about those messages. You am getting them even on a
successful build.


Making ./aclocal.m4 writable ...
Running intltoolize...
patching file po/Makefile.in.in
Hunk #1 succeeded at 21 (offset 7 lines).
Hunk #2 succeeded at 34 (offset -5 lines).
Hunk #3 succeeded at 99 with fuzz 2 (offset 7 lines).
Hunk #4 succeeded at 196 (offset -22 lines).
Hunk #5 succeeded at 236 (offset 7 lines).
Running libtoolize...
You should add the contents of `/usr/share/aclocal/libtool.m4' to
`aclocal.m4'.
Running aclocal -I /home/george/garnome/share/aclocal/gnome2-macros  ...
aclocal: configure.in: 331: macro `AM_GLIB_GNU_GETTEXT' not found in library
aclocal: configure.in: 686: macro `AM_GCONF_SOURCE_2' not found in library


These are familiar warnings and are an indication that some paths are
wrong. (I get them too if I autogen, but not if I use vbs & modmake.sh
which is part of vbs and essentially sets a bunch of environment
variables. When modmake calls autogen, it succeeds.

Hmm, thinks that might matter:

export PATH=$HOME/bin:$HOME/garnome/bin:$PATH
export LD_LIBRARY_PATH=$HOME/garnome/lib:$LD_LIBRARY_PATH

export PATH=$PREFIX/INSTALL/bin:$PATH
export LD_RUN_PATH=$PREFIX/INSTALL/bin
export LD_LIBRARY_PATH=$PREFIX/INSTALL/lib
export GUILE_LOAD_PATH=$PREFIX/INSTALL/share/guile

(note that $PREFIX/INSTALL is a link to $PREFIX in my setup)

I don't see anything in modmake.sh that should make a difference.

good luck

Andreas

 


Attachment: signature.asc
Description: This is a digitally signed message part



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