Daniel Sjölie <deepone@acc.umu.se> writes:
> I tried compiling in another system and got this:
>
> /bin/sh: ../xml-i18n-merge: bad interpreter: No such file or directory
> [lots of times]
> make[3]: *** [build-sheets.stamp] Error 126
> make[3]: Leaving directory `/home/source/dia/cvs/sheets'
> [and so on]
>
> first line of xml-i18n-merge looks like this:
> #!@XML_I18N_TOOLS_PERL@ -w
>
hi, i got this problem too...
substitue @XML_I18N_TOOLS_PERL@ by @INTLTOOL_PERL@ (or something like
that... you can look for the correct spelling in the generated
Makefile) in the xml-i18n-*.in files and rerun autogen.sh...
it worked for me :-)
hope this helps,
jao