Re: Update intltool



Åsmund Skjæveland menulis:

> 
> Updated to latest CVS version. Now «intltool-update nn» doesn't work.
> What's wrong?
> 
> Error message:
> 
>         can't open Makefile.in.in: No such file or directory at
>         /home/asmund/hakk/intltool/bin/intltool-update line 952.
> 
I dont know
may be it need latest gnome-common?
but my temporary solution is just copy Makefile.in.in from po dir from 
other module. and it worked :)

> 
> It is quite correct that there's no Makefile.in.in in the po/ directory
> I'm in. Do I have to wait for all the developers to add one, or did I do
> something wrong when I compiled?
> 
> Offending function in intltool-update:
> 
> sub FindPOTKeywords
> {
> 
>     my $make_source; {
>         local (*IN);
>         open (IN, "<Makefile.in.in") || die "can't open Makefile.in.in: $!";
>         seek (IN, 0, 0);
>         local $/; # slurp mode
>         $make_source = <IN>;
>         close IN;
>     }
> 
>     my $keywords = "--keyword\=\_ --keyword\=N\_ --keyword\=U\_";
>     # \s makes this not work, why?
>     $keywords = $1 if $make_source =~ /^XGETTEXT_KEYWORDS[
> ]*=\[?([^\n\]]+)/m;
> 
>     return $keywords;
> }
> 
> 


-- 
Hasbullah Bin Pit (sebol)

"Fiber optic tu kecik, kalau kita letak high speed internet 312 Kbps tu,
  nanti fiber tu pecah." -  1-300-88-9515





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