Re: gEDA-user: PCB head fails with ***MEMORY-ERROR***

2011-06-05 Thread Andrew Poelstra
On Fri, Jun 03, 2011 at 04:09:46PM +0100, Thomas Oldbury wrote: This might explain my problem with PCB+GL maybe it's just a general problem with PCB? I have noticed that PCB can eat up about 3 GB after a few hours of routing. The bug appears to have been introduced by the

gEDA-user: Blog post: Porting gEDA to Guile 2.0, and future plans

2011-06-05 Thread Peter TB Brett
Hi all, I just published a blog post in which I discuss porting to Guile 2, and ask for suggestions about what part of gEDA I should hack on next. It includes a description of the various work-in-progress branches that I've currently got on the back burner, which might be of interest.

Re: gEDA-user: PCB head fails with ***MEMORY-ERROR***

2011-06-05 Thread Andrew Poelstra
I think I've got it. The following patch (also posted on Launchpad) fixes the bug on my system. I am posting it here for review and testing. There are two leaks I fixed: 1. ENDALL_LOOP did not free memory. Now it does. 2. If you return early from a list using the macro.h macros, list

Re: gEDA-user: gEDA with Guile 2.0

2011-06-05 Thread Dan McMahill
On 6/3/2011 6:04 PM, Peter TB Brett wrote: Hi folks, I've just checked in some changes that enable gEDA to compile and run with Guile 2.0. Please report any issues. Currently, the only known problem is that the `drc2' gnetlist backend is broken. Thanks for doing this! -Dan

Re: gEDA-user: Blog post: Porting gEDA to Guile 2.0, and future plans

2011-06-05 Thread Dan McMahill
On 6/5/2011 7:55 AM, Peter TB Brett wrote: Hi all, I just published a blog post in which I discuss porting to Guile 2, and ask for suggestions about what part of gEDA I should hack on next. It includes a description of the various work-in-progress branches that I've currently got on the