Re: GnuCash trunk now uses SWIG

2006-10-20 Thread Derek Atkins
Just a quick correction.. Chris Shoemaker <[EMAIL PROTECTED]> writes: > $ PATH=/opt/gcc-5/bin:/opt/swig-1.3.30/bin ./configure --prefix=/opt/gnucash You actually want: PATH=/opt/gcc-5/bin:/opt/swig-1.3.30/bin:$PATH ./configure ... -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Med

Re: GnuCash trunk now uses SWIG

2006-10-20 Thread Chris Shoemaker
On Fri, Oct 20, 2006 at 12:40:52AM -0400, David Reiser wrote: > > On Oct 20, 2006, at 12:17 AM, Derek Atkins wrote: > > >There is no compilation ... Just a path. I suppose we could add a > >--with-swig-path switch, but why not just set $PATH accordingly? > > Um. Because I wasn't paying close e

Re: GnuCash trunk now uses SWIG

2006-10-19 Thread David Reiser
On Oct 20, 2006, at 12:17 AM, Derek Atkins wrote: > There is no compilation ... Just a path. I suppose we could add a > --with-swig-path switch, but why not just set $PATH accordingly? Um. Because I wasn't paying close enough attention? While I'm displaying my ignorance, how is it I keep the

Re: GnuCash trunk now uses SWIG

2006-10-19 Thread Derek Atkins
There is no compilation ... Just a path. I suppose we could add a --with-swig-path switch, but why not just set $PATH accordingly? -derek Quoting David Reiser <[EMAIL PROTECTED]>: > can we have a --with-swig-prefix switch? Please? > > On Oct 19, 2006, at 6:34 PM, Chris Shoemaker wrote: > >> Hi

Re: GnuCash trunk now uses SWIG

2006-10-19 Thread David Reiser
can we have a --with-swig-prefix switch? Please? On Oct 19, 2006, at 6:34 PM, Chris Shoemaker wrote: > Hi, > In case you missed recent list traffic, this is just to > announce that, yes, GnuCash has switched from g-wrap to SWIG > ... Dave -- David Reiser [EMAIL PROTECTED] __

GnuCash trunk now uses SWIG

2006-10-19 Thread Chris Shoemaker
Hi, In case you missed recent list traffic, this is just to announce that, yes, GnuCash has switched from g-wrap to SWIG (http://swig.sf.net since http://www.swig.org is currently down.) SWIG is the program that generates wrappers for C functions that can be called from guile. The conversi