gEDA-user: Gallery of PCBs designed with PCB

2011-08-10 Thread Stephen Ecob
Can someone refresh my memory ? A while back someone mentioned a web page that has a gallery of PCBs laid out with gEDA PCB - but I can't remember where it is. Anyone know ? I've recently completed a PCB that I'm quite proud of and would like to submit it for inclusion if possible. TIA,

Re: gEDA-user: Gallery of PCBs designed with PCB

2011-08-10 Thread DJ Delorie
That would be www.gpleda.org, our own home page ;-) Click on Links in the upper right. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: Gallery of PCBs designed with PCB

2011-08-10 Thread Stephen Ecob
On Wed, Aug 10, 2011 at 4:25 PM, DJ Delorie d...@delorie.com wrote: That would be www.gpleda.org, our own home page ;-) Click on Links in the upper right. Thanks DJ :) I'm embarassed - I looked at www.gpleda.org but totally missed it! Stephen

gEDA-user: Need compile help

2011-08-10 Thread kqt4at5v
I retrieved the pcb code from git 'git clone git://git.gpleda.org/pcb.git' Ran './autogen.sh' with no errors Ran './configure --prefix=$HOME/geda' with no errors ** Configuration summary for pcb 1.99z: GUI: gtk Printer: lpr Exporters:

Re: gEDA-user: Need compile help

2011-08-10 Thread DJ Delorie
Please use bison instead of byacc ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: PCB nanometer git tree

2011-08-10 Thread John Griessen
On 08/10/2011 06:04 PM, Andrew Poelstra wrote: Please test this and let me know what needs to be done. Thanks! Thanks Andrew. busy til Wednesday, then will try it out. ___ geda-user mailing list geda-user@moria.seul.org

gEDA-user: Automatically start wire placement when you press the hotkey?

2011-08-10 Thread yamazakir2
I had to redo my linux box so I installed a fresh copy of gschem from git and it seems like the method of wire placement has changed. When i press the wire hotkey, I have to click somewhere on the schematic before I can start drawing the wire. how do I change it so the wire placement starts at the

Re: gEDA-user: Need compile help

2011-08-10 Thread kqt4at5v
On Wed, 10 Aug 2011, DJ Delorie wrote: Please use bison instead of byacc Remove byacc and installed bison fixed that problem Thanks Richard ___ geda-user mailing list geda-user@moria.seul.org

gEDA-user: This patch is breaking compile

2011-08-10 Thread kqt4at5v
I retrieved the pcb code from git 'git clone git://git.gpleda.org/pcb.git' Ran './autogen.sh' with no errors Ran './configure --prefix=$HOME/geda' with no errors Ran 'make' with no errors I retrieved this patch,

Re: gEDA-user: This patch is breaking compile

2011-08-10 Thread Andrew Poelstra
On Wed, Aug 10, 2011 at 01:25:35PM -0500, kqt4a...@comcast.net wrote: [Jun 25 patches from https://bugs.launchpad.net/pcb/+bug/699497] [compilation error in gcode.c] Other than 'Don't do that' any suggestions? Ask Traumflug nicely to rebase his patches on current git again? It would be

Re: gEDA-user: PCB nanometer git tree

2011-08-10 Thread Karl Hammar
Andrew Poelstra: I have a pcb branch available here for testing: git clone git://wpsoftware.net/pcb-andrew.git git checkout coord6 ... Making all in doc make[2]: Entering directory `/var/home/karl/Net/Hmm/git/pcb-andrew/doc' gawk -f ./ascii2texi.awk ncol=3 fractional_size.tab

Re: gEDA-user: PCB nanometer git tree

2011-08-10 Thread Colin D Bennett
On Wed, 10 Aug 2011 16:04:47 -0700 Andrew Poelstra as...@sfu.ca wrote: Please test this and let me know what needs to be done. Thanks! OK, I have noticed one bug. If I draw some lines on a copper layer, two strange things occur: (1) When I click on a line, it becomes highlighted and is

Re: gEDA-user: PCB nanometer git tree

2011-08-10 Thread Colin D Bennett
On Wed, 10 Aug 2011 16:04:47 -0700 Andrew Poelstra as...@sfu.ca wrote: Please test this and let me know what needs to be done. Thanks! Nice work! So far it all looks great. I haven't stressed it with any fancy layouts yet, but all I can say so far is WOW and thanks for your effort. I'll let

Re: gEDA-user: PCB nanometer git tree

2011-08-10 Thread Colin D Bennett
On Wed, 10 Aug 2011 22:16:38 +0200 (CEST) k...@aspodata.se (Karl Hammar) wrote: Andrew Poelstra: I have a pcb branch available here for testing: git clone git://wpsoftware.net/pcb-andrew.git git checkout coord6 ... Making all in doc make[2]: Entering directory

Re: gEDA-user: This patch is breaking compile

2011-08-10 Thread kqt4at5v
On Wed, 10 Aug 2011, Andrew Poelstra wrote: On Wed, Aug 10, 2011 at 01:25:35PM -0500, kqt4a...@comcast.net wrote: [Jun 25 patches from https://bugs.launchpad.net/pcb/+bug/699497] [compilation error in gcode.c] Other than 'Don't do that' any suggestions? Ask Traumflug nicely to rebase his