From: Hamish M. <ham...@gm...> - 2016-10-21 08:34:55
|
Hi John, I have updated the readme file for Gtk2Hs https://github.com/gtk2hs/gtk2hs#gtk2hs You might also want to take a look appveyor script used to build the Windows MSI file for Leksah https://github.com/leksah/leksah/blob/master/appveyor.yml It installs everything needed for gtk2hs and haskell-gi. Building of Leksah for Windows is broken right now because I updated Leksah to WebKit2 before checking if that was in MSYS2 yet. On Thu, 20 Oct 2016 at 21:44 John O'Donnell <joh...@gl...> wrote: > 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 > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > Gtk2hs-users mailing list > Gtk...@li... > https://lists.sourceforge.net/lists/listinfo/gtk2hs-users > |