Re: [Swig-user] enum constants vs. functions returning an enum value

2006-08-14 Thread Reed Hedges
Chris Shoemaker wrote: > However, the wrapper for gncOwnerGetType() returns the enum value > immediately, not a thunk. E.g. "(gncOwnerGetType employee)" evaluates > to 1. > > This means that the return value of the wrapper for the function that > returns an enum value is not comparable to the enu

Re: r14588 - gnucash/trunk - Remove the majority of the remaining deprecated widgets by collapsing

2006-08-14 Thread David Hampton
On Fri, 2006-08-11 at 22:02 +0200, Christian Stimming wrote: > Did these changes also change the behaviour of the "import-main-matcher" so > that clicking on the "action" column requires a double-click now instead of a > single-click? I'm referring to the place where one chooses either the > to

Re: [Swig-user] enum constants vs. functions returning an enum value

2006-08-14 Thread Chris Shoemaker
On Mon, Aug 14, 2006 at 08:51:35AM -0400, Reed Hedges wrote: > Chris Shoemaker wrote: > > However, the wrapper for gncOwnerGetType() returns the enum value > > immediately, not a thunk. E.g. "(gncOwnerGetType employee)" evaluates > > to 1. > > > > This means that the return value of the wrapper f

Re: r14663 - gnucash/branches/swigify/src/business - The arguments that point to structs defined in the same module as the

2006-08-14 Thread Derek Atkins
Chris Shoemaker <[EMAIL PROTECTED]> writes: >The arguments that point to structs defined in the same module as the >function being wrapped are typed as taking a pointer to the "real" struct, >not the "public" typedef'd name of the struct. If functions in other >modules use the s

Build on ubuntu is broken again

2006-08-14 Thread Nigel Titley
Same problem as before gcc -g -O2 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Werror -Wdeclaration-after-statement -Wno-pointer-sign -D_FORTIFY_SOURCE=2 -o .libs/test-link test-link.o ../.libs/libgncmod-qif-import.so ../../../../src/gnome/.libs/libgncgnome.so ../../../../src/eng

r14588 - gnucash/trunk - Remove the majority of the remaining deprecated widgets by collapsing

2006-08-14 Thread Dave Herman
At least in the HELP document there are at least 3 patches pending. I believe they, the updates, are "significant" Check with Chris. Dave Herman ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucas

Re: signed vs unsigned issues in the code

2006-08-14 Thread Chris Shoemaker
On Mon, Aug 14, 2006 at 07:39:04PM +, Jörg Sommer wrote: > Hi, > > I've build GnuCash with -Wextra and got some warnungs about sign issues. > > For example, look at gnc-date.c:234. The function name timespec_abs() > suggests the value should be made a positive value, if it's negative. But > t

Re: r14634 - gnucash/branches/swigify/src/business - Convert two more Makefiles from g-wrap to swig.

2006-08-14 Thread Chris Shoemaker
On Sun, Aug 13, 2006 at 05:45:10PM -0400, Derek Atkins wrote: > Chris, > > Chris Shoemaker <[EMAIL PROTECTED]> writes: > > > Modified: gnucash/branches/swigify/src/business/business-gnome/Makefile.am > > === > > --- gnucash/branches/

Re: r14660 - gnucash/branches/swigify - Add Autoconf support for SWIG.

2006-08-14 Thread Chris Shoemaker
On Sun, Aug 13, 2006 at 06:01:20PM -0400, Derek Atkins wrote: > Chris Shoemaker <[EMAIL PROTECTED]> writes: > > > +# Not sure if this is new enough > > +AC_PROG_SWIG(1.3.25) > > FC5 only has swig-1.3.24.. So.. This is going to be problematic. I _think_ I upgraded above 1.3.24 in order to get s

Re: r14660 - gnucash/branches/swigify - Add Autoconf support for SWIG.

