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



On Oct 17, 2012, at 2:10 AM, Pierre Boutillier <pierre boutillier laposte net> wrote:

> 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 ?

It looks like gobject-introspection isn't built by default if you're building gtk2 from modulesets, and that's what supplies introspection.m4, which in turn supplies AM_CONDITIONAL([HAVE_INTROSPECTION]...).

So run "jhbuild buildone gobject-introspection" and all should be fine.

Regards,
John Ralls


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