Skip to content

Reply To: Install issue olb-1.5r0

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.

Forums OpenLB General Topics Install issue olb-1.5r0 Reply To: Install issue olb-1.5r0

#6569
Adrian
Keymaster

You should not need to change anything for tinyxml if the compiler setup is up to date. This is only a workaround on some configs where the environment supports C++17 to the degree that OpenLB (where we mostly use language features and not so much library features) compiles but the compiler used for tinyxml doesn’t support even C++11 (e.g. g++ resolved to old clang under Mac OS).

Did you try compiling OpenLB with an unchanged default config.mk and GCC version >= 9? If it fails: What is the specific error?