Hi Peter On Monday 09 November 2009 23:24:22 Peter Boudewijns wrote: > Hi Gudjon, > > I've downloaded the DEB-package and installed it. When invoking dpkg -i > gspiceui_0.9.98-dfsg-1_i386.deb I got the message it depended on > libwxgtk2.8-0. After installation of this package gspiceui installed ok. > I realised I should have done this with the GDEBI Package Installer, > this indicated al dependencies were ok ! > > When gspiceui is started the first problem I mailed you is solved. Using > non-integers (2 decimals) as input for analysis-parameters etc > excecution of the simulation starts without any errors. So this is ok! Nice > > The 2nd problem is still the same. The simulation results in an error > that says "Couldn't find the data section in the results file". This is > due to the fact that non-integers are passed through to ng-spice. > > Example simulation output : > > * NG-Spice Simulation Commands > .PRINT AC VDB(Vin) VDB(Vout) > .AC DEC 10 1,00K 100,00K > > The last line should be : > > .AC DEC 10 1K 100K Ngspice accepts . (dots) not , (comma). What is your LANG variable set to. Can you please try to do export LANG=C before starting gspiceui? > > I also downloaded the source and compiled/installed it, but when > invoking gspiceui I got the following error : > > Fatal error : Mismatch between the program and library build versions > detected. > The libary used 2.8 (no Debug, Unicode, Compiler with C++ ABI 1002, wx > containers, compatible with 2.6), > and yor program used 2.8 (no Debug, Unicode, Compiler with C++ ABI 1002, > wx containers). > Aborted. > > But I think I've used the non-2.6-compatibility option in the > wx-configuration where this shouldn't have been selected. > I'll try again tomorrow, because now it is way beyond bedtime over here. I guess you need make GSPICEUI_WXLIB=2.6 if you want to build it yourself. But please don't mix debian packages and your own compilated files. It makes reporting bugs much more complicated. > > I hope this info is usefull for you. > > Succes, and I'll be happy to assist again. Great thanks > > Greetings, > > Peter
Regards Gudjon -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org