[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: xgsch2pcb and gschem
On Tue, 2008-02-19 at 11:14 +0100, joel silvestre wrote:
> Some fresh news:
>
>
> I launch " gschem > gschemerror 2>&1 " from the alt-F2 run window and found in gschemerror :
>
> ERROR: In procedure list-ref:
> ERROR: Argument 2 out of range: 19
>
> Gschem.log is :
>
> Read system-gafrc file [/home/moa/local/share/gEDA/system-gafrc]
> Did not find optional ~/.gEDA/gafrc file [/home/moa/.gEDA/gafrc]
> Did not find optional local gafrc file [/home/moa/gafrc]
> Read system-gschemrc file [/home/moa/local/share/gEDA/system-gschemrc]
> Read ~/.gEDA/gschemrc file [/home/moa/.gEDA/gschemrc]
> Did not find optional local gschemrc file [/home/moa/gschemrc]
> Lecture du fichier scm de démarrage [/home/moa/local/share/gEDA/scheme/gschem.scm]
>
> All the best,
Sorry for not getting to this sooner...
Is this still a problem?
>From your previous backtrace, and the debug output above, I think we're
seeing a failure in gschem/src/x_menus.c, line 146
142: scm_items_len = (int) scm_ilength (scm_items);
143: for (j = 0 ; j < scm_items_len; j++) {
144:
145: scm_index = scm_from_int (j);
146: scm_item = scm_list_ref (scm_items, scm_index);
147: ....
148: }
I'm a bit confused how this will be affected by whether you're running
in a terminal or not.
What version of GUILE do you have installed on your system? Is there a
possibility that its a different GUILE version being used when running
from the terminal?
>From a terminal, "set | grep -i guile", does it show anything?
ls /usr/lib/libguile.*
Any other places guile might be hiding?
Best regards,
Peter Clifton
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user