Olivier Chapuis wrote:
On Tue, Oct 04, 2005 at 04:39:00PM +0930, Alex Wallis wrote:
Just to be doubly sure I did a complete fresh cvs checkout with the same
result.
However running the utils/configure_dev.sh produces this...
[EMAIL PROTECTED]:~/cvs/fvwm$ utils/configure_dev.sh
[snip]
configure.in: 2719: required file `./ABOUT-NLS' not found
Makefile.am:7: AM_GNU_GETTEXT in `configure.in' but `po' not in SUBDIRS
Makefile.am:7: AM_GNU_GETTEXT in `configure.in' but `intl' not in SUBDIRS
Makefile.am:834: po/fvwm.ar.po exists but `fvwm.ar' not in `ALL_LINGUAS'
Makefile.am:834: po/fvwm.de.po exists but `fvwm.de' not in `ALL_LINGUAS'
Makefile.am:834: po/fvwm.fr.po exists but `fvwm.fr' not in `ALL_LINGUAS'
Makefile.am:834: po/fvwm.sv_SE.po exists but `fvwm.sv_SE' not in
`ALL_LINGUAS'
Makefile.am:834: po/fvwm.zh_CN.po exists but `fvwm.zh_CN' not in
`ALL_LINGUAS'
Makefile.am:834: po/FvwmScript.ar.po exists but `FvwmScript.ar' not in
`ALL_LINGUAS'
Makefile.am:834: po/FvwmScript.de.po exists but `FvwmScript.de' not in
`ALL_LINGUAS'
Makefile.am:834: po/FvwmScript.fr.po exists but `FvwmScript.fr' not in
`ALL_LINGUAS'
Makefile.am:834: po/FvwmScript.sv_SE.po exists but `FvwmScript.sv_SE'
not in `ALL_LINGUAS'
Makefile.am:834: po/FvwmScript.zh_CN.po exists but `FvwmScript.zh_CN'
not in `ALL_LINGUAS'
Makefile.am:834: po/FvwmTaskBar.ar.po exists but `FvwmTaskBar.ar' not in
`ALL_LINGUAS'
Makefile.am:834: po/FvwmTaskBar.de.po exists but `FvwmTaskBar.de' not in
`ALL_LINGUAS'
Makefile.am:834: po/FvwmTaskBar.fr.po exists but `FvwmTaskBar.fr' not in
`ALL_LINGUAS'
Makefile.am:834: po/FvwmTaskBar.sv_SE.po exists but `FvwmTaskBar.sv_SE'
not in `ALL_LINGUAS'
Makefile.am:834: po/FvwmTaskBar.zh_CN.po exists but `FvwmTaskBar.zh_CN'
not in `ALL_LINGUAS'
Makefile.am:834: sv_SE in `ALL_LINGUAS' but po/sv_SE.po does not exist
Makefile.am:834: fr in `ALL_LINGUAS' but po/fr.po does not exist
Makefile.am:834: de in `ALL_LINGUAS' but po/de.po does not exist
Makefile.am:834: zh_CN in `ALL_LINGUAS' but po/zh_CN.po does not exist
Makefile.am:834: ar in `ALL_LINGUAS' but po/ar.po does not exist
+ exit 3
You probably use an "incompatible" version of automake (with some
special support for nls). Which version of automake are you using?
I've no problem with automake-1.4, automake-1.7 and automake-1.8.
Olivier
Ah, ok. I had version 1.4-p6-9 of automake installed but I tried again
with a more recent version, namely 1.9.5-1 and the error appears to have
disappeared. Thanks for the fix. :)
Might this be suitable for a FAQ entry? Or at least in the docs somewhere?
Alex