Antoine Jacoutot:

> > These suffer an #error "only <glib.h> can be included directly":
> >   x11/hs-gtk
> >   x11/mono-gtk2
> 
> Known but I am not able to build either ghc nor mono....

The offending parts are

  #include <glib.h>
  #include <glib/gthread.h>

and

  #include <glib/glist.h>

respectively.  These should just be #include <glib.h>, right?
I mean, that's what the #error says.

-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to