2006-08-14 Thread Derek Atkins
Quoting Chris Shoemaker <[EMAIL PROTECTED]>: > On Sun, Aug 13, 2006 at 06:01:20PM -0400, Derek Atkins wrote: >> Chris Shoemaker <[EMAIL PROTECTED]> writes: >> >> > +# Not sure if this is new enough >> > +AC_PROG_SWIG(1.3.25) >> >> FC5 only has swig-1.3.24.. So.. This is going to be problematic.

Re: r14663 - gnucash/branches/swigify/src/business - The arguments that point to structs defined in the same module as the

2006-08-14 Thread Chris Shoemaker
On Mon, Aug 14, 2006 at 01:23:20PM -0400, Derek Atkins wrote: > Chris Shoemaker <[EMAIL PROTECTED]> writes: > > >The arguments that point to structs defined in the same module as the > >function being wrapped are typed as taking a pointer to the "real" > > struct, > >not the "public

Re: r14660 - gnucash/branches/swigify - Add Autoconf support for SWIG.

2006-08-14 Thread Chris Shoemaker
On Mon, Aug 14, 2006 at 08:09:26PM -0400, Derek Atkins wrote: > Quoting Chris Shoemaker <[EMAIL PROTECTED]>: > > >On Sun, Aug 13, 2006 at 06:01:20PM -0400, Derek Atkins wrote: > >>Chris Shoemaker <[EMAIL PROTECTED]> writes: > >> > >>> +# Not sure if this is new enough > >>> +AC_PROG_SWIG(1.3.25) >

vasnprintf SEGV when %s arg is NULL

2006-08-14 Thread David Jafferian
Hi - After about two weeks of evenings, I finally got gnucash 2.0.1 built and running on my Solaris 9 x86 PC. But upon attempting to bring up the Edit->Preferences dialog, it received a SIGSEGV : libc.so.1`_waitid+0xc(2af4, 804615c, 0) libthread.so.1`waitpid+0x5c() libgnomeui-2.so.0.400.0`libgno

Re: r14611 - gnucash/trunk/src - Various whitespace, line-wrap, and comment changes.

2006-08-14 Thread Chris Shoemaker
On Sun, Aug 13, 2006 at 04:59:03PM -0400, Derek Atkins wrote: > Chris, > > Chris Shoemaker <[EMAIL PROTECTED]> writes: > > > +/* FIXME: These macros are not consistent with the type name */ > > #define GNC_IS_TRANS(obj) (QOF_CHECK_TYPE((obj), GNC_ID_TRANS)) > > #define GNC_TRANS(obj) (QOF_

Documentation and shortcuts

2006-08-14 Thread don Paolo Benvenuto
I think that in the GnuCash Tutorial and Concepts Guide (http://svn.gnucash.org/docs/guide/index.html ) the shortcuts should be a chapter visible in the table of contents, for example as Appendix B before the FAQs. -- Buon Cammino! don Paolo Benvenuto Vuoi sapere di più su quello che succede q

Re: [EMAIL PROTECTED]: Some problems on gnucash.org]

2006-08-14 Thread Chris Shoemaker
On Fri, Aug 11, 2006 at 03:13:17PM -0500, Linas Vepstas wrote: > On Thu, Aug 10, 2006 at 05:16:32PM -0400, Chris Shoemaker wrote: > > Hi Linas, > > If we're talking about the same "standard" FSF assignment > > form, it's designed to assign copyright of the entire existing > > Work, not just

Re: Build on ubuntu is broken again

2006-08-14 Thread Chris Shoemaker
On Mon, Aug 14, 2006 at 07:52:28PM +0100, Nigel Titley wrote: > Same problem as before Please try r14673. Thanks. -chris ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

[Audit] Re: r14670 - gnucash/trunk - Add a tip for raising the accounts menu in a register page.

2006-08-14 Thread David Hampton
Forgot to request this be audited for back-port into 2.0. David On Mon, 2006-08-14 at 15:00 -0400, David Hampton wrote: > Author: hampton > Date: 2006-08-14 15:00:20 -0400 (Mon, 14 Aug 2006) > New Revision: 14670 > Trac: http://svn.gnucash.org/trac/changeset/14670 > > Modified: >gnucash/tru