我正在尝试在 win32/cygwin 上编译 Network.HTTP ( http://hackage.haskell.org/package/network )。但是,它确实失败并显示以下消息:
Setup.hs: Missing dependency on a foreign library:
* Missing (or bad) header file: HsNet.h
This problem can usually be solved by installing the system package that
provides this library (you may need the "-dev" version). If the library is
already installed but in a non-standard location then you can use the flags
--extra-include-dirs= and --extra-lib-dirs= to specify where it is.
If the header file does exist, it may contain errors that are caught by the C
compiler at the preprocessing stage. In this case you can re-run configure
with the verbosity flag -v3 to see the error messages.
不幸的是,它没有提供更多线索。HsNet.h 包含 sys/uio.h,实际上不应该包含它,并且应该正确配置。