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=x-received:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=LyiwuWdlu5Nl1QOBlsKfdu63bK7ByU33XS1WgB+Lfyc=; b=09EoKTgnXAJFInV00Qx3WysHvHrrB2jkCK4DDU1XxdC5H7E0HA0OWjPHMCoOSNu0vq Q3SlCp/1DdpPeA7DVrPDmkbpxxdpHaHUzHkFxoFTCNkbYEwOqYxUIejCXpY/qUjHpuXy ukxbe7VqYOAFxsOc8o9JVuSkS3lttTgMlG/Zwk6jrmvKhjUlyHiD4sIQUT7Mj097xI1D rf6Jki1750vZU0f+RYqJi+OM+b8+eK0GzvDpE1eI+3WYLXwWts6AlgEfDuTV1Tfj+FkC HpqMTZlhL4+8Jv15DRImeTOz0awY9nEp7tHfz3p3IqWcr5dsnTlLgWHnMlMwtZ6c25jo jGmA== X-Received: by 10.152.133.67 with SMTP id pa3mr1389067lab.44.1364573908929; Fri, 29 Mar 2013 09:18:28 -0700 (PDT) Date: Fri, 29 Mar 2013 20:18:24 +0400 From: Vladimir Zhbanov To: gEDA User List Subject: Re: [geda-user] gnetlist makedepend broken? Message-ID: <20130329161824.GA31378@localhost.localdomain> Mail-Followup-To: gEDA User List References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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 Fri, Mar 29, 2013 at 03:16:22PM +0530, Abhijit Kshirsagar wrote: > HI all, > I'm trying to use make files to do the netlisting for a design, which > i'm finally simulating with ngspice. > I found makedepend for gnetlist but I can't seem to find much > documentation other than the few lines in the source code itlsef; and > this: > <[1]http://www.mail-archive.com/geda-user AT moria DOT seul DOT org/msg28343.html> > When I run the command on my schematics it fails with the error: > In procedure vector-ref in expression (vector-ref match matchnum) > Wrong type argument in position 2: 2 > The full error message is here: > [2]http://pastebin.com/LPw8YUHf > My guess is that its just a minor error in the scheme code, can someone > please check? > A test case can be downloaded here: > [3]http://bit.ly/gnetlist-makedepend Rename your schematic to maketest-1.sch. The first filename should be in the form basename-[number].ext. Read comments in the backend itself.