[Haskell-cafe] Has anybody tried to upgrade Cabal on HP (Win 7)

JP Moresmau jpmoresmau at gmail.com
Fri Jun 18 11:07:02 EDT 2010


On Fri, Jun 18, 2010 at 4:48 PM, Daniel Kahlenberg <
d.kahlenberg at googlemail.com> wrote:

> Hello,
>
> I recently installed HP 2010.1.0.0 within Windows 7 and wanted to
> upgrade the Cabal package to 1.8.0.6 today, sadly I got stuck on a
> failure building the "directory" package.
>
> So I tried to isolate the messages a bit and gave the following a try in
> a ghci session (1st time only with path to cygwin binaries/2nd time only
> with path to msys binaries added on my path variable, for both times I
> append the logging output):
>
> Prelude System.Cmd>
> > rawSystem "cabal" ["upgrade", "--constraint=base==4.*", "directory",
> > "-v3", "--user",
> > "--build-log=d:/temp/log/build-$$pkgid-$$compiler.log"]
>
> Maybe we can find the cause?!
>
> Greetz
> Daniel
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
I see on the gcc command line:

-IC:\\Program Files (x86)\\Haskell Platform\\2010.1.0.0/include

On my machine, HsFFI.h is in lib/include, so maybe try with
--extra-include-dirs=-IC:\\Program Files (x86)\\Haskell
Platform\\2010.1.0.0\\lib\\include


I also ran into problems with the directory package on windows, that I got
around by making sure every thing was installed with --global

-- 
JP Moresmau
http://jpmoresmau.blogspot.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100618/88609ffd/attachment.html


More information about the Haskell-Cafe mailing list