pan-users
[Top][All Lists]
Advanced

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

RE: [Pan-users] help with CVS build plz


From: John Ross Hunt
Subject: RE: [Pan-users] help with CVS build plz
Date: Mon, 15 Jul 2002 19:01:18 -0500

> gnome-autogen.sh is trying to run /configure instead of 
> ./configure, how
> cute. ln won't help too many levels of symlink ...
> 
> anyway is intltool-update.in is this suppose to be in CVS or is it
> generated by something during autogen.sh's run?

It's found here (on my system):

/usr/share/intltool/intltool-update.in

It gets copied or symlinked during the configure process.

> they are listed in Makefile.am and .in as DIST-EXTRA's ...
> if I cp ../intltool-0.22/intltool-*.in .
> then run ./configure it works (finds my 0.22 install) up until
> 
> config.status: creating po/Makefile.in
> config.status: error: cannot find input file: Makefile.in.in

You need to run glib-gettextize.  It's part of glib2.  gnome-autogen.sh will
do this for you.  Here's the output from my gnome-autogen.sh:

$ NOCONFIGURE=1 USE_GNOME2_MACROS=1 srcdir=. gnome-autogen.sh
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`/opt/gnome2/bin/gnome-autogen.sh' command line.

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 /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/.

Making ./aclocal.m4 writable ...
Running intltoolize...
patching file po/Makefile.in.in
Hunk #1 succeeded at 21 (offset 7 lines).
Hunk #2 succeeded at 41 (offset 2 lines).
Hunk #3 succeeded at 94 with fuzz 2 (offset 2 lines).
Hunk #4 succeeded at 203 (offset -15 lines).
Hunk #5 succeeded at 214 (offset -15 lines).
Running aclocal -I /opt/gnome2/share/aclocal/gnome2-macros  ...
Running autoheader...
autoheader: `config.h.in' is created
Running automake --gnu  ...
configure.in: installing `./install-sh'
configure.in: installing `./mkinstalldirs'
configure.in: installing `./missing'
aclocal.m4:1485: installing `./config.guess'
aclocal.m4:1485: installing `./config.sub'
gmime/Makefile.am: installing `./depcomp'
automake: processing Makefiles another time to fix them up.
Running autoconf ...
Skipping configure process.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]