On OS X, warn about filenames that only differ in case #783
Labels
Cabal: other
old-milestone: ⊥
Moved from https://github.com/haskell/cabal/milestone/5
type: bug
Milestone
(Imported from Trac #793, reported by @tibbe on 2011-01-18)
I managed to make Cabal fail to build a project by having
The result was: _popcount is only defined in popcount.c. Looking in dist/ showed that there was only a popcount.o there (from the C file). Renaming popcount.c to popc.c solved the problem.Cabal ought to warn in this case.
The text was updated successfully, but these errors were encountered: