<br><br><div class="gmail_quote">On Sat, Jun 4, 2011 at 12:55 AM, Henning Thielemann <span dir="ltr">&lt;<a href="mailto:schlepptop@henning-thielemann.de">schlepptop@henning-thielemann.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Malcolm Wallace schrieb:<br>
<div><div></div><div class="h5">&gt;&gt; I tried gnuplot:<br>
&gt;&gt;<br>
&gt;&gt; Demo.hs:25:18:<br>
&gt;&gt;     Could not find module `Paths_gnuplot&#39;:<br>
&gt;&gt;       Use -v to see a list of the files searched for.<br>
&gt;&gt; Failed, modules loaded: none.<br>
&gt;&gt; Prelude Graphics.Gnuplot.Simple&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Where to get `Paths_gnuplot&#39;: module?<br>
&gt;<br>
&gt; $ cd gnuplot-0.4.2<br>
&gt; $ cabal install # this generates the Paths_gnuplot module<br>
&gt; $ ghci<br>
<br>
</div></div>Yes, you must install the package before loading Demo into GHCi, since<br>
the package contains a data file that the Demo wants to load.<br>
<br>
Currently I am trying to interface to gnuplot&#39;s histogram feature.<br>
<br>
You may also to subscribe to<br>
   <a href="http://projects.haskell.org/cgi-bin/mailman/listinfo/gnuplot" target="_blank">http://projects.haskell.org/cgi-bin/mailman/listinfo/gnuplot</a><br>
<br>
</blockquote></div><br>Thanks!<br>So, if I got this right,  I should run:<br>
&#39;cabal install -fbuildExamples gnuplot&#39;<br>
from gnuplot source root folder?<br><br>Yet first I need to build gnupolt for MacOSX and Win32 that I both use. Ok, I&#39;ll give it a try...<br> 
<br><br><br>