GLibSharp / GtkSharp

.Net bindings for gtk+3 and above
Other
27 stars 21 forks source link

Problem with Ubuntu 16.04 - Gtk Sharp 3 can't build... #35

Closed ghost closed 5 years ago

ghost commented 5 years ago

I have already tried meson build

Native dependency gdk-3.0 found: NO found '3.18.9' but need: '>=3.22.0'
Dependency gdk-3.0 found: NO
Message: Gdk not found, not building
Native dependency gtk+-3.0 found: NO found '3.18.9' but need: '>=3.22.0'
Dependency gtk+-3.0 found: NO

I already tried to install sudo apt install -fy libgtk-3-dev libgdk-3-dev but meson doesn't know where are installed dependencies...

How do I fix?

thiblahute commented 5 years ago

I have already tried meson build

Native dependency gdk-3.0 found: NO found '3.18.9' but need: '>=3.22.0' Dependency gdk-3.0 found: NO Message: Gdk not found, not building Native dependency gtk+-3.0 found: NO found '3.18.9' but need: '>=3.22.0' Dependency gtk+-3.0 found: NO

I already tried to install sudo apt install -fy libgtk-3-dev libgdk-3-dev but meson doesn't know where are installed dependencies...

How do I fix?

This is totally unrelated... Your problem is that you don't have new enough version of Gtk on your system