
I have X11 1.2.2 installed and wanted to upgrade to 1.3 (to satisfy the dependencies of another package), but "Setup configure" tells me I don't have the headers installed. I do, and when I configure 1.2.2 they're detected. Is this due to the newer version of Cabal? I have ghc 6.6, Cabal 1.1.6. Thanks, -- View this message in context: http://www.nabble.com/Upgrading-X11-tf4785984.html#a13691779 Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.

On Nov 11, 2007 9:26 AM, Jim Burton
I have X11 1.2.2 installed and wanted to upgrade to 1.3 (to satisfy the dependencies of another package), but "Setup configure" tells me I don't have the headers installed. I do, and when I configure 1.2.2 they're detected. Is this due to the newer version of Cabal? I have ghc 6.6, Cabal 1.1.6.
Thanks,
I think you need to run autoconf && autoheader (or autoreconf) first, before running Setup configure? I could be confused, but see if that helps. If that's what the problem is, the documentation definitely needs updating. -Brent

On Sun, 2007-11-11 at 12:44 -0500, Brent Yorgey wrote:
I think you need to run autoconf && autoheader (or autoreconf) first, before running Setup configure? I could be confused, but see if that helps. If that's what the problem is, the documentation definitely needs updating.
-Brent
Thanks Brent, autoconf && autoheader fixed it. I won't volunteer to look at the docs because I have no idea why! Jim

jim:
I have X11 1.2.2 installed and wanted to upgrade to 1.3 (to satisfy the dependencies of another package), but "Setup configure" tells me I don't have the headers installed. I do, and when I configure 1.2.2 they're detected. Is this due to the newer version of Cabal? I have ghc 6.6, Cabal 1.1.6.
I'd need to see the exact message, but on some systems, notably OSX, the X headers are a little hard to find. This documents the issue: http://haskell.org/haskellwiki/Xmonad/Frequently_asked_questions#X11_fails_t... This was improved in the darcs branch of X11, at http://darcs.haskell.org/X11 if you're interested. -- Don
participants (4)
-
Brent Yorgey
-
Don Stewart
-
jim burton
-
Jim Burton