I’ve been working through the instructions on
http://wiki.gnucash.org/wiki/MacOSX/Quartz for building gnucash on MacOS, in
particular the section
> Go to the GTK-OSX Build Instructions and follow the instructions up through
> running jhbuild bootstrap.
Which redirected me to
https://wiki.gnome.org/action/show//Projects/GTK+/OSX/Building?action=show&redirect=GTK%2B%2FOSX%2FBuilding
A while after I typed jhbuild bootstrap I came to the error:
CMake Error at Modules/FindGTK2.cmake:181 (file):
file STRINGS file "/Users/victor/gtk/include/gtk/gtkversion.h" cannot be
read.
Call Stack (most recent call first):
Modules/FindGTK2.cmake:796 (_GTK2_GET_VERSION)
Tests/CMakeLists.txt:1197 (find_package)
The reason it couldn’t be read is it didn’t exist in that location.
I found a version of gtkversion.h elsewhere, but it was quite old. Presumably
there should be a gtkversion.h in gtk/include/gtk after the git checkout
implicitly run by jhbuild?
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list