[e-users] failing to compile e17 in po dirctory

2007-05-12 Thread Yasufumi Haga
Hello all I'm trying to build e17 checked out just now, but an error occurs when compiling ca.po in po directory. I copied ca.po in po directory to my private directory and compiled it there. Here are the messages: $ LC_ALL=C msgfmt -c -o ca.gmo ca.po ca.po:38:12: invalid multibyte sequence

Re: [e-users] failing to compile e17 in po dirctory

2007-05-12 Thread Massimo Maiurana
Yasufumi Haga, il 12/05/2007 16:59, scrisse: Hello all I'm trying to build e17 checked out just now, but an error occurs when compiling ca.po in po directory. I copied ca.po in po directory to my private directory and compiled it there. Here are the messages: $ LC_ALL=C msgfmt -c -o

Re: [e-users] failing to compile e17 in po dirctory

2007-05-12 Thread Yasufumi Haga
On Sat, 12 May 2007 17:31:31 +0200 Massimo Maiurana [EMAIL PROTECTED] wrote: | Yasufumi Haga, il 12/05/2007 16:59, scrisse: | Hello all | | I'm trying to build e17 checked out just now, but an error occurs when | compiling ca.po in po directory. I copied ca.po in po directory to my private

Re: [e-users] failing to compile e17 in po dirctory

2007-05-12 Thread Massimo Maiurana
Yasufumi Haga, il 12/05/2007 18:22, scrisse: I followed your advice and I changed the value of charset from UTF-8 to iso-8859-1 in ca.po file because the ca.po file I checked out was encoded in iso-8859-1 while utf-8 was specified as the charset in the headers of the file. e17 has been

Re: [e-users] failing to compile e17 in po dirctory

2007-05-12 Thread Yasufumi Haga
On Sat, 12 May 2007 19:36:06 +0200 Massimo Maiurana [EMAIL PROTECTED] wrote: | Yasufumi Haga, il 12/05/2007 18:22, scrisse: | | I followed your advice and I changed the value of charset from UTF-8 | to iso-8859-1 in ca.po file because the ca.po file I checked out was encoded | in iso-8859-1

Re: [e-users] failing to compile e17 in po dirctory

2007-05-12 Thread The Rasterman
On Sat, 12 May 2007 23:59:22 +0900 Yasufumi Haga [EMAIL PROTECTED] babbled: works for me: [ 10:36AM ~/C/e17/po ] make update-gmo rm -f ca.gmo /usr/bin/msgfmt -c --statistics -o ca.gmo ca.po 321 translated messages, 43 fuzzy translations, 1124 untranslated messages. [ 10:36AM ~/C/e17/po ] have