[MonoDevelop] [help]translation
Rafael Teixeira
monoman at gmail.com
Wed May 31 07:51:09 EDT 2006
Well someone uncommented it, what breaks things to me.
See:
[po] make
( if test 'x.' != 'x.'; then \
posrcprefix='../'; \
else \
posrcprefix="../"; \
fi; \
rm -f POTFILES-t POTFILES \
&& (sed -e '/^#/d' \
-e "s/^\[.*\] +//" \
-e '/^[ ]*$/d' \
-e "s at .*@ $posrcprefix& \\\\@" < ./POTFILES.in \
| sed -e '$s/\\$//') > POTFILES-t \
&& chmod a-w POTFILES-t \
&& mv POTFILES-t POTFILES )
cd .. \
&& CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= \
/bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing default-1 commands
config.status: executing depfiles commands
config.status: executing default-2 commands
Makefile:370: *** target pattern contains no `%'. Stop.
[po] head POTFILES
../[encoding: UTF-8] \
../Core/src/MonoDevelop.Components/MonoDevelop.Components/BaseFileEntry.
cs \
../Core/src/MonoDevelop.Components/MonoDevelop.Components.Commands/LinkC
ommandEntry.cs \
So the sed script isn't working right for me and is transforming the
[encoding] line.
Maybe someone has a fix for the makefile, or some clue as to how my
sed is getting things wrong.
Sorry for any inconvinience so far.
On 4/13/06, atsushi eno <atsushieno at gmail.com> wrote:
> Hi,
>
> > > I have installed intltool.
> > > When I executed "intltool-update --pot" in sources .tar.gz package, some
> > > sources files couldn't be found. When I executed "intltool-update --pot"
> > > in sources from svn, the errors says it need a uniform encoding and set
> > > "#[encoding: UTF-8]" in POTFILES.in. But the POTFILES.in contains
> > > "#[encoding: UTF-8]". I don't know how to do.
> >
> > It contains the line, but the '#' character means it is commented. I
> > don't know why it has been commented and by who, but this is a problem
> > also for my language (I have to de-comment it so as to be able to run
> > intltool).
>
> Well, let's wait for Rafael's reply as he commented out it :-)
>
> Atsushi Eno
>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
--
Rafael "Monoman" Teixeira
---------------------------------------
As I'm currently working a lot with Java and even fixing Java VMs
(JamVM/Kaffe) and GNU Classpath code, I think I may partly borrow the
title (Javaman) from my friend Bruno Souza and become the
MonoNJavaMan. Yeah, I may currently be crazier than usual...
More information about the Monodevelop-list
mailing list