Re: gEDA-user: ANNOUNCE: New gEDA Scheme extension API

2010-11-06 Thread Peter TB Brett
On Saturday 06 November 2010 01:28:42 John Griessen wrote: How do I fix this build error? [snip] Seems like a simple usage problem of the cp program... maybe it goes away the second time through? I can't reproduce this... what are the exact configure options and sequence of commands

Re: gEDA-user: ANNOUNCE: New gEDA Scheme extension API

2010-11-06 Thread Stephan Boettcher
John Griessen j...@ecosensory.com writes: copying scheme files cp: target `./gnetlist.scm' is not a directory Seems like a simple usage problem of the cp program... maybe it goes away the second time through? This looks as if a variable that defines the target directory is undefined or

Re: gEDA-user: ANNOUNCE: New gEDA Scheme extension API

2010-11-06 Thread Armin Faltl
Stephan Boettcher wrote: John Griessen j...@ecosensory.com writes: copying scheme files cp: target `./gnetlist.scm' is not a directory Seems like a simple usage problem of the cp program... maybe it goes away the second time through? This looks as if a variable that defines the

Re: gEDA-user: ANNOUNCE: New gEDA Scheme extension API

2010-11-06 Thread John Griessen
On 11/06/2010 12:12 PM, Armin Faltl wrote: Stephan Boettcher wrote: John Griessen j...@ecosensory.com writes: copying scheme files cp: target `./gnetlist.scm' is not a directory Seems like a simple usage problem of the cp program... maybe it goes away the second time through? This looks

Re: gEDA-user: ANNOUNCE: New gEDA Scheme extension API

2010-11-06 Thread Peter Brett
I had a problem of not following the directions.    Back on track now. The error was caused by running make on git branch *master instead of the checkout we were told to do. Nevermind... Glad to hear it's now working. To those of you who're playing with the API -- I pushed out some important

Re: gEDA-user: ANNOUNCE: New gEDA Scheme extension API

2010-11-05 Thread Stephan Boettcher
Peter TB Brett pe...@peter-b.co.uk writes: Obviously, since this is an unofficial branch, please don't submit patches or bugs to the official gEDA trackers. ;-) What is the reason why this cannot be merged soon/immediately? From the description is seems to be a clean addition, that should not

Re: gEDA-user: ANNOUNCE: New gEDA Scheme extension API

2010-11-05 Thread Gareth Edwards
On 4 November 2010 23:53, Peter TB Brett pe...@peter-b.co.uk wrote: After almost 18 months of design, preliminary work, and research, I am pleased present my latest gEDA Big Project.           ###   A COMPREHENSIVE SCHEME API FOR gEDA   ### I think it would be better in Tcl. I'M KIDDING

Re: gEDA-user: ANNOUNCE: New gEDA Scheme extension API

2010-11-05 Thread Peter TB Brett
On Friday 05 November 2010 11:09:39 Stephan Boettcher wrote: Peter TB Brett pe...@peter-b.co.uk writes: Obviously, since this is an unofficial branch, please don't submit patches or bugs to the official gEDA trackers. ;-) What is the reason why this cannot be merged soon/immediately? From

Re: gEDA-user: ANNOUNCE: New gEDA Scheme extension API

2010-11-05 Thread Dave McGuire
On 11/4/10 7:12 PM, Peter TB Brett wrote: After almost 18 months of design, preliminary work, and research, I am pleased present my latest gEDA Big Project. ### A COMPREHENSIVE SCHEME API FOR gEDA ### Ok, this is amazingly, incredibly cool. Thanks for the awesome work! I

Re: gEDA-user: ANNOUNCE: New gEDA Scheme extension API

2010-11-05 Thread John Griessen
On 11/05/2010 07:06 AM, Peter TB Brett wrote: Obviously, since this is an unofficial branch, please don't submit What is a good simple way to to install these alongside the usual geda programs? Change program names? Change path to find one set of them or the other? John

Re: gEDA-user: ANNOUNCE: New gEDA Scheme extension API

2010-11-05 Thread Peter TB Brett
On Friday 05 November 2010 22:11:50 John Griessen wrote: On 11/05/2010 07:06 AM, Peter TB Brett wrote: Obviously, since this is an unofficial branch, please don't submit What is a good simple way to to install these alongside the usual geda programs? Change program names? Change path to

Re: gEDA-user: ANNOUNCE: New gEDA Scheme extension API

2010-11-05 Thread John Griessen
How do I fix this build error? make[3]: Entering directory `/moredata/src/peter-b/gnetlist/lib' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/moredata/src/peter-b/gnetlist/lib' Making all in scheme make[3]: Entering directory `/moredata/src/peter-b/gnetlist/scheme' sed \

gEDA-user: ANNOUNCE: New gEDA Scheme extension API

2010-11-04 Thread Peter TB Brett
Dear all, After almost 18 months of design, preliminary work, and research, I am pleased present my latest gEDA Big Project. ### A COMPREHENSIVE SCHEME API FOR gEDA ### One of the most common problems encountered by gschem users is the difficulty of adding new tools and commands

gEDA-user: ANNOUNCE: New gEDA Scheme extension API

2010-11-04 Thread Peter TB Brett
Dear all, After almost 18 months of design, preliminary work, and research, I am pleased present my latest gEDA Big Project. ### A COMPREHENSIVE SCHEME API FOR gEDA ### One of the most common problems encountered by gschem users is the difficulty of adding new tools and

Re: gEDA-user: ANNOUNCE: New gEDA Scheme extension API

2010-11-04 Thread Peter TB Brett
On Thursday 04 November 2010 23:53:25 Peter TB Brett wrote: Dear all, After almost 18 months of design, preliminary work, and research, I am pleased present my latest gEDA Big Project. I thought this hadn't got through the first time, so I sent it again. Sorry about spamming you all!

Re: gEDA-user: ANNOUNCE: New gEDA Scheme extension API

2010-11-04 Thread Peter Clifton
On Thu, 2010-11-04 at 23:12 +, Peter TB Brett wrote: Dear all, After almost 18 months of design, preliminary work, and research, I am pleased present my latest gEDA Big Project. ### A COMPREHENSIVE SCHEME API FOR gEDA ### :) I knew you were working on some scheme