ThierryHFR / Big-Sur-StatusArea

macOS Big Sur "System Tray" look for Gnome Desktop
https://www.pling.com/p/1427290/
26 stars 4 forks source link

Outdated build dirrectory #82

Closed isolume closed 2 years ago

isolume commented 2 years ago

When building using ninja -C .build install, this error is created:

ERROR: Build directory has been generated with Meson version 0.61.2, which is incompatible with the current version 0.62.0.
ThierryHFR commented 2 years ago

Hi @n3rd3x3 I need more information: Distribution and Version

Did you delete the file and rebuild from source?

ThierryHFR commented 2 years ago

Hi @n3rd3x3, I just tested on ArchLinux with meson O.62

rm -rf .build 
meson .build
ninja -C .build install
isolume commented 2 years ago

Ok, thank you, I was able to solve this issue.