[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: Netlister broken
Mike and all,
[ I wrote: ]
> I ran my basic netlist tests and they seem to pass, however, something
>is definately wrong, since some of my other tests fail rather badly. These
>tests worked for version 19990705, so I broke something badly. I'll spend
>this evening hacking away at the code to see if I can figure out what I did.
>
Well this was the quickest and stupidest bug I've ever created
and squashed. D'OH!
Anybody who is using gnetlist, please change:
"s_traverse.c" line 583
which reads:
if (conn_list->visual_cue == 4) {
to read:
if (conn_list->visual_cue == MIDPOINT_CUE) {
If it isn't obvious what happened, I got lazy and put in a constant,
and obviously then changed MIDPOINT_CUE (it's 5 now). I knew there was a
good reason for using #defines. :->
Oh well, aren't you people glad I'm in charge of the netlister
(using constants instead of #defines)? Just great. :-) At least now
I can spend the weekend doing other things then sitting in front of
a debugger.
Mike, as far as your problem is concerned, hmmm, try doing a
make uninstall and then a make install and see if that helps. If not,
please send me more info (schematics etc...) and I'll look into it
further.
-Ales