VP wrote:
Hello,
I started to test gEDA on Win32 ( for me it is necessity - don't ask why
please). I downloaded geda-gaf-20030921.zip and some other components. I
compiled PCB in Cygwin without problems ( and I used PCB without gSCHEM before).
I draw the schematic and then I want to use gsch2pcb script. But I have problem
with built-in guile - primitive-fork unbound variable. Guile version is 1.4.1.
I tried to get newer versions 1.7.2 for cygwin but without success, too (same
result). Then I tried to compile guile 1.8.0 by myself but compilation stopped
with error.
How can I generate PCB from gSCHEM without any so-called programming languages
like guile, python, tcl etc... ? I have really bad bad experience with such
scripting languages on Windows. The only exception is Perl as it seems to me...
And unfortunately I don't have too much time to play with scripting languages...
Does anybody have working Makefile to compile any version of guile to work with
gsch2pcb ? Or working guile package for Windows ?
Thank you very much!
Vaclav
I'm pretty sure that you need guile-1.6 not 1.4.
I have not tried guile under windows.
-Dan