Re: gEDA-user: Added PCB output to gnetman

2006-12-04 Thread John Griessen
Bill Cox wrote: Thanks, John! I've made your suggested changes, and checked them in. You can get the latest from svn now, right? Yes. I used svn co http://datadraw.svn.sourceforge.net/svnroot/datadraw/trunk (different from the command you sent first, and different from Sourceforge page

Re: gEDA-user: Added PCB output to gnetman

2006-12-03 Thread Bill Cox
On Sat, 2006-12-02 at 09:36 -0600, John Griessen wrote: > > Bill Cox wrote: > > Hi, John. > > > > Here's a nearly complete first cut. > > > > Hello Bill, > > Here's what I've noticed so far: > > John Griessen Thanks, John! I've made your suggested changes, and checked them in. You can get

Re: gEDA-user: Added PCB output to gnetman

2006-12-02 Thread John Griessen
Bill Cox wrote: Hi, John. Here's a nearly complete first cut. Hello Bill, Here's what I've noticed so far: John Griessen class player // A player in the card game uint32 cash relationship root player hashed // Thi

Re: gEDA-user: Added PCB output to gnetman

2006-11-30 Thread Bill Cox
On Wed, 2006-11-29 at 10:48 -0500, Dave McGuire wrote: > On Nov 29, 2006, at 10:38 AM, Bill Cox wrote: > >>> True... if anyone is actually interested, I'd sign up for doing a > >>> new > >>> version that is portable. I'd like to be able to use it natively on > >>> Linux. > >> > >>I'm definit

Re: gEDA-user: Added PCB output to gnetman

2006-11-29 Thread Dave McGuire
On Nov 29, 2006, at 10:38 AM, Bill Cox wrote: True... if anyone is actually interested, I'd sign up for doing a new version that is portable. I'd like to be able to use it natively on Linux. I'm definitely interested. I have an x86 machine here, but it's not what I do my work on. Ok, I

Re: gEDA-user: Added PCB output to gnetman

2006-11-29 Thread Bill Cox
On Wed, 2006-11-29 at 10:06 -0500, Dave McGuire wrote: > On Nov 29, 2006, at 9:54 AM, Bill Cox wrote: > >> are the full datadraw sources in svn? > >> > >> > >>> Is wine that hard? > >> > >> when I don't have an x86 machine at home, yes! > > > > True... if anyone is actually interested, I'd sign up

Re: gEDA-user: Added PCB output to gnetman

2006-11-29 Thread Bill Cox
On Wed, 2006-11-29 at 08:53 -0600, John Griessen wrote: > > Bill Cox wrote: > > > It's true that DataDraw was developed using MFC on windows. I run it > > using Wine. However, the binary needed for wine is signed in under svn. > > Also the code generator, which is the important part, is signed

Re: gEDA-user: Added PCB output to gnetman

2006-11-29 Thread Dave McGuire
On Nov 29, 2006, at 9:54 AM, Bill Cox wrote: are the full datadraw sources in svn? Is wine that hard? when I don't have an x86 machine at home, yes! True... if anyone is actually interested, I'd sign up for doing a new version that is portable. I'd like to be able to use it natively on Li

Re: gEDA-user: Added PCB output to gnetman

2006-11-29 Thread Bill Cox
On Wed, 2006-11-29 at 08:43 -0500, Dan McMahill wrote: > are the full datadraw sources in svn? > > > > Is wine that hard? > > when I don't have an x86 machine at home, yes! True... if anyone is actually interested, I'd sign up for doing a new version that is portable. I'd like to be able to us

Re: gEDA-user: Added PCB output to gnetman

2006-11-29 Thread John Griessen
Bill Cox wrote: It's true that DataDraw was developed using MFC on windows. I run it using Wine. However, the binary needed for wine is signed in under svn. Also the code generator, which is the important part, is signed in using the mkddr utility, which compiles under linux. [jg]Wasn't th

Re: gEDA-user: Added PCB output to gnetman

2006-11-29 Thread Dan McMahill
Bill Cox wrote: On Tue, 2006-11-28 at 20:26 -0500, Dan McMahill wrote: It is not clear from whats there on sourceforge. Is it true that the datadraw gui is only for windows right now? I couldn't even figure out where to begin in building datadraw. I tried cd da ./makemake make which fail

Re: gEDA-user: Added PCB output to gnetman

2006-11-29 Thread Bill Cox
On Tue, 2006-11-28 at 20:26 -0500, Dan McMahill wrote: > It is not clear from whats there on sourceforge. Is it true that the > datadraw gui is only for windows right now? I couldn't even figure out > where to begin in building datadraw. I tried > > cd da > ./makemake > make > > which failed

Re: gEDA-user: Added PCB output to gnetman

2006-11-28 Thread Bill Cox
On Tue, 2006-11-28 at 20:26 -0500, Dan McMahill wrote: > It is not clear from whats there on sourceforge. Is it true that the > datadraw gui is only for windows right now? I couldn't even figure out > where to begin in building datadraw. I tried > > cd da > ./makemake > make > > which failed

Re: gEDA-user: Added PCB output to gnetman

2006-11-28 Thread Dan McMahill
Bill Cox wrote: Hi, Dan. DataDraw is already on Sourceforge: http://sourceforge.net/projects/datadraw As I've said before, gnetman has a modern netlist database suitable for EDA tool development. That's what makes things like flattening easier, or translating between various netlist format

Re: gEDA-user: Added PCB output to gnetman

2006-11-28 Thread Bill Cox
Hi, Dan. DataDraw is already on Sourceforge: http://sourceforge.net/projects/datadraw As I've said before, gnetman has a modern netlist database suitable for EDA tool development. That's what makes things like flattening easier, or translating between various netlist formats, or writing plac

Re: gEDA-user: Added PCB output to gnetman

2006-11-28 Thread John Griessen
Bill Cox wrote: I added pcb output. I haven't tested it on an real PCB designs, so there are probably some goobers. If you do use it, I'll try to support you. Also, would anybody feel better about gnetman if I put it up on SourceForge? I started running datadraw with the parts and pieces y

Re: gEDA-user: Added PCB output to gnetman

2006-11-28 Thread Dan McMahill
Bill Cox wrote: Hi. I have started using gschem with David Rowe's Free Telephony Project, and while it's great, I miss my nice hierarchical design methodology I use for chip design with gschem. So, I added pcb output. I haven't tested it on an real PCB designs, so there are probably some goobe

gEDA-user: Added PCB output to gnetman

2006-11-28 Thread Bill Cox
Hi. I have started using gschem with David Rowe's Free Telephony Project, and while it's great, I miss my nice hierarchical design methodology I use for chip design with gschem. So, I added pcb output. I haven't tested it on an real PCB designs, so there are probably some goobers. If you do use