X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=MwgV8qcbN3xtMuf9jslLylRhXlBni23PxHBw7nbNMXQ=; b=oYCz9okRbqV3ucRci9/itNGzn1xxg6Id8+1Mjy07QBxjujf2Md/wZexj2vVebJI44m t597Z7QsZksWi/Qhs6gQPJT7uKjx1+kl93RYsefnbf3uRYk6kG97dn7u8B9xn8Hq8l6O +6yhCHt9gEDK87pmFEbzj758U+MSztMpJbqdIzc8X/kanlF0lUQx/pFpq2oWyYJUi4YE MIvaWYFRmZ/l0lIKbvmHX3W4lz+khfp+ZuLH8ZBVsVLxxxHG5lWKxW9ELgjEpxSFhgKX l4a/AgSVwHOsT9KRniUiNTNpmAP3maEfEcPXTQn8eubt0A1QAIUUL2r0tFHuTFA9c+Pe Bebw== MIME-Version: 1.0 Date: Sat, 21 Apr 2012 22:05:15 -0400 Message-ID: Subject: [geda-user] gnetlist - unbound variable From: Nathan Stewart To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Reply-To: geda-user AT delorie DOT com I recently switched from Ubuntu packaged gEDA to 1.7.2 built from git. Gschem seems to work, however gnetlist gives an error ERROR: Unable to parse config from [~/.gEDA/gafrc]: Unbound variable: log-window That variable is however defined in ~/.gEDA/gafrc. I did some searching, and what I did find seems to point to a guile 1.6 / 1.8 issue. I have guile 1.8. Further reading made me believe that the guile 1.8 transition was long ago. Configure found and was happy with my distribution packaged guile 1.8. What's the current scoop on guile, and why might I be getting this error? Nathan