[gstreamer-bugs] [Bug 603710] Can't compile with introspection support

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Dec 4 07:49:27 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=603710
  GStreamer | gstreamer (core) | unspecified

Vincent Untz <vuntz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED

--- Comment #4 from Vincent Untz <vuntz at gnome.org> 2009-12-04 16:49:22 CET ---
(In reply to comment #3)
> I don't know either... which version of gobject-introspection are you using? It
> works fine with the latest release for me.

gobject-introspection 0.6.5, which is the latest one, afaik.

> Also is there something special about your build process or is it normal
> ./configure && make ?

We do:

$ ./autogen.sh
   => needed because some Makefile.am files are changed by a patch
$ export CFLAGS="-O2 -g -m32 -march=i686 -mtune=i686 -fmessage-length=0
-D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables
-fasynchronous-unwind-tables -fno-strict-aliasing"
   => (standard stuff)
$ ./configure --host=%{_host} --build=%{_build} \
        --target=%{_target_platform} \
        --program-prefix=%{?_program_prefix} \
        --prefix=%{_prefix} \
        --exec-prefix=%{_exec_prefix} \
        --bindir=%{_bindir} \
        --sbindir=%{_sbindir} \
        --sysconfdir=%{_sysconfdir} \
        --datadir=%{_datadir} \
        --includedir=%{_includedir} \
        --libdir=%{_libdir} \
        --libexecdir=%{_libexecdir} \
        --localstatedir=%{_localstatedir} \
        --sharedstatedir=%{_sharedstatedir} \
        --mandir=%{_mandir} \
        --infodir=%{_infodir} \
        --enable-introspection \
        --disable-static
   => (standard stuff too)
$ make -jX
   => sounds normal too

Again, the weird thing is that it worked fine when chrooting in the build root
and typing make. Also, it's worth noting that it works fine for all other
packages using introspection.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list