X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com Message-ID: <20130502100132.10461724685jd1vg@www.communityrenewables.com> Date: Thu, 02 May 2013 10:01:32 -0400 From: Chris Fisichella To: geda-help AT delorie DOT com Subject: Re: [geda-help] m4 missing from tutorial References: <201305011759 DOT r41HxWkq007504 AT delorie DOT com> <20130501141510 DOT 55813yut01m6ha5q AT www DOT communityrenewables DOT com> <201305011819 DOT r41IJ2t8016324 AT envy DOT delorie DOT com> <20130501144223 DOT 1530403dndgymk9b AT www DOT communityrenewables DOT com> <201305011843 DOT r41Ihv9k017239 AT envy DOT delorie DOT com> In-Reply-To: <201305011843.r41Ihv9k017239@envy.delorie.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.11) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator1602.hostgator.com X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - communityrenewables.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: (localhost) [127.0.0.1]:35779 X-Source-Auth: chris AT communityrenewables DOT com X-Email-Count: 1 X-Source-Cap: ZmlzaWNoZWw7ZmlzaWNoZWw7Z2F0b3IxNjAyLmhvc3RnYXRvci5jb20= Reply-To: geda-help AT delorie DOT com DJ Delorie : > >> The gsch2pcb:pcb-m4-dir: is not correct for my system. You wouldn't to >> happen to know the gafrc syntax for setting the pcb-m4-dir do you? I >> vaguely remember lisp.. it is something like >> (setq gsch2pcb:pcb-m4-dir "/usr/local/share/pcb/m4") > > Dunno, I use pcb's importer now. > Hi DJ, With the hope this helps someone else in the future, I had to do the following to get the tutorial to work and avoid the 6 file elements and 0 m4 elements added to board.pcb message and get the tutorial message: 0 file elements and 7 m4 elements added to board.pcb. I had to execute this command in the project1 directory as laid out in the tutorial: gsch2pcb -v --m4-pcbdir "/usr/local/share/pcb/m4" project You don't need the -v once you get things rolling, but it is handy for seeing what gsch2pcb is doing. Best Regards, Chris