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

build 2.8 on FreeBSD question

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.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

build 2.8 on FreeBSD question Waitman Gobble 16 Aug 19:40
  build 2.8 on FreeBSD question Tobias Jakobs 17 Aug 05:37
   build 2.8 on FreeBSD question Waitman Gobble 17 Aug 12:39
Waitman Gobble
2012-08-16 19:40:37 UTC (over 12 years ago)

build 2.8 on FreeBSD question

Hi,

I'm building gimp on a FreeBSD 10.0-CURRENT machine, with gtk3. I have a failure in at-spi2-core when it does the g-ir-scanner bit. It looks like it's possibly ignoring the include spec for Introspection, it's running:

# /usr/local/bin/g-ir-scanner -v --namespace Atspi --nsversion=2.0 -I.. -I.. --include=GLib-2.0 --include=GObject-2.0 ....(ETC)

note the -I.. -I..

anyway it's failing, complaining about not finding libintl.h included in glib gi18n.h

I don't see where to add paths in autogen.sh, I edited the Makefile and added -I/usr/local/include to INTROSPECTION_CFLAGS without luck.

I did find that manually changing to atspi path and running g-ir-scanner with an extra -I/usr/local/include does the trick, then gmake can finish the build.

Does anyone have experience with this issue? Either I'm not correctly building at-spi2-core or possibly a bug.

I appreciate any suggestions/pointers.

Tobias Jakobs
2012-08-17 05:37:41 UTC (over 12 years ago)

build 2.8 on FreeBSD question

I don't know about FreeBSD, gut Gimp 2.8 needs GTK 2.x Hand not GTK3.

Regards Tobias
Am 16.08.2012 21:49 schrieb "Waitman Gobble" :

Hi,

I'm building gimp on a FreeBSD 10.0-CURRENT machine, with gtk3. I have a failure in at-spi2-core when it does the g-ir-scanner bit. It looks like it's possibly ignoring the include spec for Introspection, it's running:

# /usr/local/bin/g-ir-scanner -v --namespace Atspi --nsversion=2.0 -I.. -I.. --include=GLib-2.0 --include=GObject-2.0 ....(ETC)

note the -I.. -I..

anyway it's failing, complaining about not finding libintl.h included in glib gi18n.h

I don't see where to add paths in autogen.sh, I edited the Makefile and added -I/usr/local/include to INTROSPECTION_CFLAGS without luck.

I did find that manually changing to atspi path and running g-ir-scanner with an extra -I/usr/local/include does the trick, then gmake can finish the build.

Does anyone have experience with this issue? Either I'm not correctly building at-spi2-core or possibly a bug.

I appreciate any suggestions/pointers.

-- Waitman Gobble
San Jose California USA

_______________________________________________ gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list

Waitman Gobble
2012-08-17 12:39:17 UTC (over 12 years ago)

build 2.8 on FreeBSD question

Tobias Jakobs wrote ..

I don't know about FreeBSD, gut Gimp 2.8 needs GTK 2.x Hand not GTK3.

Regards Tobias
Am 16.08.2012 21:49 schrieb "Waitman Gobble" :

Hi,

I'm building gimp on a FreeBSD 10.0-CURRENT machine, with gtk3. I have a failure in at-spi2-core when it does the g-ir-scanner bit. It looks like it's possibly ignoring the include spec for Introspection, it's running:

# /usr/local/bin/g-ir-scanner -v --namespace Atspi --nsversion=2.0 -I.. -I.. --include=GLib-2.0 --include=GObject-2.0 ....(ETC)

note the -I.. -I..

anyway it's failing, complaining about not finding libintl.h included in glib gi18n.h

I don't see where to add paths in autogen.sh, I edited the Makefile and added -I/usr/local/include to INTROSPECTION_CFLAGS without luck.

I did find that manually changing to atspi path and running g-ir-scanner with an extra -I/usr/local/include does the trick, then gmake can finish the build.

Does anyone have experience with this issue? Either I'm not correctly building at-spi2-core or possibly a bug.

I appreciate any suggestions/pointers.

-- Waitman Gobble
San Jose California USA

_______________________________________________ gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list

Thanks Tobias,

I was getting a bit ahead I suppose. You're correct it's gtk2 - but still same issue with atk bridge. It's not a key issue, but if there's a bug i suppose it should be reported somewhere. ;-)