Subject: | 'Lm_func_name' : undeclared identifier when building on W2K/VC6 |
When I try to use the latest version of XML-Xalan 0.44 for Perl on Windows 2000 / MSVC6SP5, I get the following error:
Xalan.xs(425) : error C2065: 'Lm_func_name' : undeclared identifier
"Lm_func_name" simply doesn't exist. It seems to be created from a ICU macro (?) 'L' and the valid member "m_func_name" by XALAN_STATIC_UCODE_STRING which apparently isn't properly mapped for MSVC (I think it is for other compilers...).
What can I do ?
TIA,
CU S>