guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tortoise tutorial


From: zx spectrumgomas
Subject: Re: Tortoise tutorial
Date: Tue, 10 Jan 2012 18:37:10 +0100

I had already tested that. I don't know why, but it doesn't work.

I added:
#include <locale.h>

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]