Re: gEDA-user: teardrop compiling installation

2010-01-14 Thread DJ Delorie
> I then turned off the pads layer and notice that several pins had a > double teardrop is this normal? or I caused by reentering the command > few times? It is caused by entering the command multiple times. If you add teardrops and don't get what you want, undo it and try again. > Is there th

Re: gEDA-user: teardrop compiling installation

2010-01-14 Thread vinny
On Thu, 2010-01-07 at 10:29 -0500, vinny wrote: > > On Sun, 2010-01-03 at 18:50 +0100, Stefan Salewski wrote: > > > On Sun, 2010-01-03 at 12:12 -0500, vinny wrote: > > Nahh!!! Go for it Stefan! > > > > Building linux packages has become very standardized and in learning to > > build gEDA you'll le

Re: gEDA-user: teardrop compiling installation

2010-01-07 Thread vinny
> From: Tim Golden > Subject: Re: gEDA-user: teardrop compiling installation, > On Sun, 2010-01-03 at 18:50 +0100, Stefan Salewski wrote: > > On Sun, 2010-01-03 at 12:12 -0500, vinny wrote: > > > > Do you really need these teardrops? > > > > If you do

Re: gEDA-user: teardrop compiling installation,

2010-01-05 Thread Bert Timmerman
[mailto:geda-user-boun...@moria.seul.org] Namens Vincent Onelli Verzonden: donderdag 31 december 2009 17:44 Aan: geda-user@moria.seul.org Onderwerp: gEDA-user: teardrop compiling installation, Hello, I download compressed file "bert-pcb-plogins-17755b2.tar.gz" decompressed generate a directory

Re: gEDA-user: teardrop compiling installation,

2010-01-03 Thread al davis
On Sunday 03 January 2010, DJ Delorie wrote: > You need to get the sources for PCB - installing a > binary-only package is not enough to let you build plugins. In the next official release of gnucap, installing a binary-only package IS enough to build plugins. That's true of the development sn

Re: gEDA-user: teardrop compiling installation,

2010-01-03 Thread Stefan Salewski
On Sun, 2010-01-03 at 15:09 -0500, Tim Golden wrote: > On Sun, 2010-01-03 at 18:50 +0100, Stefan Salewski wrote: > > On Sun, 2010-01-03 at 12:12 -0500, vinny wrote: > > > > > > > > > Thank you for stick with me, maybe some day I will be able to learn more > > > about Linux, I am try! But now I fe

Re: gEDA-user: teardrop compiling installation,

2010-01-03 Thread Tim Golden
On Sun, 2010-01-03 at 18:50 +0100, Stefan Salewski wrote: > On Sun, 2010-01-03 at 12:12 -0500, vinny wrote: > > > > > > Thank you for stick with me, maybe some day I will be able to learn more > > about Linux, I am try! But now I feel like all the information I > > received do not help me. the in

Re: gEDA-user: teardrop compiling installation,

2010-01-03 Thread Stefan Salewski
On Sun, 2010-01-03 at 12:12 -0500, vinny wrote: > > > Thank you for stick with me, maybe some day I will be able to learn more > about Linux, I am try! But now I feel like all the information I > received do not help me. the information are incomplete I learned now > what "-I" is supposed do, but

Re: gEDA-user: teardrop compiling installation,

2010-01-03 Thread DJ Delorie
You need to get the sources for PCB - installing a binary-only package is not enough to let you build plugins. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: teardrop compiling installation,

2010-01-03 Thread vinny
> Am Samstag 02 Januar 2010 16.45:18 schrieb vinny: > > > "info gcc" should give you the documentation for the compiler, > > > including the various options like -I. > > > > > > -I tells the compiler where to find include files like "global.h". > > > > I still don't understand is -I a character p

Re: gEDA-user: teardrop compiling installation,

2010-01-01 Thread Bert Timmerman
Hi Vincent, Vincent Onelli wrote: >> -- >> Subject: Re: gEDA-user: teardrop compiling installation, >> To: geda-user@moria.seul.org >> Message-ID: <200912312217.nbvmhhw8015...@envy.delorie.com> >> >> >>> [vi...@laptop

Re: gEDA-user: teardrop compiling installation,

2010-01-01 Thread DJ Delorie
"info gcc" should give you the documentation for the compiler, including the various options like -I. -I tells the compiler where to find include files like "global.h". ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/m

Re: gEDA-user: teardrop compiling installation,

2010-01-01 Thread Vincent Onelli
> -- > Subject: Re: gEDA-user: teardrop compiling installation, > To: geda-user@moria.seul.org > Message-ID: <200912312217.nbvmhhw8015...@envy.delorie.com> > > > > [vi...@laptop src]$ gcc -I$HOME/geda/pcb-cvs/src -I$HOME/geda/pcb-cvs

Re: gEDA-user: teardrop compiling installation,

2009-12-31 Thread DJ Delorie
> [vi...@laptop src]$ gcc -I$HOME/geda/pcb-cvs/src -I$HOME/geda/pcb-cvs > -02 -shared teardrops.c -o teardrops.so > gcc: unrecognized option '-02' Letter O, not digit 0. > teardrops.c:13:20: error: global.h: No such file or directory Change the two -I to point to *your* pcb source tree, not *mi

gEDA-user: teardrop compiling installation,

2009-12-31 Thread Vincent Onelli
Hello, I download compressed file "bert-pcb-plogins-17755b2.tar.gz" decompressed generate a directory "bert-pcb-plugins-17755b2". I cd to bert-pcb-plugins-17755b2/src which is where I found teardrops.c file then entered the suggested command gcc ... the follow is the result: [vi...@laptop src]$ gc