X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com Message-ID: <518290C9.9050705@k4gvo.com> Date: Thu, 02 May 2013 12:14:01 -0400 From: Jim Lynch User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 MIME-Version: 1.0 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> <20130502100132 DOT 10461724685jd1vg AT www DOT communityrenewables DOT com> In-Reply-To: <20130502100132.10461724685jd1vg@www.communityrenewables.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-help AT delorie DOT com Since you are not using the m4 footprints and probably won't in the future, you could solve the problem by adding the following statement to your project file: skip-m4 And removing the other references to the m4 path. Jim. On 05/02/2013 10:01 AM, Chris Fisichella wrote: > 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 > >