Re: [Haskell-cafe] Haskell-Cafe Digest, Vol 94, Issue 34

-------------------------------------------
Subject: Re: [Haskell-cafe] Best platform for development with GHC? On Wed, 15 Jun 2011, Dmitri O.Kondratiev wrote:
Since I maintain the gnuplot binding for Haskell - what are the particular problems with that package on Windows?
******************************************** [Guthrie] I installed gnuplot using cabal on Windows, and get this:
:m + Graphics.Gnuplot.Simple plotFunc [] (linearScale 1000 (-10,10)) sin Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\guthrie>ghci GHCi, version 7.0.3: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. Loading package ffi-1.0 ... linking ... done. Prelude> :m + Graphics.Gnuplot.Simple Prelude Graphics.Gnuplot.Simple> plotFunc [] (linearScale 1000 (-10,10)) sin Loading package bytestring-0.9.1.10 ... linking ... done. Loading package Win32-2.2.0.1 ... linking ... done. Loading package old-locale-1.0.0.2 ... linking ... done. Loading package time-1.2.0.3 ... linking ... done. Loading package filepath-1.2.0.0 ... linking ... done. Loading package old-time-1.0.0.6 ... linking ... done. Loading package directory-1.1.0.0 ... linking ... done. Loading package process-1.0.1.5 ... linking ... done. Loading package array-0.3.0.2 ... linking ... done. Loading package containers-0.4.0.0 ... linking ... done. Loading package monoid-transformer-0.0.2 ... linking ... done. Loading package utility-ht-0.0.7 ... linking ... done. Loading package gnuplot-0.4.2 ... linking ... done. *** Exception: gnuplot: createProcess: does not exist (No such file or directory)

On 15 June 2011 13:38, Gregory Guthrie
-------------------------------------------
Subject: Re: [Haskell-cafe] Best platform for development with GHC? On Wed, 15 Jun 2011, Dmitri O.Kondratiev wrote:
Since I maintain the gnuplot binding for Haskell - what are the particular problems with that package on Windows?
******************************************** [Guthrie] I installed gnuplot using cabal on Windows, and get this:
[Snip]
Loading package monoid-transformer-0.0.2 ... linking ... done. Loading package utility-ht-0.0.7 ... linking ... done. Loading package gnuplot-0.4.2 ... linking ... done. *** Exception: gnuplot: createProcess: does not exist (No such file or directory)
It looks like you don't have gnuplot installed or it isn't on your $PATH...
participants (2)
-
Gregory Guthrie
-
Stephen Tetley