| Re: [translations] make doc error: cannot import name TexModule | 
[ Thread Index | 
Date Index
| More lilynet.net/translations Archives
] 
- To: Francisco Vila <paconet.org@xxxxxxxxx>
 
- Subject: Re: [translations] make doc error: cannot import name TexModule
 
- From: Federico Bruni <fedelogy@xxxxxxxxx>
 
- Date: Sun, 15 Apr 2012 14:13:42 +0200
 
- Cc: LilyPond Translation <translations@xxxxxxxxxxx>
 
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=20120113;        h=message-id:date:from:user-agent:mime-version:to:cc:subject         :references:in-reply-to:content-type:content-transfer-encoding;        bh=3zaCeps6NUeD+n2CoTEgE6/4M5p7H+KckqXCpSI8CsE=;        b=Qwr9VpTo3BNa+1EwCTV43uROot98evEzBWfr/VJ4biFF+ntTIKca+n7Ng4K1qsDKjG         TI1N5t8nz4gNtG3ByuDsG3damEbbp88bf6Cr0uI5DJuSpgBRYH+JnOp9+Dn9UP6Hy3Op         nSw68q53afpGIl7mPw/XlvBwxvJd1DTTIhBAnzJTTHr6a3h/QSrZ4fUvbeCZrxBuAtv3         /sXkDHhslZ9IeQjmJHh2Eo/Jv/KxD3cZAFg4VuUDKk+X6mKFuzUaQ9LgQdxIpBLnzwox         +o+EQ9Etzv8QyP7fAthdau4Tc+dge7UunphlBJW52kY8Yf5cFyBs2yd3Yqg2sJHymgar         3UVA==
 
Il 15/04/2012 12:45, Francisco Vila ha scritto:
2012/4/15 Federico Bruni<fedelogy@xxxxxxxxx>:
Any idea of the reason of the following error?
cd ./out-www&&  dblatex suffix-lyxml.xml
dblatex is optional. Make doc is trying to use it because you have it
installed. I don't have it and did never see that problem.
I've removed dblatex, then I had to clean and run again make:
make distclean
../autogen.sh
make -j3
make -j3 doc
It works now, thanks