It seems that my report on GTK being OK was premature.
When trying to bundle my app which complied successfully, I get this bundle error: Cannot find source to copy: /Users/helix/gtk/inst/lib/charset.alias This file does not exist, could it be related to cmake issue? Looking at my log, I found this possible issue related to cmake: *** module meta-bootstrap not built due to non buildable cmake *** [19/19] Regards, Miroslav From: mrajcic hotmail com To: timomlists gmail com; gtk-osx-users-list gnome org Date: Wed, 2 Oct 2013 13:11:07 +0200 Subject: Re: [gtk-osx-users] Issues when building latest GTK+ > Just to be clear (I had the same issue), the m4 directory has to be > created in the $HOME/gtk/source/gtk+-2.24.21 folder. Got that thanks, GTK is building OK with that fix. Note that exit to jhbuild shell drops you to the correct directory, so there is no need to do "cd ...". I had issues with the cmake part, after dropping to shell I done: export CMAKE_OSX_DEPLOYMENT_TARGET="" ./bootstrap exit Unfortunately, that doesn't work, I still got the same error. Should I edit the value of this variable in some code file? Fortunately skipping cmake build did not prevent building the rest of the project. Regards, Miroslav _______________________________________________ Gtk-osx-users-list mailing list Gtk-osx-users-list gnome org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list |