GNOME Bugzilla – Bug 653167
Out of tree build is broken on windows
Last modified: 2012-03-18 03:10:02 UTC
Created attachment 190438 [details] [review] Fix out of tree windows build Out of tree build ($top_srcdir != $top_builddir) is currently broken on Windows (with MinGW/MSYS). Attached patch fixes the issue.
Created attachment 190473 [details] [review] Fix out of tree build, v2 Improved patch that: - doesn't put generated def files in top_builddir but in builddir - fixes more targets discovered during make install As far as I can see, this is now complete for the MinGW/MSYS case :)
Created attachment 192181 [details] [review] Fix out of tree build, v3 Rebased patch against master due to changes committed in 7c517bf3501ae68c4a87c8a126955281ad2393b2.
Created attachment 194497 [details] [review] Fix out of tree build for MinGW/MSYS Rebased against master and rewritten commit message to follow the guidelines at https://live.gnome.org/GnomeLove/SubmittingPatches
Comment on attachment 192181 [details] [review] Fix out of tree build, v3 Sorry for the noise, forgot to mark this one as obsolete...
The following fix has been pushed: e2b47ae Fix out of tree build for MinGW/MSYS
Created attachment 210025 [details] [review] Fix out of tree build for MinGW/MSYS When building with MinGW/MSYS with srcdir != builddir the build fails: - to locate the generated .def files - creating libglib-gdb.py - creating libgobject-gdb.py Solved this by explicitly instructing these files to be generated in $(builddir)/...