Re: gEDA-user: pcb-20091103

2009-11-07 Thread Chitlesh GOORAH
Hello there, I see the build places refcard to the docdir. Is it outdated or legacy documentation? In PCB's GUI there is already a Key Bindings menu. I believe this one entails uptodate key bindings rather than the refcard. If it is outdated, then I think it should be removed from pcb sources.

Re: gEDA-user: More GL stuff to test

2009-11-07 Thread andrew whyte
Just a quick note on perspective. In my experience with 3D CAD (solidworks) perspective is optional, and most skilled CAD designers that I know work without it. That means that parallel lines are parallel on the screen. (is this called orthographic? - well... its the same idea as isometric

Re: gEDA-user: pcb-20091103 - Merge*** tools

2009-11-07 Thread Chitlesh GOORAH
Hi there, During make install, MergePCBPS and Merge_dimPCBPS are placed in both /usr/bin/ and /usr/share/pcb/tools. I think it is better that they land into /usr/share/pcb/tools only. Small patch attached. Chitlesh pcb-0.20091103-tools.patch Description: Binary data

Re: gEDA-user: pcb-20091103 - examples and tutorials

2009-11-07 Thread Chitlesh GOORAH
hi there again, Examples and tutorials are also landing in /usr/share/pcb instead of doc dir where users expect to find them. Please accept this small path, coupled with the following changes: * Add extension to the pcb files mv example/LED example/LED.pcb mv example/LED2 example/LED2.pcb sed

gEDA-user: pcb-20091103 for Gentoo, working on ebuild

2009-11-07 Thread Stefan Salewski
Two questions: ste...@amd64-x2 ~/pcb/pcb-20091103 $ ./configure --help |grep lpr --with-printer= Specify the printer: lpr [default=lpr] I think lpr is the only available choice, and I read that leaving this option out gives us all available printers. So I think we should not specify

Re: gEDA-user: pcb-20091103 for Gentoo, working on ebuild

2009-11-07 Thread Chitlesh GOORAH
On Sat, Nov 7, 2009 at 2:07 PM, Stefan Salewski wrote: For gentoo we like to have examples and tutorials in the doc directories, so gentoo developers employ these patches: #       sed -i -e 's/example//' -e 's/tutorial//' -e 's/ win32//' Makefile.in || die sed failed #       sed -i -e

Re: gEDA-user: pcb-20091103 for Gentoo, working on ebuild

2009-11-07 Thread Peter Clifton
On Sat, 2009-11-07 at 14:15 +0100, Chitlesh GOORAH wrote: On Sat, Nov 7, 2009 at 2:07 PM, Stefan Salewski wrote: For gentoo we like to have examples and tutorials in the doc directories, so gentoo developers employ these patches: # sed -i -e 's/example//' -e 's/tutorial//' -e 's/

Re: gEDA-user: pcb-20091103 for Gentoo, working on ebuild

2009-11-07 Thread Peter Clifton
On Sat, 2009-11-07 at 14:07 +0100, Stefan Salewski wrote: Two questions: ste...@amd64-x2 ~/pcb/pcb-20091103 $ ./configure --help |grep lpr --with-printer= Specify the printer: lpr [default=lpr] I think lpr is the only available choice, and I read that leaving this option out gives

Re: gEDA-user: pcb-20091103 for Gentoo, working on ebuild

2009-11-07 Thread Stefan Salewski
On Sat, 2009-11-07 at 15:53 +, Peter Clifton wrote: On Sat, 2009-11-07 at 14:07 +0100, Stefan Salewski wrote: Two questions: ste...@amd64-x2 ~/pcb/pcb-20091103 $ ./configure --help |grep lpr --with-printer= Specify the printer: lpr [default=lpr] I think lpr is the only

Re: gEDA-user: pcb-20091103 - examples and tutorials

2009-11-07 Thread Peter Clifton
On Sat, 2009-11-07 at 14:02 +0100, Chitlesh GOORAH wrote: hi there again, * Add pad, thermal and puller into sub directories in the examples directory dest=%{_docdir}/%{name}-%{version}/examples for d in thermal pad puller ; do echo -n -e ... Fixing path of $d \t mkdir -p $dest/$d

Re: gEDA-user: pcb-20091103 for Gentoo, working on ebuild

2009-11-07 Thread Peter Clifton
On Sat, 2009-11-07 at 17:27 +0100, Stefan Salewski wrote: We have --enable-toporouter-output now. It needs cairo. Is this true for lesstif HID too. I believe this is a debugging option, and distros should not be building with it enabled. OH -- I was going to make

Re: gEDA-user: pcb-20091103 for Gentoo, working on ebuild

2009-11-07 Thread Peter Clifton
On Sat, 2009-11-07 at 14:07 +0100, Stefan Salewski wrote: --docdir=/usr/share/doc/pcb-20091103 seems to generate an obsolete empty directory /usr/share/pcb-20091103/ That directory is somewhat of an annoyance on my box.. For gentoo we like to have examples and tutorials in the doc

Re: gEDA-user: pcb-20091103 for Gentoo, working on ebuild

2009-11-07 Thread Stefan Salewski
On Sat, 2009-11-07 at 16:51 +, Peter Clifton wrote: On Sat, 2009-11-07 at 14:07 +0100, Stefan Salewski wrote: --docdir=/usr/share/doc/pcb-20091103 seems to generate an obsolete empty directory /usr/share/pcb-20091103/ That directory is somewhat of an annoyance on my box.. I am

Re: gEDA-user: pcb-20091103

2009-11-07 Thread Ineiev
Chitlesh GOORAH chitlesh.goo...@gmail.com wrote: I see the build places refcard to the docdir. Is it outdated or legacy documentation? In PCB's GUI there is already a Key Bindings menu. I believe this one entails uptodate key bindings rather than the refcard. If it is outdated, then I think it

Re: gEDA-user: pcb-20091103 for Gentoo, working on ebuild

2009-11-07 Thread Ineiev
Stefan Salewski m...@ssalewski.de wrote: autoroute.c:3431: warning: ‘add_clearance’ defined but not used djopt.c:2461: warning: ‘nudge_corner’ defined but not used draw.c:381: warning: passing argument 3 of ‘DrawSilk’ discards qualifiers from pointer target type file.c:1129: warning:

gEDA-user: PCB+GL branch - labels hidden under pads

2009-11-07 Thread Mark
Peter C. When pressing 'D' for Pins/Via show Name/Number the number is hidden under the pins/pads. This is from the PCB+GL branch local_customisation_no_pours which I just grabbed last night. -Mark Stanley ___ geda-user mailing list

Re: gEDA-user: pcb-20091103 - examples and tutorials

2009-11-07 Thread Chitlesh GOORAH
On Sat, Nov 7, 2009 at 5:39 PM, Peter Clifton wrote: You also _break_ the HTML documentation by moving away the deliberately installed .png / .gif files which it places there. Well I was thinking not to ship the html file. Since it doesn't appear the HTML docs use the .gif files, we ought not

Re: gEDA-user: Kudos

2009-11-07 Thread evan foss
On Wed, Nov 4, 2009 at 3:31 AM, Gabriel Paubert paub...@iram.es wrote: On Tue, Nov 03, 2009 at 01:02:33PM -0700, Eric Brombaugh wrote: On 11/03/2009 12:35 PM, Duncan Drennan wrote: * gschem magnetic nets - always seem to snap to the wrong thing for me so I end up turning them off always.

Re: gEDA-user: pcb-20091103 for Gentoo, working on ebuild

2009-11-07 Thread Peter Clifton
On Sat, 2009-11-07 at 18:26 +0100, Stefan Salewski wrote: On Sat, 2009-11-07 at 16:51 +, Peter Clifton wrote: On Sat, 2009-11-07 at 14:07 +0100, Stefan Salewski wrote: --docdir=/usr/share/doc/pcb-20091103 seems to generate an obsolete empty directory /usr/share/pcb-20091103/

Re: gEDA-user: pcb-20091103 for Gentoo, working on ebuild

2009-11-07 Thread Peter Clifton
On Sat, 2009-11-07 at 17:47 +, Ineiev wrote: hid/gtk/gui-dialog.c:172: warning: format not a string literal and no format arguments Should be like it is: the function semantics differ from the printf() ones. The correct fix for any bug sprewing this message is usually to pass the