After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 583568 - gstreamermm does not build with make -j 4
gstreamermm does not build with make -j 4
Status: RESOLVED FIXED
Product: gstreamermm
Classification: Bindings
Component: general
git master
Other Linux
: Normal minor
: ---
Assigned To: José Alburquerque
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2009-05-22 16:39 UTC by Johannes Schmid
Modified: 2011-01-16 23:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Johannes Schmid 2009-05-22 16:39:57 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.
Comment 1 José Alburquerque 2009-05-22 19:25:05 UTC
Confirmed.  I will try to find a fix over the weekend.  Thanks.
Comment 2 José Alburquerque 2009-05-25 06:56:09 UTC
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.