|
From: John O'D. <joh...@gl...> - 2016-10-20 08:44:08
|
Hello, This is a followup to a question I posted yesterday. I have a project which I (unfortunately) ported to gtk3, but it no longer builds with ghc-8.01 on Windows 10, using stack. It fails with the following message: > Configuring pango-0.13.3.0... > setup.EXE: Missing dependency on a foreign library: > * Missing (or bad) header file: hspango.h Downloading hspango.h and putting it in a directory where it will be found doesn't help. A web search shows that someone else had exactly this problem two years ago. A further search shows that gtk2hs is known to work on... Windows XP, which of course is 15 years old. Is the project dead, or is it still supported? If so, is it supposed to work on Windows, or is that platform abandoned? Thanks, John |