|
From: Mojca M. <moj...@gm...> - 2008-01-22 21:57:28
|
On Jan 22, 2008 8:41 PM, GDutilleux <gui...@fr...> wrote: > > Hello, > I download 4.3.0 from the CVS and did find the prepare script. > After customizing for ConTeXt as below, ./configure returns a list of > terminals with no mention of the context one. I stopped there during my > first attempt with 4.2.0, thinking that something was wrong. This time I > chose to ignore this disappointing message and compiled the 4.3.0 source > anyway. The result is a gnuplot binary that understands "set terminal > context". > Thanks for your help. Best regards, > G. Dutilleux Oh, I didn't read your message carefully enough. I have thought that the terminal doesn't appear in the list when running gnuplot. Since the terminal gets hardcoded into gnuplot, one would need to patch that messages in configure script as well (I both didn't think about it and now I would not consider it worth mentioning to fix that unles the terminal would be added to CVS one day). I have also started modifying the terminal already to output TikZ code, but then I have figured out that someone did that already using lua (and would only need minor modifications to make it work in plan TeX & ConTeXt as well). But nobody has ever commented about that TikZ terminal so far, although I suspect that quito some people use it already. It would indeed be nice to have a better any-TeX support. http://peter.affenbande.org/gnuplot/ Mojca > GDutilleux wrote: > > > > > > On Mac OS X 10.3.9 i tried to compile gnuplot 4.2.0 from source with the > > ConTeXt terminal. To do so > > 1 I added in term/ the context.trm file provided by Mojka Miklavec. > > 2 I added #include "context.trm" in src/term.h. > > > > On his recipe for building this custom gnuplot Mojka Miklavec mentions a > > ./prepare gnuplot utility to run first. I don't find it in the 4.2.0 > > source release. > > After running ./configure script the context terminal is not mentioned in > > the list of terminals taken into account. Any idea ? > > Best regards, > > > > G. Dutilleux |