On Fri, 29 Sep 2000, you wrote:
> > > Could you send me the output of
> >
OK I managed to break make &>log by running a number of other processes at the
same time.The output is below.
Regards,
Dominic.
make all-recursive
make[1]: Entering directory `/opt/gimp-1.1.26'
Making all in tools
make[2]: Entering directory `/opt/gimp-1.1.26/tools'
make[3]: Entering directory `/opt/gimp-1.1.26/tools'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/local/include -DGTK_DISABLE_COMPAT_H -g -O2 -Wall -c gimp-remote.c
/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o gimp-remote gimp-remote.o -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lXmu -lXt -lSM -lICE
mkdir .libs
gcc -g -O2 -Wall -o gimp-remote gimp-remote.o -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lXmu -lXt -lSM -lICE
make[3]: Leaving directory `/opt/gimp-1.1.26/tools'
make[2]: Leaving directory `/opt/gimp-1.1.26/tools'
Making all in po
make[2]: Entering directory `/opt/gimp-1.1.26/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/gimp-1.1.26/po'
Making all in po-libgimp
make[2]: Entering directory `/opt/gimp-1.1.26/po-libgimp'
( if test 'x.' != 'x.'; then \
posrcprefix='../'; \
else \
posrcprefix="../"; \
fi; \
rm -f POTFILES-t POTFILES \
&& (sed -e '/^#/d' -e '/^[ ]*$/d' \
-e "s@.*@ $posrcprefix& \\\\@" < ./POTFILES.in \
| sed -e '$s/\\$//') > POTFILES-t \
&& chmod a-w POTFILES-t \
&& mv POTFILES-t POTFILES )
cd .. \
&& CONFIG_FILES=po-libgimp/Makefile.in CONFIG_HEADERS= \
/bin/sh ./config.status
creating po-libgimp/Makefile.in
make[2]: Leaving directory `/opt/gimp-1.1.26/po-libgimp'
make[2]: Entering directory `/opt/gimp-1.1.26/po-libgimp'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/gimp-1.1.26/po-libgimp'
Making all in po-plug-ins
make[2]: Entering directory `/opt/gimp-1.1.26/po-plug-ins'
( if test 'x.' != 'x.'; then \
posrcprefix='../'; \
else \
posrcprefix="../"; \
fi; \
rm -f POTFILES-t POTFILES \
&& (sed -e '/^#/d' -e '/^[ ]*$/d' \
-e "s@.*@ $posrcprefix& \\\\@" < ./POTFILES.in \
| sed -e '$s/\\$//') > POTFILES-t \
&& chmod a-w POTFILES-t \
&& mv POTFILES-t POTFILES )
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/gimp-1.1.26/po-plug-ins'
Making all in plug-ins/perl/po
make[2]: Entering directory `/opt/gimp-1.1.26/plug-ins/perl/po'
( if test 'x.' != 'x.'; then \
posrcprefix='../../../'; \
else \
posrcprefix="../"; \
fi; \
rm -f POTFILES-t POTFILES \
&& (sed -e '/^#/d' -e '/^[ ]*$/d' \
-e "s@.*@ $posrcprefix& \\\\@" < ./POTFILES.in \
| sed -e '$s/\\$//') > POTFILES-t \
&& chmod a-w POTFILES-t \
&& mv POTFILES-t POTFILES )
cd ../../.. \
&& CONFIG_FILES=plug-ins/perl/po/Makefile.in CONFIG_HEADERS= \
/bin/sh ./config.status
creating plug-ins/perl/po/Makefile.in
invoking perl for configuration...
checking for PDL support... yes
checking for PDL include path... -I/usr/lib/perl5/site_perl/5.6.0/i386-linux/PDL/Core
checking for PDL typemap... /usr/lib/perl5/site_perl/5.6.0/i386-linux/PDL/Core/typemap.pdl
building embedded perl module... no
writing Gimp/Config.pm... ok
Writing Makefile for Gimp::Lib
Writing Makefile for Gimp::Net
Writing Makefile for Gimp::UI
Writing Makefile for Gimp
make[2]: Leaving directory `/opt/gimp-1.1.26/plug-ins/perl/po'
make[2]: Entering directory `/opt/gimp-1.1.26/plug-ins/perl/po'
make[2]: *** No rule to make target `../blib/lib/Gimp.pm', needed by `gimp-perl.pot'. Stop.
make[2]: Leaving directory `/opt/gimp-1.1.26/plug-ins/perl/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/gimp-1.1.26'
make: *** [all-recursive-am] Error 2