Re: gEDA-user: PCB+GL Progress

2009-02-22 Thread Peter Clifton
On Sun, 2009-02-22 at 01:27 -0500, Mark wrote: On Sunday 22 February 2009 12:00:19 am Kai-Martin Knaak wrote: I got: $ git checkout -b before_pours origin/before_pours error: Untracked working tree file 'lib/m4lib_to_newlib.sh' would be overwritten by merge. So I scrapped the old

Re: gEDA-user: gattrib hacking (was: Re: libgd -- which programs uses it)

2009-02-22 Thread Stuart Brorson
Hi Gareth -- Stuart, I have a few questions about some of the design of gattrib - is it OK to mail you off-list to discuss? I'm happy to see people using and hacking gattrib! Feel free to e-mail me at sdb (at) cloud9 (dot) net. I may not remember all the details of how the code works, but

Re: gEDA-user: PCB+GL Progress

2009-02-22 Thread Mark
On Sunday 22 February 2009 07:30:03 am Peter Clifton wrote: On Sun, 2009-02-22 at 01:27 -0500, Mark wrote: Peter added --enable-gl to configure. I compiled successfully with: Indeed. (But I didn't get around to making it work the _old_ way if that option isn't specified!) ./configure

gEDA-user: Read Garbage errors in gsch2pcb

2009-02-22 Thread Rob Butts
I got the following errors when running gsch2pcb on a three page schematic. How can I fix this? Read garbage in [TerminalBlock2P200.sym] : Read garbage in [RJ12.sym] : - gEDA/gnetlist pcbpins Backend This backend is

Re: gEDA-user: Read Garbage errors in gsch2pcb

2009-02-22 Thread Werner Hoch
Hi Rob, On Sonntag, 22. Februar 2009, Rob Butts wrote: I got the following errors when running gsch2pcb on a three page schematic. How can I fix this? Read garbage in [TerminalBlock2P200.sym] : Read garbage in [RJ12.sym] : Please post the two symbols. They are not part of the geda symbol

Re: gEDA-user: Read Garbage errors in gsch2pcb

2009-02-22 Thread Rob Butts
Both are attached. On Sun, Feb 22, 2009 at 12:17 PM, Werner Hoch [1]werner...@gmx.de wrote: Hi Rob, On Sonntag, 22. Februar 2009, Rob Butts wrote: I got the following errors when running gsch2pcb on a three page schematic. How can I fix this? Read garbage in

Re: gEDA-user: Read Garbage errors in gsch2pcb

2009-02-22 Thread Bert Timmerman
Hi Rob, Werner, On Sun, 2009-02-22 at 12:19 -0500, Rob Butts wrote: Both are attached. On Sun, Feb 22, 2009 at 12:17 PM, Werner Hoch [1]werner...@gmx.de wrote: Hi Rob, On Sonntag, 22. Februar 2009, Rob Butts wrote: I got the following errors when running gsch2pcb

Re: gEDA-user: Read Garbage errors in gsch2pcb

2009-02-22 Thread John Luciani
Try removing the blank line at the end of each file. (* jcl *) -- You can't create open hardware with closed EDA tools. http://www.luciani.org ___ geda-user mailing list geda-user@moria.seul.org

gEDA-user: gEDA-dev: Have we to bundle gaf packages?

2009-02-22 Thread Stefan Salewski
This question is directed to developers and maintainers of gEDA/gaf (I think Dev mailinglist is currently not active) You may wonder why I am asking: In the last days I had some discussion with the gEDA package maintainer of Gentoo Linux distribution. As you may know Gentoo is a source-based

Re: gEDA-user: Read Garbage errors in gsch2pcb

2009-02-22 Thread Rob Butts
I removed the blank line at the end of each file and I'm not getting any read garbage errors. Now it's stalling and shows the following (I noticed after the read garbage errors it's stalling at that point with the blank lines in also): [...@localhost project-mykoolride]$ gsch2pcb

Re: gEDA-user: Read Garbage errors in gsch2pcb

2009-02-22 Thread Ben Jackson
On Sun, Feb 22, 2009 at 04:50:22PM -0500, Rob Butts wrote: Now it's stalling and shows the following [...@localhost project-mykoolride]$ gsch2pcb myproject There are some bugs in the m4 footprints that can cause infinite loops. I submitted a patch for that waaay before I even had commit

Re: gEDA-user: PCB+GL Progress

2009-02-22 Thread Kai-Martin Knaak
On Sun, 22 Feb 2009 01:27:08 -0500, Mark wrote: Peter added --enable-gl to configure. Thanks. I got a successfull compile with: ./configure --disable-doc --enable-dbus --enable-gl First impressions with one of my more clouded layouts: Thin draw of polygons looks nice. However, it is about

Re: gEDA-user: gEDA-dev: Have we to bundle gaf packages?

2009-02-22 Thread Dan McMahill
Stefan Salewski wrote: This question is directed to developers and maintainers of gEDA/gaf (I think Dev mailinglist is currently not active) You may wonder why I am asking: In the last days I had some discussion with the gEDA package maintainer of Gentoo Linux distribution. As you may know

Re: gEDA-user: Read Garbage errors in gsch2pcb

2009-02-22 Thread Dan McMahill
Ben Jackson wrote: On Sun, Feb 22, 2009 at 04:50:22PM -0500, Rob Butts wrote: Now it's stalling and shows the following [...@localhost project-mykoolride]$ gsch2pcb myproject It is likely you have a footprint with a name that includes a - or some other character that m4 is not entirely

Re: gEDA-user: Read Garbage errors in gsch2pcb

2009-02-22 Thread Ben Jackson
On Sun, Feb 22, 2009 at 11:22:10PM -0500, Dan McMahill wrote: do you still have that patch around? Most of the footprints I would use are from the m4 library. I've lost the patch, but the cause was forloop in common.m4 looping until the loop var is 'equal' to the end. There are footprints