codehenry / xmonad

Automatically exported from code.google.com/p/xmonad
0 stars 0 forks source link

X11 version 1.6.1.1 breaks the build #534

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
xmonad fails to compile against the latest version of the X11 library with the 
following error:

XMonad/Hooks/DebugEvents.hs:215:61:
    Ambiguous occurrence `getAtomName'
    It could refer to either `XMonad.Hooks.DebugEvents.getAtomName',
                             defined at XMonad/Hooks/DebugEvents.hs:57:1
                          or `XMonad.getAtomName',
                             imported from `XMonad' at XMonad/Hooks/DebugEvents.hs:(24,1)-(26,62)
                             (and originally defined in `Graphics.X11.Xlib.Atom')

Original issue reported on code.google.com by sim...@cryp.to on 25 Feb 2013 at 2:35

GoogleCodeExporter commented 8 years ago
Fixed, thanks for the report.

Original comment by daniel.w...@gmail.com on 25 Feb 2013 at 6:04

GoogleCodeExporter commented 8 years ago
xmonad by itself compiles correctly now, but this same error is still happening 
while compiling xmonad-contrib.

Original comment by pant...@gmail.com on 27 Feb 2013 at 3:30

GoogleCodeExporter commented 8 years ago
This is fixed in the repository, but not on Hackage. (And now that I've made 
this error, there's not much I can do about the mismatch on Hackage. Sorry...) 
Are you building from darcs? If not, do; if so, remember to pull!

Original comment by daniel.w...@gmail.com on 27 Feb 2013 at 5:03

GoogleCodeExporter commented 8 years ago
Issue 535 has been merged into this issue.

Original comment by daniel.w...@gmail.com on 27 Feb 2013 at 5:05

GoogleCodeExporter commented 8 years ago
Switched from Hackage to darcs repo. XMonadContrib compiles successfully from 
darcs. Thank you for the tip.

Original comment by pant...@gmail.com on 27 Feb 2013 at 7:24

GoogleCodeExporter commented 8 years ago
Would it be possible to release a new version of xmonad that fixes the issues 
with the recent version of the X11 library?

Original comment by sim...@cryp.to on 18 Mar 2013 at 11:09

GoogleCodeExporter commented 8 years ago
A bit overdue, but I just uploaded 
http://hackage.haskell.org/package/xmonad-contrib-0.11.1 which is the same as 
xmonad-contrib-0.11 except for the minor changes needed to work with 
X11-1.6.1.1.

Original comment by vogt.a...@gmail.com on 18 Mar 2013 at 10:12