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
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
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
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
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]
__
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