Hi David, 

trying your sugg, unfortunately, errors:

 "./OS390PlatformUtils.cpp", line 198.16: CCN5130 (S) "Iconv390TransService"
is n
ot declared.
CCN0793(I) Compilation failed for file ./OS390PlatformUtils.cpp.  Object
file no
t created.
FSUM3065 The COMPILE step ended with return code 12.
FSUM3017 Could not compile OS390PlatformUtils.cpp. Correct the errors and
try ag
ain.
gmake: *** [OS390PlatformUtils.o] Error 3
$


#if defined (XML_USE_ICU_TRANSCODER)
{

    return new ICUTransService;
}
#elif defined (XML_USE_UNICONV390_TRANSCODER)
{

    return new Uniconv390TransService;
}
#else
{
    return new Iconv390TransService;
<=====line number 198
}
#endif

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to