Re: [gtk-osx-users] [gtk-osx-devel] gtkosxapplication.h



Hi lists,

I'm sorry if the problem is already known and fixed. I do not find any mention of it.
gtk-mac-integration 2.0 does not compiles for me (module-set moduleset, MacOS 10.8.2)

it says :
--8<-----
*** Configuring gtk-mac-integration *** [11/12]
./autogen.sh --prefix /Users/pirbo/gtk/inst --libdir '/Users/pirbo/gtk/inst/lib' --disable-python  
Running aclocal-1.10 -I /Users/pirbo/gtk/inst/share/aclocal -I /usr/local/share/aclocal...
libtoolize: putting auxiliary files in `.'.
libtoolize: linking file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: linking file `m4/libtool.m4'
libtoolize: linking file `m4/ltoptions.m4'
libtoolize: linking file `m4/ltsugar.m4'
libtoolize: linking file `m4/ltversion.m4'
libtoolize: linking file `m4/lt~obsolete.m4'
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Running gtkdocize...
Running autoheader...
Running automake-1.10 --add-missing...
configure.ac:38: installing `./compile'
configure.ac:21: installing `./config.guess'
configure.ac:21: installing `./config.sub'
configure.ac:16: installing `./install-sh'
configure.ac:16: installing `./missing'
bindings/python/gtkmacintegration/Makefile.am: installing `./depcomp'
bindings/python/gtkmacintegration/Makefile.am:5: installing `./py-compile'
src/Makefile.am:57: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL
*** Error during phase configure of gtk-mac-integration: ########## Error running ./autogen.sh --prefix /Users/pirbo/gtk/inst --libdir '/Users/pirbo/gtk/inst/lib' --disable-python   *** [11/12]
--8<-----

I have already   [6] Go(ne) to phase "wipe directory and start over"

Do you have clues of where is the bug ?

All the best,
Pierre B.

Le 27 sept. 2012 à 23:00, John Ralls <jralls ceridwen us> a écrit :

> 
> On Sep 25, 2012, at 9:21 AM, Steffen Gutmann <muibase yahoo com> wrote:
> 
>> Hi!
>> 
>> The header file gtkosxapplication.h in module-set stable misses a closing G_END_DECLS.
>> 
> 
> Yeah, that was fixed in Git a long time ago, but I had never made a new release.
> 
> I've now done so and updated the modulesets accordingly.
> 
> The major change is that it is now introspectable. There's a demo in bindings/python, but it should work with any language bindings that support GI.
> 
> There's also new support for icons in menu items, contributed by Julien Woillez. It's disabled by default, but if you want it, pass --enable-menu-icons to configure. It handles pixbufs and stock icons.
> 
> Note that the API had to be changed to work with Introspection. In particular:
> 
> 1. Introspection wouldn't let me use the "gtk_" prefix because it's already in use by Gtk, so gtk_osxapplication_foo() becomes gtkosx_application_foo() for all values of foo.
> 
> 2. Introspection couldn't find the non-class bundle functions quartz_application_bundle_bar(), so those are renamed gtkosx_application_bundle_bar() for all values of bar.
> 
> Two seds and you're done.
> 
> Regards,
> John Ralls
> 
> 
> _______________________________________________
> Gtk-osx-users-list mailing list
> Gtk-osx-users-list gnome org
> https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list
> 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]