project-navigation
Personal tools

Author Topic: Codeblocks Build Error on R23662  (Read 3529 times)

odie

  • Guest
Codeblocks Build Error on R23662
« on: March 23, 2009, 03:07:06 am »
Hi,

Can someone pls look into this pls?
I believe its the language pack lines for chinese problematic.

Attaching the CB logs:
Code: [Select]
.\ufoai-zh_CN.po|14483|`msgid' and `msgstr' entries do not both end with '\n'|
.\ufoai-zh_CN.po|14488|`msgid' and `msgstr' entries do not both end with '\n'|

For full log, pls see attachment.

[attachment deleted by admin]

Offline Duke

  • Administrator
  • PHALANX veteran
  • *****
  • Posts: 1037
    • View Profile
Re: Codeblocks Build Error on R23662
« Reply #1 on: March 23, 2009, 11:30:38 pm »
I got this too.

Offline Moe

  • Rookie
  • ***
  • Posts: 35
    • View Profile
Re: Codeblocks Build Error on R23662
« Reply #2 on: March 24, 2009, 12:42:28 am »
there are some \n at and of line which shouldnt be there but to fix this you need chinese letters i think.

odie

  • Guest
Re: Codeblocks Build Error on R23662
« Reply #3 on: March 24, 2009, 03:14:10 am »
I got this too.

Ah Well, i managed to compile a new version inspite of this. I went back yesterday and checked, and i am on english only. Looks ok. I guess the next version that i be compiling - if u r not using Chinese ZH (this is Zhengma for simplified chinese), things are still ok. :P

Cheers! I guess we will just wait for the folks to fix the CB compiler script.

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: Codeblocks Build Error on R23662
« Reply #4 on: March 24, 2009, 11:13:28 am »
CB compiler script has nothing to do with this. It's a mistake in the language file.

-geever

odie

  • Guest
Re: Codeblocks Build Error on R23662
« Reply #5 on: March 25, 2009, 09:50:04 am »
CB compiler script has nothing to do with this. It's a mistake in the language file.

-geever

Oooo, that is new! So, it was a chinese character not recognised? I know that chinese character consist of 2 hex. Is that why??

Should i compile the game in chinese next time ? (chuckles)..... :P
(Maybe if u can give me the word to replace, i can key that in the file designate?)
« Last Edit: March 25, 2009, 10:32:53 am by odie »

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: Codeblocks Build Error on R23662
« Reply #6 on: March 25, 2009, 02:10:55 pm »
'\n' is the 'enter' character. If original text (msgid) has one, the translated (msgstr) should have it either. This is checked by gettext (language-compiler). It's not even Chinese related just the mistake was in that translation.

Be have spoken too much about it btw. I'll check if it's an issue later (at night), and fix it. :)

-geever

odie

  • Guest
Re: Codeblocks Build Error on R23662
« Reply #7 on: March 26, 2009, 03:21:53 am »
Okie! Thanks for looking into this issue. :)