X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=AYiQGs3X6d+Yr1/j0wroh1coJuOcusGtjU8pgLrjVZ8=; b=cWSbb9uAS6RYLbg7fs5w+L7ouOoFJlHpGHiYxWpidFaFvkAxBm7sd+7MSAFbcKUeZV gc0tHsnuSa4e/6IW+xYHgn/csYceW8dUAzQdcykJOdLJikKk3ITp70gt+VeJJCeY7M5f RQiS6vSa5D3kEMpQPOKFjWTBoXzKTnygOUFVCyybuPBHANiCuFq2q+VlcLl8I7j9+jU8 b0Or4zsGfPPLSBWXf7cd0z7Rp4GhBXBa3zV/UnAyJGP1zZLTBouaUSkJoxhMsiUBRSt2 mo1kxoP5+cUmXqIzHEZlS7gOTpXFCdhl3Hrn0Ljy0mfpfl3NTUIG/U2CGXMOIMTqjdNU QN/w== X-Received: by 10.112.161.137 with SMTP id xs9mr7225348lbb.4.1440151490078; Fri, 21 Aug 2015 03:04:50 -0700 (PDT) Date: Fri, 21 Aug 2015 13:04:47 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Guile Error in gEDA-gaf Head Message-ID: <20150821100447.GB14662@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <20150726154948 DOT GA15646 AT localhost DOT localdomain> <20150726170206 DOT GB15646 AT localhost DOT localdomain> <20150727092112 DOT GB14782 AT localhost DOT localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi, Jason. IIUC, you're trying to run gschem, aren't you? If so, first try to run gaf, e.g. 'gaf --version' or 'gaf shell'. Check if it works and report here. Then, if it works and gschem doesn't, add in your system-gschemrc (typically, /usr/local/share/gEDA/system-gschemrc) before any other lines the line: (format (current-error-port) "Loading system gschemrc\n") and in your ~/.gEDA/gschemrc the line (format (current-error-port) "Loading user gschemrc\n") and if you have gschemrc in the current directory, add in it the line: (format (current-error-port) "Loading project gschemrc\n") Then do the same for your system, user and project gafrc replacing "gschemrc" in the above lines with "gafrc". And show us the output you'll have after running gschem. Next, please show contents of your log (the file gschem-*-NUMBER.log with the greatest NUMBER you'll get after running gschem). Thanks, Vladimir