
1 Jul
2004
1 Jul
'04
5:44 a.m.
David Abrahams wrote:
Pavol Droba <droba@topmail.sk> writes:
Hi,
Regression tests show that codewarrior 8.0 have some problems with string algo lib.
Report is here: http://tinyurl.com/35asy
It seems, that compiler cannot find std::locale class. Can somebody with an access to this compiler help here.
Thanks in advance.
CW doesn't have locale unless you link to its static runtime. You can add <cwpro8><*><runtime-link>static <cwpro9><*><runtime-link>static to your library's requirements.
Wasn't there "std::locale-support" and "std::facet-support", that you could put in requirements? At least adding them for program_options fixed the metrowerks problems. Or you no longer thing those modifiers to be superious to explicit <runtime-link>? - Volodya