[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Can't load layouts created with current pcb,
On Sun, Mar 19, 2006 at 03:22:04PM -0500, DJ Delorie wrote:
>
> Ok, you have a different problem. In your case, you have the LOCALE
> set up to save floating point numbers in a non-LANG_C format, which we
> can't parse. This line:
>
> Thermal[0,500000]
>
> Should look like this:
>
> Thermal[0.500000]
> ^
>
> Sorry about the confusion. I'm not sure what to do about this
> problem.
setlocale(LC_ALL,""); as the first thing in main(). We had to do this on
Links too because Links was unable to parse it's own configuration file
that it saved.
CL<