GNOME Bugzilla – Bug 583568
gstreamermm does not build with make -j 4
Last modified: 2011-01-16 23:37:44 UTC
Actually, at least it doesn't when you generate the plugin file. You can easily try yourself: git clone gnome:gstreamermm cd gstreamermm ./autogen.sh make -j 4 This will fails at least once in the build process so the build is fine when you start make again.
Confirmed. I will try to find a fix over the weekend. Thanks.
I think the following commit fixes this. There are a few things that can be made a bit more efficient, but at least now things work with the -j option. If it doesn't work for you, please re-open. Thanks: 2009-05-25 José Alburquerque <jaalburqu@svn.gnome.org> * build_shared/Makefile_gensrc.am_fragment: Fix the build so that multi-job makes (option -j) are supported.