<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Apr 13, 2018 at 5:26 PM, Dylan Baker <span dir="ltr"><<a href="mailto:dylan@pnwbakers.com" target="_blank">dylan@pnwbakers.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Okay, I've figured it out. On my system RTTI is enabled by default, on ubuntu<br>
16.04 RTTI is disabled. meson doesn't account for this in it's llvm module,<br>
because you would need to compile all C++ code with -fno-rtti to make it link<br>
reliably.<br>
<br>
short answer:<br>
add `-DLLVM_ENABLE_RTTI=1` to the cmake invocation for LLVM<br>
or <br>
`meson build --cpp_args="-fno-rtti" ...` for mesa<br>
<br>
I can probably fix this in mesa, but it will require bumping the meson version.<br></blockquote><div><br></div><div>My meson doesn't have --cpp_args, so I guess 0.45.1 is too old.<br></div></div><br></div><div class="gmail_extra">Marek<br></div></div>