GNOME Bugzilla – Bug 86757
Non-srcdir builds horked
Last modified: 2004-12-22 21:47:04 UTC
Non-srcdir builds of GStreamer are presently horked.
Created attachment 9501 [details] [review] Patch to enable non-srcdir builds
Hi, your patch does quite a bit more than stuff involving srcdir. It would be nice if you would seperate out the patches so that we know what does what, and also explain a little what the other stuff does. Also, I'd appreciate some steps on how to reproduce the problem you have in building so that I can see what's wrong. At present all sorts of builds I do all work. I'd appreciate some more feedback so I can decide what to do with the patch. Thanks !
Steps: 1. Fresh checkout. 2. $ ./autogen.sh 3. $ make distclean 4. $ mkdir BUILD 5. $ cd BUILD 6. $ ../configure 7. $ make Everything in this patch is what I had to do to get the non-srcdir build working.
Created attachment 10468 [details] [review] Updated patch.
Here's the updated patch. The rest was pretty trivial; just some additional INCLUDES for the builddir so that generated headers could be seen.
damn, didn't saw your patch in bugzilla before I worked on it myself ;( but yeah, I think I fixed it as well, even using automake-ish 1.5 stuff instead of general INCLUDES, so I'm glad anyway. Please try it.
INCLUDES is a bit more concise (since you don't *need* the flags to be target-specific); but whatever works, and it does. Thanks.