
Hello, I get this message when I try to compile a package.If I google it seems that gtk-3.0 schould provide this but the file is not found. Does anyone have a tip how I can find that .gir package ? Roelof

Hi Roelof, May I know what package you are trying to build? GIR's are GObject Introspection Repository files. Have a look here: https://live.gnome.org/GObjectIntrospection I found some ports for CRUX, but they are of version 1.34.2. A new release 1.35.4 is available since January so you can use the ones available in the ports or optionally modify the the Pkgfile to reflect the new version. http://crux.nu/portdb/?a=search&q=gobject-introspection http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.35/ If you really need to use GObjectIntrospection, you would need to first install it and then rebuild GTK but before that you need to build the GTK dependencies (this may be painful ;-) ).... Once this is done you should be all set. BTW: *.gir files would then be located in /usr/share/gir-1.0/ BTW2: Some of the Pkgfiles for packages that produce "*.gir" files have a "rm -rf $PKG/usr/share" command in the end. This will delete also the .gir file for that particular module, so make sure that $PKG/usr/share/gir-1.0/ is not deleted (e.g: pango, atk, etc...) during the packaging phase... Hope this helps! Best Regards, Shin On Thu, Feb 14, 2013 at 6:27 PM, Roelof Wobben <rwobben@hotmail.com> wrote:
Hello,
I get this message when I try to compile a package. If I google it seems that gtk-3.0 schould provide this but the file is not found.
Does anyone have a tip how I can find that .gir package ?
Roelof
_______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux

Date: Thu, 14 Feb 2013 20:56:37 +0900 Subject: Re: could not find gdk-3.0.gir From: shin@sterneck.asia To: rwobben@hotmail.com CC: crux@lists.crux.nu Hi Roelof,
May I know what package you are trying to build? Yes , Im trying to port Cinnamon to Crux and Im now busy with Muffin, the desktop manager. >>if you really need to use GObjectIntrospection, you would need to first install it and then rebuild GTK but before that you need to build the GTK dependencies (this may be painful ;-) ).... Once this is done you should be all set.
I have ported Gobject-introspection to Crux without any problems. But when I try to rebuild GTK3 it stops with this messsage: Could not find GdkPixbuf-2.0.gir. So I rebuild gdk-pixbuf which is in the opt repo and that one succeed. But still the message appear so I think I me into a big mess. Roelof
participants (2)
-
Roelof Wobben
-
Shin Sterneck