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
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
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
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
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
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
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
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/
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
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.
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
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)
>
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
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_
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
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
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
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
18 matches
Mail list logo