impossible to get the new git version
You have a local change in which gtkdocize has change the version
controlled file m4macros/gtk-doc.m4 into a symlink. I've pushed a change
that removes our local copy of gtk-doc.m4. You need to get rid of the
local changes before you pull, so first do
git checkout m4macros
then
git pull
should work.
If anyone finds more problems with gtk-doc, let me know.
It worked on one computer, not on the other. Both are using Debian testing
and are up-to-date. On the first one, the compilation is working smoothly
just now. On the second one, here is the problem:
18:11 root@pierredelune /opt/gimp# ./autogen.sh --prefix=/opt/gimp-2.7
I am testing that you have the tools required to build the
GNU Image Manipulation Program from git. This test is not foolproof,
so if anything goes wrong, see the file HACKING for more information...
checking for libtool >= 1.5 ... Major version might be too new (2.2.6)
checking for gtkdocize ... yes
checking for autoconf >= 2.54 ... yes (version 2.65)
checking for automake >= 1.9.6 ... yes (version 1.11.1)
checking for intltool >= 0.40.1 ... yes (version 0.41.1)
checking for xsltproc ... yes
I am going to run ./configure with the following arguments:
--enable-maintainer-mode --prefix=/opt/gimp-2.7
libtoolize: putting auxiliary files in `.'.
libtoolize: linking file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4macros'.
libtoolize: linking file `m4macros/libtool.m4'
libtoolize: linking file `m4macros/ltoptions.m4'
libtoolize: linking file `m4macros/ltsugar.m4'
libtoolize: linking file `m4macros/ltversion.m4'
libtoolize: linking file `m4macros/lt~obsolete.m4'
data/tags/Makefile.am:19: wildcard $(top_srcdir: non-POSIX variable name
data/tags/Makefile.am:19: (probably a GNU make extension)
data/tips/Makefile.am:20: wildcard $(top_srcdir: non-POSIX variable name
data/tips/Makefile.am:20: (probably a GNU make extension)
desktop/Makefile.am:52: wildcard $(top_srcdir: non-POSIX variable name
desktop/Makefile.am:52: (probably a GNU make extension)
gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
devel-docs/app/Makefile.am:116: `gtk-doc.make' included from here
[a lot of similar couples of lines]
zsh: exit 1 ./autogen.sh --prefix=/opt/gimp-2.7