https://bz.apache.org/ooo/show_bug.cgi?id=128422
--- Comment #19 from SET <[email protected]> --- Figured out what the problem was. I used to build with --std=c++14 in CXXFLAGS. 5f3b9f77916 (Aug 23) started enforcing gnu++98 for Linux builds. I suppose binaries were built with different standards, leading to some kind of incompatibility. After removing --std=c++14 in CXXFLAGS, AOO trunk builds and runs flawlessly. This thread has at least the minimal value of what one should not do since 5f3b9f77916. Regards. -- You are receiving this mail because: You are the assignee for the issue.
