GNOME Bugzilla – Bug 569953
Brasero fails to build outside source dir
Last modified: 2009-01-31 10:43:43 UTC
When building brasero outside source dir, many modules failed to build with the same error: brasero-media.h was not found. The file appears to be generated from libbrasero-media/brasero-media.h.in, so it's supposed to be located in $(topbuilddir)/libbrasero-media. However, most Makefile.am's in the tree fail to supply that location. It's either missing or provided with just $(topbuilddir), which is not sufficient.
Created attachment 127612 [details] [review] Fixing include paths This patch makes it build off source-dir in my machine.
Thanks a lot for the report and the patch. It was committed to trunk for the upcoming version. 2009-01-31 Philippe Rouquier <ykw@localhost.localdomain> Fix #569953 – Brasero fails to build outside source dir Patch by Theppitak Karoonboonyanan * nautilus/Makefile.am: * src/Makefile.am: * src/plugins/cdrdao/Makefile.am: * src/plugins/cdrkit/Makefile.am: * src/plugins/cdrtools/Makefile.am: * src/plugins/checksum/Makefile.am: * src/plugins/dvdauthor/Makefile.am: * src/plugins/dvdcss/Makefile.am: * src/plugins/growisofs/Makefile.am: * src/plugins/libburnia/Makefile.am: * src/plugins/local-track/Makefile.am: * src/plugins/transcode/Makefile.am: * src/plugins/vcdimager/Makefile.am: