lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: About Learning Manual


From: Sawada , Yoshiki
Subject: Re: About Learning Manual
Date: Mon, 5 Jan 2009 12:31:03 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]