Re: i386 bulk build failures 2012-03-27

2012-03-28 Thread Antoine Jacoutot
On Wed, Mar 28, 2012 at 10:31:02PM +0200, Christian Weisgerber wrote:
 Between lingering thread issues, an X11 update, and the GNOME churn,
 there are a few build errors:
 
 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

-- 
Antoine



Re: i386 bulk build failures 2012-03-27

2012-03-28 Thread Christian Weisgerber
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



Re: i386 bulk build failures 2012-03-27

2012-03-28 Thread Antoine Jacoutot
On Wed, Mar 28, 2012 at 10:48:31PM +0200, Christian Weisgerber wrote:
 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.

Yup, that's all that is needed.
I didn't fix these because I wanted to be able to build them, but please go 
ahead.

-- 
Antoine