Re: gEDA-user: pcb option --fab-author not working

2009-09-21 Thread Ineiev
(sorry, this is off-topic) diff --git a/src/misc.c b/src/misc.c index 693da81..89d5c84 100644 --- a/src/misc.c +++ b/src/misc.c @@ -1836,18 +1836,18 @@ LayerGroupsToString (LayerGroupTypePtr lg) char * pcb_author (void) { -#ifdef HAVE_GETPWUID - static struct passwd *pwentry; static char

Re: gEDA-user: pcb option --fab-author not working

2009-09-20 Thread Michael Sokolov
Ineiev ine...@gmail.com wrote: But actually it does not claim this is fab author, it intentionally reports the Unix user who saved the board. if you want to save author info in the PCB you probably can use attributes. In my code of honor a PCB designer who lays out an Open Source Hardware

Re: gEDA-user: pcb option --fab-author not working

2009-09-20 Thread Bob Paddock
On Sun, Sep 20, 2009 at 2:00 PM, Michael Sokolov msoko...@ivan.harhan.org wrote: Ineiev ine...@gmail.com wrote: In my code of honor a PCB designer who lays out an Open Source Hardware board deserves to have his/her name on the silk screen If you layout a board and submit it to something like

Re: gEDA-user: pcb option --fab-author not working

2009-09-20 Thread Larry Doolittle
On Sun, Sep 20, 2009 at 06:00:11PM +, Michael Sokolov wrote: In my code of honor a PCB designer who lays out an Open Source Hardware board deserves to have his/her name on the silk screen, at least on the bottom side if there is no room on the top component side. I personally think author

Re: gEDA-user: pcb option --fab-author not working

2009-09-20 Thread DJ Delorie
If you layout a board and submit it to something like a Circuit Cellar Contest, you are not allowed to have any personal identify marks on the board, Not quite true. You can't have *visible* identifying marks, but it's OK to (for example) just blur out the name, or use a low enough

Re: gEDA-user: pcb option --fab-author not working

2009-09-19 Thread Mark
On Sat September 19 2009 12:10:40 pm Kai-Martin Knaak wrote: If I try to set the author variable with pcb --fab-author foobar the resulting pcb file still contains my user name read from the passwd file. ---(kaimartin)--- Same here, except when I set author as above and then export

Re: gEDA-user: pcb option --fab-author not working

2009-09-19 Thread Ineiev
On 9/19/09, Kai-Martin Knaak k...@familieknaak.de wrote: If I try to set the author variable with pcb --fab-author foobar the resulting pcb file still contains my user name read from the passwd file. But actually it does not claim this is fab author, it intentionally reports the Unix