On 11/14/24 16:22, Alex Bennée wrote:
ERROR: Build data file './meson-private/build.dat' references functions or classes that don't exist. This probably means that it was generated with an old version of meson. Try running from the source directory meson setup . --wipeI also tried a wipe and re-configure but the same thing.
Ah, nevermind - you must have an older meson installation in /usr. You have to do pyvenv/bin/meson to pick the right one. I'll adjust the docs.
Paolo