Uwe Fechner schrieb: > Hello, > > I can't compile from cvs today. I am using gentoo linux, and compiling > from cvs worked 10 days ago. > > I am using: > automake 1.7.7 > autoconf 2.58-r1 > make 3.80 > > Any idea? > > ufechner > > Output of make -f Makefile.dist: > > > bash-2.05b$ make -f Makefile.dist > This Makefile is only for the CVS repository > This will be deleted before making the distribution > > *** Creating acinclude.m4 > !!! If you get recursion errors from autoconf, it is advisable to set the > environment variable M4 to something including "--nesting-limit=500" > *** Creating aclocal.m4 > bash-2.05b$ make -f Makefile.dist > This Makefile is only for the CVS repository > This will be deleted before making the distribution > > *** Creating acinclude.m4 > !!! If you get recursion errors from autoconf, it is advisable to set the > environment variable M4 to something including "--nesting-limit=500" > *** Creating aclocal.m4 > *** Creating configure > *** Creating config.h template > *** Creating Makefile templates > scribus/Makefile.am:158: invalid unused variable name: `AM_LDFLAGS' > scribus/libabout/Makefile.am:15: invalid unused variable name: > `AM_LDFLAGS' > scribus/libprefs/Makefile.am:15: invalid unused variable name: > `AM_LDFLAGS' > scribus/plugins/libchar/Makefile.am:16: invalid unused variable name: > `AM_LDFLAGS' > scribus/plugins/svgexplugin/Makefile.am:5: invalid unused variable > name: `AM_LDFLAGS' > scribus/plugins/svgimplugin/Makefile.am:5: invalid unused variable > name: `AM_LDFLAGS' > scribus/plugins/printpreview/Makefile.am:16: invalid unused variable > name: `AM_LDFLAGS' > scribus/plugins/scriptplugin/Makefile.am:11: invalid unused variable > name: `AM_LDFLAGS' > scribus/plugins/Makefile.am:6: variable `pyt' not defined > scribus/libpostscript/Makefile.am:23: invalid unused variable name: > `AM_LDFLAGS' > scribus/libpdf/Makefile.am:24: invalid unused variable name: `AM_LDFLAGS' > make[1]: *** [cvs] Fehler 1 > make: *** [all] Fehler 2 > bash-2.05b$ > > _______________________________________________ > Scribus mailing list > Scribus at nashi.altmuehlnet.de > http://nashi.altmuehlnet.de/mailman/listinfo/scribus > Hello, I typed at the command line:
export WANT_AUTOCONF_2_5="1" export WANT_AUTOMAKE="1.7" and than: make -f Makefile.dist: Now it works like a charm. Perhaps this hint could be added to the website? Regards: ufechner
