Meson build failing for gnome-builder

I try to build gnome from source but I get this error
Dependency libdazzle-1.0 found: NO found 3.36.0 but need: ‘>= 3.37.0’
Found CMake: /usr/bin/cmake (3.16.3)
I cant update libdazzle when I try to update it say that this is the newest ver
I have ubuntu 20.4

It is much easier to build apps with Flatpak. Check Newcomers - GNOME Wiki!

Otherwise you should clone libdazzle’s upstream code, build, and install it locally. https://gitlab.gnome.org/GNOME/libdazzle#building

thank you very much I need to build it using meson I done it but when I do the command ninja it gave me errors like this
error: ‘G_TYPE_FLAG_FINAL’ undeclared (first use in this function); did you mean ‘G_TYPE_FLAG_DERIVABLE’?
and the most strange error is this
usr/include/gtk-3.0/gtk/gtkbin.h:37:39: error: expected declaration specifiers or ‘…’ before ‘(’ token
37 | #define GTK_TYPE_BIN (gtk_bin_get_type ())
how there is an error in the gtk lib if you can help me please

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.