[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA: ERROR: Stack overflow building geda/devel/gscheme/src
On Sun, Mar 12, 2006 at 08:17:49AM -0500, Stuart Brorson wrote:
> I can't offer a fix, but a couple of observations (which may or may
> not be useful):
>
> * You are barfing while executing ../scripts/notangle_guile on
> x_fileselect.nw. This is the script (distributed with gEDA) which
> transforms your .nw (noweb) source into the .c source.
>
> * The script is written in guile (Scheme), a language whose
> implementation involves a lot of stack operations (IIRC). Therefore,
> something is going on with your .nw -> .c translation.
>
> * Check your version of guile. Is it up to date? Does it exist? --
> Have you built gEDA on this box before?
>
> * Look at your x_fileselect.nw source. If you updated from CVS, but
> had a conflict, then the .nw file will have additional junk in it
> trying to alert you to the conflict.
>
> Just some thoughts,
>
> Stuart
Thanks for the suggestions. I'll check them out.
I can successfully build the january tarballs.
Eric