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=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=bXVrkLlj/NE6Jbhz4gi2yMboGrNdJ8iTbL6CbC5Op54=; b=gyZHG1Tj9GtnbcYgPvHYcW6QIgXB0xn8+QIpepZJJn4CeOVOsNKInBEAAB/DwYY5io 4wo7LAyaw5Ha3YpR2UTheACTrEwS3eK1hWr2m0wBBEQPR1WRdN7HkF3yMJvOTD6bHJqP D0BYbevQiYoACz95fVnHNa0Yb45v2jYf40gZF2d0lF0tsJFXDLiJB6ZDwrI7atXjvpiP WW8kFoOpgqztJOW8KmuuKB+CBNCed7zq9X1woz1xzVf/OoC/KOLonte1kmD8EmUB5k8b sL1eVEEYtJoFpxJV1LVOkEiW0Z4K5jWZAZfr9abFtrGtI6R5oBrhH4cmRORLBKDrpZ0H mRwA== MIME-Version: 1.0 X-Received: by 10.202.52.138 with SMTP id b132mr24056336oia.125.1437960648725; Sun, 26 Jul 2015 18:30:48 -0700 (PDT) In-Reply-To: <20150726170206.GB15646@localhost.localdomain> References: <20150726154948 DOT GA15646 AT localhost DOT localdomain> <20150726170206 DOT GB15646 AT localhost DOT localdomain> Date: Sun, 26 Jul 2015 21:30:48 -0400 Message-ID: Subject: Re: [geda-user] Guile Error in gEDA-gaf Head From: "Jason White (whitewaterssoftwareinfo AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 It must be specific to my distro's version of guile. Xubuntu 14.04. When I type guile, I see "GNU Guile 2.0.9" find /usr | grep guile | grep [18]; yields no interesting results not a trace guile 1.8 to be found on my system. What I did to test: Untinstalled guile-1.8, ./configure make clean make ./gschem -> Error remains Applied patch, the files also had missing.h gschem/src/gschem_coord_dialog.c:23:#include gschem/src/gschem_arc_dialog.c:23:#include gschem/src/gschem_slot_edit_dialog.c:23:#include gschem/src/gschem_about_dialog.c:23:#include gschem/src/gschem_close_confirmation_dialog.c:23:#include gschem/src/gschem_hotkey_dialog.c:23:#include gschem_translate_dialog.c:23:#include ./configure make clean make ./gschem -> Error remains Error: 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 On Sun, Jul 26, 2015 at 1:02 PM, Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > On Sun, Jul 26, 2015 at 12:19:05PM -0400, Jason White (whitewaterssoftwareinfo AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: >> Unfortunately, I am using guile 1.8 so it will be a while until I can >> do that ... > > OK, what is your OS? > > And I believe last geda-gaf shouldn't use guile 1.8 for compilation. I'm > not certain, though. > > Try to apply the attached patch and rebuild. > > Cheers, > Vladimir -- Jason White