Axel Simon wrote:
> So is this a ghc problem or something that needs to be fixed in Gtk2Hs?

Sorry, my previous mail didn't make it to the list (my mistake).

The problem is that ghc-6.12 puts split objs into different subdirectories
based on the -osuf option:
  ghc -c T.hs
  --> T_o_split/
  ghc -c -prof -osuf po T.hs
  --> T_po_split/

The gtk2hs Makefile looks for the files in the T_split/ subdirectory.
This directory name has to be tweaked for ghc 6.12.

Bertram

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Gtk2hs-devel mailing list
Gtk2hs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel

Reply via email to