Re: Tortoise tutorial

2012-01-10 Thread zx spectrumgomas
I had already tested that. I don't know why, but it doesn't work. I added: #include setlocale(LC_NUMERIC,"C");before the execlp ("gnuplot", NULL); or setenv("LC_NUMERIC","C",1); before the execlp ("gnuplot", NULL); It compiles, but the bug remains.

Re: Tortoise tutorial

2012-01-09 Thread Andy Wingo
On Tue 20 Dec 2011 06:29, zx spectrumgomas writes: > The problem was my value of the LC_NUMERIC locale. If locale is > spanish , decimal separator is ","  and all doubles are displayed with > a comma instead of a dot. I fixed it with : > $export LC_NUMERIC="C" Very interesting bug report, thanks

Re: Tortoise tutorial

2011-12-20 Thread zx spectrumgomas
The problem was my value of the LC_NUMERIC locale. If locale is spanish , decimal separator is ","  and all doubles are displayed with a comma instead of a dot. I fixed it with : $export LC_NUMERIC="C"

Re: Tortoise tutorial

2011-12-16 Thread zx spectrumgomas
Sorry, the source code is here: http://pastebin.com/dXz6QGz1

Tortoise tutorial

2011-12-16 Thread luis souto
Hello from Spain. I installed Guile 2.0.3 and it works well. I've tried Tortoise tutorial: http://www.gnu.org/software/guile/docs/guile-tut/tutorial.html and it compiled well, Gnuplot window pops up, but (tortoise-move 3) doesn't draw. The source code is: /* Simple backend for a