Re: [gtk-osx-users] Issue with building GTK2.x for "modulesets" set (librsvg)



Just checked, here is my .jhbuildrc-custom:

moduleset = 'https://raw.github.com/jralls/gtk-osx-build/master/modulesets/gtk-osx.modules' 
setup_sdk(target="10.6", sdk_version="10.6", architectures=["i386"])
os.environ["ARCHFLAGS"] = "-arch x86_64 -arch i386"

The only thing I do manually is building an older version of libffi (v3.0.9) because the newer one fails to 
build with older compile tools such as XCode 4.2 (https://github.com/atgreen/libffi/issues/128).
Could this be related?

I've retried the build from clean state, and I still get this issue:

Makefile.am:217: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL
Makefile.am: installing './depcomp'
tests/Makefile.am:27: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
parallel-tests: installing './test-driver'
tools/Makefile.am:10: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
autoreconf: automake failed with exit status: 1
*** Error during phase configure of librsvg: ########## Error running ./autogen.sh --prefix 
/Users/helix/gtk/inst --disable-Bsymbolic   *** [35/38]

If you want to inspect the log, the full log is given here:
http://notecase.sourceforge.net/temp/putty.zip

Regards,
  Miroslav
________________________________________
From: John Ralls <jralls ceridwen us>
Sent: Friday, February 26, 2016 3:58 PM
To: Miroslav Rajcic
Cc: Christoph Reiter; gtk-osx-users-list gnome org
Subject: Re: [gtk-osx-users] Issue with building GTK2.x for "modulesets" set (librsvg)

On Feb 26, 2016, at 2:13 AM, Miroslav Rajcic <mrajcic hotmail com> wrote:

Thanks, will try that.
I suspect that the fix here would be to add gobject-introspection as a dependency to all the required 
packages.

Gobject-introspection is already a dependency of gtk+ (2.24) and gtk+-3.0 (3.16) and has been for many years. 
You must have deliberately skipped it either from the command line or in .jhbuildrc-custom.

Regards,
John Ralls



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