X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=ezcZmPFPhnAz21d5mS+Wpopb+3SwldVurqRbVPIrkbs=; b=Cdc/xg5L5k2N2NKt6PZ1jVlCF/UAndgRYTdvmQCUeU2g6B/+lM3/NNKZx0yV1Tbs1W znpct8j9ITqA25rnjCJzO6DbT20sQZTUEoLhgjkmyXNBhiC8o7v3PCyYoVPgrkdBmq/u UcXGNO7NGfZsvv5v/aEodT9OexR257lYqVB2M= MIME-Version: 1.0 In-Reply-To: <201109231344.p8NDiwhT023352@envy.delorie.com> References: <201109231344 DOT p8NDiwhT023352 AT envy DOT delorie DOT com> From: Eric Wetzel Date: Fri, 23 Sep 2011 10:11:01 -0400 Message-ID: Subject: Re: [geda-help] Windows gEDA Binaries To: geda-help AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p8NEBTaE006204 Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, Sep 23, 2011 at 9:44 AM, DJ Delorie wrote: > >> files\geda\share\geda\system-gafrc]: file: "libguile-srfi-srfi-1-v-3", >> message: "The specified module could not be found." > > I know about this one; the original build process uses symbolic links, > which aren't available under mingw.  Copy (not rename!) the 1-v-3-3 > version to 1-v-3 and it should work: > > bin/libguile-srfi-srfi-1-v-3-3.dll > copy to bin/libguile-srfi-srfi-1-v-3.dll This worked! >> Unable to parse config from [c:\users\ericwetz\.geda\gafrc]: No such >> file or directory: "c:\\users\\ericwetz\\.geda\\gafrc" > > This file (and some of the others) is optional, but there's a patch in > the works to fix the error return to be ignored. That sounds good. But a few problems remain. 1. The same toolbar icons are missing. The files missing in the error message are present at the locations stated below: Could not find image at file: C:\Program Files\gEDA\share\gEDA\bitmap\gschem-comp.xpm. Could not find image at file: C:\Program Files\gEDA\share\gEDA\bitmap\gschem-net.xpm. Could not find image at file: C:\Program Files\gEDA\share\gEDA\bitmap\gschem-bus.xpm. Could not find image at file: C:\Program Files\gEDA\share\gEDA\bitmap\gschem-text.xpm. Could not find image at file: C:\Program Files\gEDA\share\gEDA\bitmap\gschem-select.xpm. 2. I have a subdirectory of my project directory called 'sym' which contains project-local schematic symbols, and a project-local gafrc file with the line "(component-library "sym")". I'm getting the following messages: Parsed config from [c:\users\ericwetz\downloads\dcard.git\gafrc] Loading schematic [C:\Users\ericwetz\Downloads\dcard.git\dcard_cpu.sch] Library name [sym] already in use. Using [sym<1>]. Parsed config from [c:\users\ericwetz\downloads\dcard.git\gafrc] More than one component found with name [mc9s12c64mfa.sym] More than one component found with name [jumper.sym] More than one component found with name [header6-2.sym] More than one component found with name [crystal-2.sym] And there are two components libraries called sym and sym<1>. This isn't actually causing any problems, but it doesn't seem right. 3. If I make a change to the schematic and quit without saving, a backup file is created: #filename.sch#. When I open the schematic, it asks if I want to load the backup file or the original. Regardless of which I choose, this message appears in the log and the file remains undeleted: s_page_delete: Unable to delete backup file c:\users\ericwetz\downloads\ms2clone.git\#ms2clone_cpu.sch#. I appreciate your willingness to help, and none of these problems are keeping me from using gschem now. Just figured I would write them up as I noticed them. Thanks, ~Eric