[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: GSpiceUI Version 0.5.76
Hi Mike,
gspicegui is a nice tool. I like it.
Just one tiny problem: I got trouble with the localisation stuff. In the
German version of Linux your program writes out a "," instead of "." for the
decimal point.
This ends up in the following lines:
* Simulation Commands
.OPTIONS TEMP=27,00 TNOM=27,00
.PRINT AC VDB(3) VDB(4)
.OP 27.00
.AC LIN 10 1,00k 100,00k
.END
My work around is to call from the command line:
LC_NUMERIC=C ../bin/gspiceui
There must be a compiler option or somthing else to switch.
We had the same problem with postscript output from gschem a couple of month
ago. May be one ot the freaks know what to do.
Peter
Am Mittwoch, 15. September 2004 06:39 schrieb MSWaters:
> Hi All,
>
> Here is the lastest version of GSpiceUI.
>
> What follows is the extract from the ChangeLog associated with this
> version:
>
> * PrcGNetList.cpp : Multiple schematic files can now be imported via
> gnetlist into one netlist file.
> * GSpiceUI is now based on the wxWidgets v2.5.2 library (it is not
> backwards compatible with v2.4.2).
> * PnlNgSpiceTR.cpp : Added Transient analysis panel for NG-Spice.
> * PnlNgSpiceAC.cpp : Added AC analysis panel for NG-Spice.
> * Makefile : "make config" is now part of "make all" because it got
> left out by some users and appeared to be a fault.
>
> Mike Waters