Compile CDDA Encounter bug

i compile cdda by code blocks 12.11.
But I get a BUG.
Please look the red box.

You hits Zombie 9 damage BECOME
$s hits $s 9 damage
How to sovle this problem?

Wrong place to put this buddy. Post this in the garage.

Compile one of the localized targets

The more complete answer is that this is the result of a printf feature defined in the UNIX specification and not supported by windows. This feature is critical for supporting translations, so it’s not optional.
rob is correct that if you build the localized target it should fix it, because gettext supplies a version of printf that has the feature.

Thank you.