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=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=hj1IqtKMNhzf7I1PnFLPszq4jpLM/mjjmb+UHrVJbds=; b=gThr6ETrVj9eb24Rjxt48YRUms7GZFh39euVhQpGMypww3oGFLWfCfEkIMegmQfOFj n1TvucO6j/88tffUMxujwhpzUh8QMxvrH79SrS3qs3h9yofRRFPWPDq6NXFg89CcrZII Kj7oqHodmoRkfs7o7l3h+XV5Qk4atWNPF4MBO615GIWL+Y1wl+kCarAe2lVryxETRMNf 2AYKpfIwEtjtYW7NUVhj8+F/vRHdCvcOvDsHEqG8xCjndq+xychJRWpZfjyorl6I7Cvf Ts1UQMse3sNCYidOYrSCXvCOarCylY+8lGd0n7esn1Uxhh0KJhWDuNIlbCt7zvfbjR9s ObNQ== X-Received: by 10.182.221.230 with SMTP id qh6mr19525276obc.7.1385283230144; Sun, 24 Nov 2013 00:53:50 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <21137.47550.849335.253175@vagabond-hp.local> References: <21137 DOT 47550 DOT 849335 DOT 253175 AT vagabond-hp DOT local> From: Russell Steicke Date: Sun, 24 Nov 2013 16:53:10 +0800 Message-ID: Subject: Re: [geda-help] gnetlist ignores my new component To: geda-help AT delorie DOT com Content-Type: multipart/alternative; boundary=001a11c2fcb8d89d8e04ebe86203 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 --001a11c2fcb8d89d8e04ebe86203 Content-Type: text/plain; charset=ISO-8859-1 On 24 November 2013 16:33, Patrick Bernaud wrote: > > Can anyone tell me what I've done wrong? > > If you remove the 'graphical=0' attribute from your symbol, it should > work fine. > > 0 is in theory a valid value for a 'connected' symbol, but gnetlist > has a bug: when it finds any graphical= attribute it turns the symbol > into a graphical symbol and the symbol gets ignored > (s_traverse.c/s_traverse_sheet() line 190). > Hi Patrick, Thank you, that was the problem. Removing the graphical attribute completely makes the component appear in the netlist and pcb. Russell --001a11c2fcb8d89d8e04ebe86203 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 24 November 2013 16:33, Patrick Bernaud <patrickb AT chez DOT com> wrote:
=A0> Can anyone tell me what I've done wrong?

If you remove the 'graphical=3D0' attribute from your symbol,= it should
work fine.

0 is in theory a valid value for a 'connected' symbol, but gnetlist=
has a bug: when it finds any graphical=3D attribute it turns the symbol
into a graphical symbol and the symbol gets ignored
(s_traverse.c/s_traverse_sheet() line 190).

=
Hi Patrick,

Thank you, that was the problem. = =A0Removing the graphical attribute completely makes the component appear i= n the netlist and pcb.

Russell

--001a11c2fcb8d89d8e04ebe86203--