| Summary: | Build fails if there are same filenames coming from different source directories | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | Patrice Mandin <patmandin> |
| Component: | misc | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Patrice Mandin
2006-09-23 05:44:04 UTC
I suspect that the number of source file name conflicts are going to be pretty low, so for now I'm going to be cheap and just rename one of the files in SDL_mixer. We could also have the build system mirror the source tree (so it builds to build/timidity/readmidi.o and build/native_midi_gpl/readmidi.o instead of just build/readmidi.o), but it's not really worth spending time on it right now. File was renamed in svn revision #2960. --ryan. |