Re: gEDA-user: Stack overflow error using gnetlist

2008-02-19 Thread Peter TB Brett
On Tuesday 19 February 2008 17:11:06 Ken Lauffenburger wrote: > Carlos, > > Thanks, that took care of the problem for me. Now that I know this > works, is there a more general configuration I should do for my guile > installation, or just leave this tweak in my backend file? Yes: add it to syste

Re: gEDA-user: Stack overflow error using gnetlist

2008-02-19 Thread Ken Lauffenburger
Carlos, Thanks, that took care of the problem for me. Now that I know this works, is there a more general configuration I should do for my guile installation, or just leave this tweak in my backend file? John, Not sure which version of guile this corresponds to, but gnetlist is referencing th

Re: gEDA-user: Stack overflow error using gnetlist

2008-02-19 Thread Carlos Nieves Ónega
Hi Ken, drc2 backend use a lot of recursive functions. Thus, when you have a big schematic / netlist it sometimes runs out of stack memory (guile stack). Please edit your drc2 backend and add this line at the beginning: (debug-options (list 'stack 20)) Hope this helps, Carlos El mar, 19-02-

Re: gEDA-user: Stack overflow error using gnetlist

2008-02-19 Thread John Doty
On Feb 19, 2008, at 9:02 AM, Stuart Brorson wrote: > And what version guile are you using? To find out do this: > > guile --version Doesn't always work that way. Because Guile has a history of trouble with backward compatibility problems, on Fink (and maybe other distros) it's installed as

Re: gEDA-user: Stack overflow error using gnetlist

2008-02-19 Thread Ken Lauffenburger
gEDA/gschem version 20070526 guile --version Guile 1.8.2 (Thanks for the quick response!) --ken On Tue, 2008-02-19 at 11:02 -0500, Stuart Brorson wrote: > Hi -- > > What version geda are you using? You can get this info from gschem by > looking in the help window (help menu). > > And what

Re: gEDA-user: Stack overflow error using gnetlist

2008-02-19 Thread Stuart Brorson
Hi -- What version geda are you using? You can get this info from gschem by looking in the help window (help menu). And what version guile are you using? To find out do this: guile --version Thanks On Tue, 19 Feb 2008, Ken Lauffenburger wrote: > Hello list, > > I'm a newbie to gEDA and

gEDA-user: Stack overflow error using gnetlist

2008-02-19 Thread Ken Lauffenburger
Hello list, I'm a newbie to gEDA and using gnetlist for the first time. I am getting the following output from gnetlist: Checking non-numbered parts... Checking duplicated references... ERROR: Stack overflow If I disable the check for duplicated references, then I get the following: Checking