fcitx / mozc

Mozc - a Japanese Input Method Editor designed for multi-platform
Other
114 stars 11 forks source link

Build failure due to updated abseil #26

Closed sgn closed 2 years ago

sgn commented 2 years ago

There are two new build failure, attached is 2 patches to fix those failures.

+#ifdef InvokeFunction +#undef InvokeFunction +#endif +

include "base/port.h"

include "base/logging.h"

include "base/util.h"

shitamo commented 1 year ago

Doesn't src/unix/fcitx/eim.cc also need #undef InvokeFunction?