Hi all,
I'm writing this as a different subject for any developer who could help
with the following guile problem:
At least two people reported a bug regarding the use of scm_sort_list_x
in gnetlist. See
 http://www.geda.seul.org/mailinglist/geda-user38/msg00001.html

and the recent geda-user thread "drc2 with slotting".

In g_netlist.c, the call:
    slots_list = scm_sort_list_x(slots_list,
                                 scm_c_module_lookup (
                                   scm_current_module (), "<"));
produces the error:
ERROR: In procedure apply:
ERROR: Wrong type argument in position 1: #<variable 8059240 binding:
#<primitive-procedure <=>>

I'm not a guile expert, but I guess that scm_c_module_lookup can't find
the < function. Anyone has any idea of how to fix this?

Thanks,

Carlos

Reply via email to