User forums > Nightly builds

The 01 November 2012 build (8497) is out.

<< < (3/7) > >>

gd_on:
Small problem for localisation introduced with svn 8499 in directcommand.cpp :
the old code was :

--- Code: ---        warn.Printf(_("WARNING: Target '%s': Unable to resolve %lu external dependencies:"),
                    target->GetFullTitle().wx_str(), static_cast<unsigned long>(fileMissing.Count()));

--- End code ---
the new one is (line 601) :

--- Code: ---        warn.Printf(_("WARNING: Target '%s': Unable to resolve %lu external dependenc%s:"),
                    target->GetFullTitle().wx_str(), static_cast<unsigned long>(fileMissing.Count()), wxString(fileMissing.Count() == 1 ? _("y") : _("ies")).wx_str());

--- End code ---
It's OK in english, but not in other languages as French, because, in french, I'll have to modify 2 words (the translation of "dependency" (or ies) but the translation of "external" too), so not only one word as in English. Though it's a nice subtility, i think it's not a so good idea for other localisations than English. So, the old solution, though not perfect, is better.

gd_on

MortenMacFly:

--- Quote from: gd_on on November 02, 2012, 11:58:54 am ---Small problem for localisation introduced with svn 8499 in directcommand.cpp :

--- End quote ---
OK agreed - I will revert that. Actually it slipped in from the compiler branch.

softred:
Good work folks. The new build works as expected.

ironhead:

--- Quote from: ollydbg on November 02, 2012, 01:56:44 am ---
--- Quote from: ironhead on November 01, 2012, 10:22:52 pm ---This build crashes as soon as I go to Settings > Editor...

I'm running Windows 7 Pro 32-bit.

--- End quote ---
Tested, I do not have the crash. (WinXP).
I guess your configure file(default.conf) was broken, can you try to delete the conf file, and try again?

--- End quote ---

The 8500 build also craps out on me under Win7.  I've removed my AppData\Roaming\CodeBlocks directory as well as removing and re-extracting the complete C::B (to make sure no old files were left around).

ollydbg:

--- Quote from: ironhead on November 02, 2012, 11:32:53 pm ---
--- Quote from: ollydbg on November 02, 2012, 01:56:44 am ---
--- Quote from: ironhead on November 01, 2012, 10:22:52 pm ---This build crashes as soon as I go to Settings > Editor...

I'm running Windows 7 Pro 32-bit.

--- End quote ---
Tested, I do not have the crash. (WinXP).
I guess your configure file(default.conf) was broken, can you try to delete the conf file, and try again?

--- End quote ---

The 8500 build also craps out on me under Win7.  I've removed my AppData\Roaming\CodeBlocks directory as well as removing and re-extracting the complete C::B (to make sure no old files were left around).


--- End quote ---
Do you have any crash report? (call stack)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version