Re: gEDA-user: vexing problem: m4:stdin:7: bad expression in eval

2007-11-30 Thread Dan McMahill
Traylor Roger wrote: Dan, As you requested.. nbuster_3.sch:footprint=TSSOP-65P-640L1-14N This is the culprit As you can see, many of the footprints have a - but these are from John Luciani's footprint library. These have not caused any problems up to this point. With older

Re: gEDA-user: vexing problem: m4:stdin:7: bad expression in eval

2007-11-30 Thread DJ Delorie
As you can see, many of the footprints have a - but these are from John Luciani's footprint library. These have not caused any problems up to this point. John disables m4 completely in his setup, so he won't have that problem. ___ geda-user

gEDA-user: vexing problem: m4:stdin:7: bad expression in eval

2007-11-30 Thread Traylor Roger
Dan, As you requested.. nbuster_1.sch:footprint=0805 nbuster_1.sch:footprint=cap-elec-Panasonic-FK--D4.00-H5.80-mm nbuster_1.sch:footprint=elect_mic_horn_EM6022P-42BC10.fp nbuster_1.sch:footprint=SOT-23_Transistor.fp nbuster_1.sch:footprint=tssop-8.fp nbuster_2.sch:footprint=0805

gEDA-user: vexing problem: m4:stdin:7: bad expression in

2007-11-30 Thread Traylor Roger
Dan, entering: echo eval(-2/2) | m4 returns: -1 I'll keep looking. Gonna whip this yet. Thanks again, Roger another possibility is that you have a buggy version of m4. Try this: echo eval(-2/2) | m4 It will be fairly obvious if you have the broken one. -Dan

gEDA-user: vexing problem: m4:stdin:7: bad expression in eval

2007-11-30 Thread Traylor Roger
it tonight and see what happens. Thanks again, Roger Message: 11 Date: Fri, 30 Nov 2007 11:32:27 -0500 From: DJ Delorie [EMAIL PROTECTED] Subject: Re: gEDA-user: vexing problem: m4:stdin:7: bad expression in eval To: geda-user@moria.seul.org Message-ID: [EMAIL PROTECTED] As you can

Re: gEDA-user: vexing problem: m4:stdin:7: bad expression in eval

2007-11-30 Thread John Luciani
On Nov 30, 2007 3:55 PM, Traylor Roger [EMAIL PROTECTED] wrote: Dan, nbuster_3.sch:footprint=TSSOP-65P-640L1-14N This is the culprit Do you still feel that this is the bug considering DJ's comment? I believe I was able to make another component that used the 0805 footprint and

gEDA-user: vexing problem: m4:stdin:7: bad expression in eval

2007-11-29 Thread Traylor Roger
Guys, I have been adding symbols to a schematic I'm building and now the additon of a new symbol causes an error that I cannot figure out. Background: gEDA/gnetlist version 20061020, Ubuntu 7.04 Four page schematic. Have been making and adding symbols for weeks without

Re: gEDA-user: vexing problem: m4:stdin:7: bad expression in eval

2007-11-29 Thread Dan McMahill
Traylor Roger wrote: Guys, I have been adding symbols to a schematic I'm building and now the additon of a new symbol causes an error that I cannot figure out. Background: gEDA/gnetlist version 20061020, Ubuntu 7.04 Four page schematic. Have been making and adding