Closed jasagredo closed 11 months ago
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).
-I/mingw64/include
pkgconf
See https://github.com/haskell/cabal/issues/9479#issuecomment-1826772061
Ah just saw this is a clone. Reported upstream, sorry.
https://sourceforge.net/p/djvu/bugs/356/
The Cflags of this package include a
-I/mingw64/include
which is not translated bypkgconf
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