X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Authority-Analysis: v=2.0 cv=bJmU0YCZ c=1 sm=0 a=iT9oT/qeaKT7VIyqxLI7Lg==:17 a=vxbrVm3e934A:10 a=qvxnG7FKX0EA:10 a=vhc5b-EmBiYA:10 a=05ChyHeVI94A:10 a=IkcTkHD0fZMA:10 a=ayC55rCoAAAA:8 a=OtinJWAZ12UA:10 a=abnyDBhwDXLxn8UNX60A:9 a=QEXdDO2ut3YA:10 a=iT9oT/qeaKT7VIyqxLI7Lg==:117 X-Cloudmark-Score: 0 X-Authenticated-User: X-Originating-IP: 67.249.82.108 Message-ID: <51047FC9.4050300@twcny.rr.com> Date: Sat, 26 Jan 2013 20:15:53 -0500 From: "Tom, KC2ZAT" User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: geda-help AT delorie DOT com Subject: Re: [geda-help] Need help with footprint I've been working on References: <50FDF351 DOT 6040303 AT twcny DOT rr DOT com> <20130122153536 DOT GA27995 AT localhost DOT localdomain> In-Reply-To: <20130122153536.GA27995@localhost.localdomain> X-Enigmail-Version: 1.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: geda-help AT delorie DOT com I would like to thank everyone that took the time to reply to my cry for help. I rolled Vladimir's changes (thanks Vladimir. I never knew the entry names were case sensitive. I learned something! :-) into all of the footprints I was working on and it worked wonderfully. I appreciate this more than you know. Cheers... Tom, KC2ZAT "Imagination is more important than knowledge." -- Albert Einstein On 01/22/2013 10:35 AM, Vladimir Zhbanov wrote: > On Mon, Jan 21, 2013 at 09:02:57PM -0500, Tom, KC2ZAT wrote: > ... >> >> ELEMENT[0x00000000 “DB9F edge connector pads” “” “” 9000 27500 -22000 >> -6000 0 100 0x00000000] >> ( >> PAD[5500 -21800 12500 -21800 9000 2000 10000 “1” “1” “square”] >> PAD[5500 -16350 12500 -16350 9000 2000 10000 “6” “6” “onsolder”] >> PAD[5500 -10900 12500 -10900 9000 2000 10000 “2” “2” ] >> PAD[5500 -5450 12500 -5450 9000 2000 10000 “7” “7” “onsolder”] >> PAD[5500 0 12500 0 9000 2000 10000 “3” “3” ] >> PAD[5500 5450 12500 5450 9000 2000 10000 “8” “8” “onsolder”] >> PAD[5500 10900 12500 10900 9000 2000 10000 “4” “4” ] >> PAD[5500 16350 12500 16350 9000 2000 10000 “9” “9” “onsolder”] >> PAD[5500 21800 12500 21800 9000 2000 10000 “5” “5” ] >> ) >> >> This attempt results in a blank PCB on the screen and the following in >> the message log. >> ERROR parsing file '/home/kc2zat/Desktop/Untitled Document' >> line: 1 >> description: 'syntax error, unexpected $undefined' >> Note: home directory is "/home/kc2zat" >> Loading menus from /usr/share/pcb/gpcb-menu.res > > - Use proper entry names, i.e. 'Element' and 'Pad' instead of 'ELEMENT' > and 'PAD'. > - Use plain double quotes (i.e. ""). Don't use special ones (“”). > - Use appropriate number of fields, some of your pad entries lack the > last field 'flags'. If you omit it, use two double quotes (""), 0x0, > or 0x00000000. > > I've fixed your symbol and attached the result. >