gEDA-user: Re: Efficient Memories

2007-04-07 Thread Stephen Williams
*sigh* This is bad enough to be called a bug. If you have a small example that triggers this aspect, can you file it as a bug report? You have my permisison to nudge its priority up to 6 because this is actually quite embarrassing:-( [EMAIL PROTECTED] wrote: On 5 Apr 2007, at 11:22:18 AM,

gEDA-user: HowTo?

2007-04-07 Thread Harold D. Skank
People, I'm working with PCB, and my understanding was that I could increase the number of layers available by re-compiling the program. I've used the 16 layers available (running default pcb-20070208) and I need to increase the number of layers available to 32. Just how do I do this?

Re: gEDA-user: HowTo?

2007-04-07 Thread DJ Delorie
I'm working with PCB, and my understanding was that I could increase the number of layers available by re-compiling the program. I've used the 16 layers available (running default pcb-20070208) and I need to increase the number of layers available to 32. Just how do I do this? In

Re: gEDA-user: HowTo?

2007-04-07 Thread DJ Delorie
On a related note, is there any reason we shouldn't change the default to something like 64 and be done with it? Perhaps DJ can chime in if there are other issues with just changing that #define. It affects the sizes of many arrays, including the FLAGS array, which is part of every line,

gEDA-user: searching connected to this object (was:Page contents browser)

2007-04-07 Thread John Griessen
Peter Clifton wrote: What would be really really cool but very hard would be to add a search with connection or relative location to another. I'm not sure exactly what you mean by this, but if it is along the lines of searching for a resistor connected to this object, that could be useful.

Re: gEDA-user: Re: Efficient Memories

2007-04-07 Thread lingwitt
On 7 Apr 2007, at 10:57:19 AM, Stephen Williams wrote: *sigh* This is bad enough to be called a bug. If you have a small example that triggers this aspect, can you file it as a bug report? You have my permisison to nudge its priority up to 6 because this is actually quite embarrassing:-(

gEDA-user: Possible Bug

2007-04-07 Thread lingwitt
Hello, I had a bunch of parameters that I was duplicating across modules, so I decided to replace them with macro definitions in one file. After creating this file and including it in my other files, I kept getting these errors: warning: macro `include undefined (and assumed

gEDA-user: pcb load error

2007-04-07 Thread Craig Niederberger
Hi all, I'm loading a pcb file generated on one workstation into another. Both are running pcb 1.99v. I'm getting this error: ERROR parsing file '/home/craign/gaf/projects/bike/bike.pcb' line:13 description: 'syntax error' The first lines of the pcb file are: # release: pcb

Re: gEDA-user: pcb load error

2007-04-07 Thread Dan McMahill
Craig Niederberger wrote: Hi all, I'm loading a pcb file generated on one workstation into another. Both are running pcb 1.99v. I'm getting this error: ERROR parsing file '/home/craign/gaf/projects/bike/bike.pcb' line:13 description: 'syntax error' Line 13 looks to be

Re: gEDA-user: Multiple open pages in gschem

2007-04-07 Thread Ales Hvezda
I believe you're mis-using the GtkNotebook. It is supposed to have the Yes, but nowhere does it say that the widgets have to be inside the notebook. switched page inside it - it doesn't look quite right blank contents, as it draws a frame to show its contents. (It doesn't look like the

Re: gEDA-user: pcb load error

2007-04-07 Thread DJ Delorie
Most likely, they're not actually the same version (even though they report the same version). ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: pcb load error

2007-04-07 Thread Craig Niederberger
Gotcha, many thanks, DJ Dan--just rebuilt from the latest cvs repository, all is well. So here's my naive question: how often is the cvs repository updated? How do I know when the latest and greatest is aboard? Many thanks, Craig On 4/7/07, DJ Delorie [EMAIL PROTECTED] wrote: Most

Re: gEDA-user: pcb load error

2007-04-07 Thread DJ Delorie
Gotcha, many thanks, DJ Dan--just rebuilt from the latest cvs repository, all is well. So here's my naive question: how often is the cvs repository updated? How do I know when the latest and greatest is aboard? Well, you have two options. First, use a snapshot, since we make those