Thank you for your replys.
Thanks to you, I could go to the next step.

I resolved the "./autogen.sh" step by installing texi2html
using the usual trio as John said, and installing texlive-metapost
package.

texi2html is installed into /usr/local/bin.

Then, I did as following:
./autogen.sh
./configure
make
make install

Because I do not have langdefs.py in buildscripts, I copyed
http://lilypond.sourcearchive.com/documentation/2.10.33-2ubuntu1/langdefs_8py-source.html
to buildscripts. Then I added the line into langdefs.py:
ja = LanguageDef ('ja', 'Japanese')
and changed:
LANGUAGES = (site, fr)
to:
LANGUAGES = (site, ja)

But, when I do:
make ISOLANG=ja new-lang
in Documentation, it says:
====
mkdir -p ja/user
cp fr/GNUmakefile ja
cp fr/user/GNUmakefile ja/user
sed -i -e 's/ISOLANG *= *fr/ISOLANG = ja/' ja/GNUmakefile ja/user/GNUmakefile
/usr/bin/python ../buildscripts/texi-langutils.py -d ./out -l ja -o doc.pot
--skeleton --gettext ../user/lilypond-learning.tely
git-rev-parse HEAD
I/O error(2): ../user/version.itexi: No such file or directory
Traceback (most recent call last):
  File "/home/sawada/lilypond/buildscripts/texi-langutils.py", line 172, in 
<module>
    os.system ('xgettext -c -L Python --no-location -o ' + output_file + ' ' +
node_list_filename)
TypeError: cannot concatenate 'str' and 'file' objects
make: *** [new-lang] エラー 1
====
What shold I do?
I am sorry for my frequent questions, but I need your helps!!

Thanks,
Sawada, Yoshiki




_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to