On 11/19/05, Steven P. Ulrick <lists-inkscape@...1052...> wrote:
On Sat, 19 Nov 2005 10:52:42 -0600 aaron@...749... wrote:
Steven P. Ulrick wrote:
On Sat, 19 Nov 2005 18:03:46 +0300 Alexandre Prokoudine <alexandre.prokoudine@...400...> wrote:
On 11/19/05, Ben Fowler wrote:
Sephen, if you want to approach it from that angle then one possibility ...
Why on Earth? Just replace current ja.po with the old one
But I will gladly try it again.
This seems kinda weird to me. (
I have discovered the following:
Now I get the following error: ... then mv -f "widgets/.deps/sp-color-preview.Tpo" "widgets/.deps/sp-color-preview.Po"; \ else rm -f "widgets/.deps/sp-color-preview.Tpo"; exit 1; \ fi mv: cannot stat `widgets/.deps/sp-color-preview.Tpo': No such file or directory
That error is probably owing to the directory referenced as 'widgets/.deps' not existing.
You could create that directory and retry.
Obviously something in autogen, configure or an upstream make should have created it.
When I get this problem I remove all files in the tree called 'Makefile' using find, and recreate them with configure.
Ben