From: Pascal <p....@or...> - 2011-04-30 20:30:57
|
Hi John, thanks for your tips. I've tried some GTK-Ada examples picked up on the web. With one of them, I've got the following error (with extract of crash report): $ ./mine_detector Gtk-ERROR **: Unable to load "fixed" font aborting... Trace/BPT trap 30/04/11 10:01:20 ReportCrash[9337] Saved crash report for mine_detector[9335] version ??? (???) 0 libglib-2.0.0.dylib 0x0000000100bbcadd g_logv + 1311 1 libglib-2.0.0.dylib 0x0000000100bbcc9a g_log + 235 2 libgtk-quartz-2.0.0.dylib 0x000000010034583e gtk_style_get_font_internal + 551 This function calls gdk_font_load_for_display which is empty: ~/gtk/source/gtk+-2.24.0/gdk/quartz/gdkfont-quartz.c ... GdkFont* gdk_font_load_for_display (GdkDisplay *display, const gchar *font_name) { /* FIXME: Implement */ return NULL; } Is there some working version available yet? Regards, Pascal. http://blady.pagesperso-orange.fr > Re: [Gtk-osx-users] GTK-Ada. > From: John Ralls <jralls@ce...> - 2011-04-15 02:34 > On Apr 14, 2011, at 1:29 PM, Pascal wrote: > > > Hello, thanks for making tremendous GTK-OSX! > > > > Just to report that the install is nice. > > I have one small problem with access to libtiff on > http://download.osgeo.org/ > , they gave me an other URL: > > > http://download2.osgeo.org/ > > > > > I've also install GTK for Ada from Adacore: > > > http://libre.adacore.com/libre/tools/GtkAda/ > > > > > It was installed perfectly. > > I've just had to remove -arch x86_64 from CFLAGS because GNAT don't understand it. > > I've done it by hand with Terminal. Is there some configuration file to modify? > > > > Yes, and instructions are in the stock .jhbuildrc-custom that was installed by gtk-osx-build-setup.sh. > > Thanks for the heads-up about libtiff. But they both seem to be working at the moment, and there's no way to tell jhbuild about fallback download sites. > > Regards, > John Ralls > > |