GNOME Bugzilla – Bug 754344
libs: build rtp after audio
Last modified: 2015-09-04 09:01:40 UTC
Created attachment 310333 [details] [review] patch The dependency setup does not seem to work for all systems, causing the build to fail with: gstrtpbaseaudiopayload.c:65:0: fatal error: gst/audio/audio-enumtypes.h: No such file or directory My setup: gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4 autoconf (GNU Autoconf) 2.69 automake (GNU automake) 1.14.1 libtool (GNU libtool) 2.4.2
Created attachment 310335 [details] The offending Makefile on my system Attaching the generated Makefile in case that provides any clues on why this is not working.
Created attachment 310336 [details] [review] libs: the rtp dir is no longer an independent subdir Try this?
(In reply to Tim-Philipp Müller from comment #2) > Created attachment 310336 [details] [review] [review] > libs: try harder to make sure audio subdir gets built before rtp > > Try this? Tried it. Did not work :(
So... what should we do? :)
Håvard's patch looks obviously correct (but does it fix the problem?). My patch also looks obviously correct, but doesn't seem to help :)
hgr said on irc that his patch fixes the problem for him. IMHO both patches should go in (my understanding is that mine doesn't break anything for him either, it's just not enough on its own to fix it for him).
Well, let's just get it in and see what happens, shouldn't make anything worse. commit 181845ec1bc1761002c0c4253561658bddfb71ae Author: Havard Graff <havard.graff@gmail.com> Date: Mon Aug 31 10:46:43 2015 +0200 libs: build rtp after audio The dependency setup does not seem to work for all systems, causing the build to fail with: gstrtpbaseaudiopayload.c:65:0: fatal error: gst/audio/audio-enumtypes.h: No such file or directory My setup: gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4 autoconf (GNU Autoconf) 2.69 automake (GNU automake) 1.14.1 libtool (GNU libtool) 2.4.2 https://bugzilla.gnome.org/show_bug.cgi?id=754344 commit c8ce5765a05d0a6b1bd1a9f1500bc14b8c324343 Author: Tim-Philipp Müller <tim@centricular.com> Date: Mon Aug 31 10:49:41 2015 +0100 libs: rtp is no longer an independent subdir https://bugzilla.gnome.org/show_bug.cgi?id=754344