RSS/Atom feed Twitter
Site is read-only, email is disabled

build problem

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

build problem Gary Aitken 09 Nov 23:17
  build problem Kevin Cozens 10 Nov 01:29
Gary Aitken
2012-11-09 23:17:23 UTC (over 12 years ago)

build problem

I'm trying to build 2.8 on freebsd. As a starting point, I'm trying to build only babl-0.1.10 I've downloaded the tarball and unpacked it. then:
cd /usr/local
mkdir -p gimp-2.8/lib/pkgconfig
mkdir gimp-2.8/bin
export PATH=/usr/local/gimp-2.8/bin:$PATH export PKG_CONFIG_PATH=/usr/local/gimp-2.8/lib/pkgconfig export LD_LIBRARY_PATH=/usr/local/gimp-2.8/lib cd ~/Computing/GIMP/work_2.8/babl-0.1.10 ./autogen.sh --prefix=/usr/local/gimp-2.8

make make all-recursive
Making all in babl
"Makefile", line 1013: Missing dependency operator make: fatal errors encountered -- cannot continue

babl/Makefile line 1012-103 looks like this:

# GObject Introspection -include $(INTROSPECTION_MAKEFILE)

INTROSPECTION_MAKEFILE is set empty early on in babl/Makefile

It is also set empty in the top level Makefile, along with all the other INTROSPECTION_* symbols plus a few others like LDFLAGS and LIBOBJS

I'm guessing there's something additional I need to do either in terms of flags passed to make or autogen, or else some environment vars needed to get the gnome build environment correct.

help?

Thanks,

Gary

Kevin Cozens
2012-11-10 01:29:31 UTC (over 12 years ago)

build problem

On 12-11-09 06:17 PM, Gary Aitken wrote:

I'm trying to build 2.8 on freebsd.

[snip]

"Makefile", line 1013: Missing dependency operator make: fatal errors encountered -- cannot continue

babl/Makefile line 1012-103 looks like this:

# GObject Introspection -include $(INTROSPECTION_MAKEFILE)

INTROSPECTION_MAKEFILE is set empty early on in babl/Makefile

[snip]

I'm guessing there's something additional I need to do either in terms of flags passed to make or autogen, or else some environment vars needed to get the gnome build environment correct.

Add "--enable-introspection=auto" or set it to "no" if you don't have the introspection support packages.