
19 Nov
2007
19 Nov
'07
1:52 a.m.
On Sun, 18 Nov 2007 17:46:01 -0800
Don Stewart
andreaspada.mail:
Hi, I had pulled out the last darcs version of XMonadContrib, ann after configuring I have this error during building:
... [22 of 82] Compiling XMonad.Layout.Tabbed ( XMonad/Layout/Tabbed.hs, dist/build/XMonad/Layout/Tabbed.o )
XMonad/Layout/Tabbed.hs:187:34: Not in scope: `.|.'
Anyone have this error to?
Rebuild xmonad first. If you're following the darcs version of xmonad, the build chain is now:
build xmonad then build XMonadContrib
-- Don