Skip to content

Draft: Resolve "Kea fails to link with log4cplus if the UNICODE macro is defined"

Closes #3154 (closed).

This works on the fuzzing testbed. However the simple workaround of doing CXXFLAGS=-UUNICODE ./configure also works.

I tried to determine what sets the UNICODE macro, but I was unable to find anything in the /usr/include hierarchy.

So it's not terribly needed, but at the same time it shouldn't do any harm, and it should improve compatibility on some fringe operating systems.

Edited by Andrei Pavel

Merge request reports