Posted
7 months
ago
by
Scott Cantor
The issue is maintaining it. We got stuck with a CMake build system I can't maintain because of that, and I should have pushed back harder. There was a CI link set up for the project by that same person (not via GitHub I don't think) but I don't know Read more
|
Posted
7 months
ago
by
Ryan Carsten Schmidt
symbol not found in flat namespace (_xercesc_messages_3_2_dat)
|
Posted
7 months
ago
by
Ryan Carsten Schmidt
Software linking with libxerces-c-3.3.dylib fails to work: dyld[5155]: symbol not found in flat namespace (_xercesc_messages_3_2_dat)
This was reported to MacPorts here: https://trac.macports.org/ticket/71304 This is a regression; 3.2.4 Read more
|
Posted
7 months
ago
by
Florian Wiesner
Change enum tokType (util/regx/Token.hpp) member names
|
Posted
7 months
ago
by
Florian Wiesner
the current enumeration uses T_CHAR, T_STRING, etc. as enumeration values. Those symbol names are generic enough to cause clashes with other libraries - where T_CHAR, T_STRING, etc. are used as macros/definitions. Minimum improvement would be to Read more
|
Posted
7 months
ago
by
Florian Wiesner
the current enumeration uses T_CHAR, T_STRING, etc. as enumeration values. Those symbol names are generic enough to cause clashes with other libraries - espe. Therefore, a change to C++11 scoped enums would fix this potential for clashes on the side Read more
|
Posted
7 months
ago
by
Florian Wiesner
the current enumeration uses T_CHAR, T_STRING, etc. as enumeration values. Those symbol names are generic enough to cause clashes with other libraries. Therefore, a change to C++11 scoped enums would fix this potential for clashes on the side of Read more
|
Posted
8 months
ago
by
Geza Geleji
Suspected incorrect symbol name xercesc_messages_3_2 in ICUMsgLoader.cpp
|
Posted
8 months
ago
by
Geza Geleji
I am building Xerces-C++ 3.3.0 on Windows with MSVC 17.11.5 with ICU as the message loader and I noticed it was trying to link to a symbol called "xercesc_messages_3_2", which was not defined. I suspect references to "xercesc_messages_3_2" in Read more
|
Posted
8 months
ago
by
Scott Cantor
Some NetAccessors attempt to resolve relative URLs
|