| Summary: | Changeset 7379 (b27c778a2bdb) breaks make process with msys+mingw (make 3.82.90) | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Andreas Ertelt <bugzilla-sdl> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | minor | ||
| Priority: | P2 | Keywords: | target-2.0.0 |
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | Windows (All) | ||
|
Description
Andreas Ertelt
2013-07-14 08:59:12 UTC
Can you investigate and find out why that is? This patch fixes another issue and shouldn't cause problems as far as I can tell. Is it a problem with the output of pwd on mingw? What does srcdir get set to? The path is in fact correct (in my case: /c/external/SDL64/SDL). But it seems the windows build of GNU Make doesn't work well with pathnames in rules. Both the dependencies in "$(srcdir)/configure: $(srcdir)/configure.in" and "Makefile: $(srcdir)/Makefile.in" will cause rules not to be found when srcdir is defined. The same problem occurs if the patch is removed and I supply configure with a srcdir manually. I'm not quite sure how to test this more in-depth. Fixed, thanks! http://hg.libsdl.org/SDL/rev/b76d8bfe9a2f |