codehenry / xmonad

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

Xmonad-contrib-0.11 Fails to compile against latest version of X11 lib #535

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. cabal install xmonad-contrib

What is the expected output? What do you see instead?

Not Compiling:
[ 39 of 226] Compiling XMonad.Hooks.DebugEvents ( XMonad/Hooks/DebugEvents.hs, 
dist/build/XMonad/Hooks/DebugEvents.o )

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')

What version of the product are you using? On what operating system?
Ubuntu 12.04 lts
Xmonad-contrib-0.11, xmonad-0.11, libx11-dev v 2:1.4.9901-0ubuntu2

Please provide any additional information below.
Looks like this was fixed in xmonad, but not in xmonad-contrib

Original issue reported on code.google.com by rbtitot...@gmail.com on 27 Feb 2013 at 4:31

GoogleCodeExporter commented 8 years ago

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