News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Problem with a compiler xml file

Started by gd_on, February 05, 2016, 10:38:25 AM

Previous topic - Next topic

gd_on

There are a few problems with the file options_mw.xml.
The problems appears when extracting chains with xgettext, to build translation files, because some characters are not ansi/ascii.
Lines 399 and 403.
We have there : "Use the processor's .... but it should be "Use the processor's . The character ' cause problems to xgettext (not an ascii one).

Line 411 : there is a CR/LF inside the character chain. Here too, xgettext does not seem to like this. Simply, as everywhere, put the chain on only one line.

find here a corrected file which xgettext accepts.

gd_on
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]