Hi all. I'm compiling some packages from source to lib32 packages for Archlinux. The propose of these lib32 packages is to have only 32-bit library for a 64-bit system - no executable, no documentation, etc. See sample for lib32-alsa-lib: ( http://www.archlinux.org/packages/multilib/x86_64/lib32-alsa-lib/files/).
However, I am having problem with GObject Introspection. In Archlinux, it is dependecy in compilation time for some of packages, for example, GStreamer0.10 or Gconf. Normally, errors when compiling lib32 happens when a 64-bit system library is being used for the 32 bit compilation. See compilation log of lib32-gconf, for example: http://aur.pastebin.com/WERkhFbg I'm able to compile these packages disabling introspection ("--enable-introspection=no"). What are the consequences of not having introspection enable? Will this affect the usage of these library?
_______________________________________________ gtk-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-devel-list
