tre
tre copied to clipboard
`.pc` file doesn't work on mingw
The Cflags of this package include a -I/mingw64/include which is not translated by pkgconf to a Windows path leading to further errors later on (in this case in ghc-pkg).
See https://github.com/haskell/cabal/issues/9479#issuecomment-1826772061
I'm hoping to get a look at this (and a couple of other outstanding issues) later this week. I've retired (and don't have to deal with windows any more) but still have a working mingw64 setup I should be able to use to reproduce it.
I'll update the status once I reproduce the problem.
On Sun, Nov 26, 2023 at 08:47:35AM -0800, Javier Sagredo wrote:
The Cflags of this package include a
-I/mingw64/includewhich is not translated bypkgconfto a Windows path leading to further errors later on (in this case in ghc-pkg).See https://github.com/haskell/cabal/issues/9479#issuecomment-1826772061
-- Reply to this email directly or view it on GitHub: https://github.com/laurikari/tre/issues/95 You are receiving this because you are subscribed to this thread.
Message ID: @.***>
Cheers,
Tom Rushworth