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=7GsJ4XcLPylLIUqjk5ScWUex9i4XLVOh7nzMdI6+ZmI=; b=SZ6XcN9jDh7ZSL4iCrKfDJ7X53b9IspEl0fCs37THjeWN2Kf5SIXfkTr2mHhaqcp3K HPjIVUfW6u0DNO2kma0bZA/H1sPaqUgIzMBp4CHCifbw+TjtTwXIsFitb5yypk1S76nG MWLy3GMnkrzYMpVrIjzF7rTW6r4ltiQiJlkLMl0g2sAXrJ0naDICgZKKFPOdVvrJ1yvo HKTZgAfKnvIhZhNO7dOorY2xxVLZlHZgLLNG11dDR8CYKXLKzTysWGVrn7RT2QnEKIar LXAO+mRMFm96zWqyNyWE5pJeoGHyNj+aS0JSDFKeTsFqwX4/5ksZ1A8B7PTEJlAcET3v lH3A== X-Received: by 10.112.130.7 with SMTP id oa7mr16434863lbb.30.1437925790812; Sun, 26 Jul 2015 08:49:50 -0700 (PDT) Date: Sun, 26 Jul 2015 18:49:48 +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: <20150726154948.GA15646@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: 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 On Sun, Jul 26, 2015 at 11:02:40AM -0400, Jason White (whitewaterssoftwareinfo AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > Howdy, > > I just cloned the geda-gaf git repository and built it (but not > installed it) so that I could see the most recent changes. > > Unfortunately, Guile throws the following error at startup: > > Backtrace: > In ice-9/boot-9.scm: > 157: 1 [catch #t # ...] > In unknown file: > ?: 0 [apply-smob/1 #] > > ERROR: In procedure apply-smob/1: > ERROR: In procedure scm_to_utf8_stringn: Wrong type argument in > position 1 (expecting string): #f > > > Both guile 2.0 and 1.8 are installed on my system, perhaps their is > something wrong with the build configuration? Try to uninstall guile 1.8 and rebuild. Cheers, Vladimir