Open wkbrd opened 1 year ago
Did you build ACE with uses_wchar
?
On a very recent FreeBSD with LLVM 16 I get build failures in ACEXML with zzip and ACEXML/common/ZipCharStream.cpp
- ACEXML_Char
is wchar_t
and zip/zzip libraries return ordinary (char) values that are not compatible with (ACEXML_Char).
(may be this is totally unrelated to what you are doing)
(may be this is totally unrelated to what you are doing)
It does seem to be unrelated, please open a new issue/discussion.
Discussed in https://github.com/DOCGroup/ACE_TAO/discussions/2144
Based on discussion content, we proceeded to attempt to use WUCS4_UTF16.cpp, though encountered issues. The associated PR addresses the issues.