Re: Crash in dialog_file_access.c (was Re: Trouble compiling)

2009-04-05 Thread David Reiser
On Apr 5, 2009, at 1:05 PM, Phil Longstaff wrote: How did you fix the SIGABRT? I misread the documentation. I think there needs to be another NULL argument at the end of the call to g_object_connect(). Dave, change the line to: g_object_connect( G_OBJECT(faw->cb_uri_type), "signal::ch

Re: Crash in dialog_file_access.c (was Re: Trouble compiling)

2009-04-05 Thread Sebastian Held
ecified in >>>>>> configure with --with-dbi-dbd-dir=, my list is still null because >>>>>> gnucash hasn't asked for the registered backends yet? If so, why >>>>>> would Sebastian's example show a non-null list with a breakpoi

Re: Crash in dialog_file_access.c (was Re: Trouble compiling)

2009-04-05 Thread Phil Longstaff
> > > > List being null isn't the problem. > > > > > > > > > > > > "list" isn't used until after that point in the code (it asks qof > > > > > > for the list of registered backends and doesn't add combobo

[PATCH] Re: Crash in dialog_file_access.c (was Re: Trouble compiling)

2009-04-05 Thread Sebastian Held
red backends yet? If so, why >>>>> would Sebastian's example show a non-null list with a breakpoint at >>>>> the same location? >>>>> >>>>> Dave >>>>> >>>>> On Apr 4, 2009, at 4:38 PM, Phil Longstaff w

Re: Crash in dialog_file_access.c (was Re: Trouble compiling)

2009-04-05 Thread Sebastian Held
mbobox > > > > > entries for "sqlite3", "mysql" or "pgsql" if there isn't a > > > > > registered backend, and the libdbi backend doesn't register a > > > > > backend if the dbd file isn't present)

Re: Crash in dialog_file_access.c (was Re: Trouble compiling)

2009-04-05 Thread Sebastian Held
; > for the list of registered backends and doesn't add combobox entries > > > > for "sqlite3", "mysql" or "pgsql" if there isn't a registered > > > > backend, and the libdbi backend doesn't register a backend if the > > > >

Re: Crash in dialog_file_access.c (was Re: Trouble compiling)

2009-04-05 Thread Sebastian Held
d file isn't present). > > > > > > > > > ____ > > > From: David Reiser > > > To: Phil Longstaff > > > Cc: Sebastian Held ; Gnucash list > > > > > > > > Sent: Saturday, April 4, 2009 4:18

Re: Crash in dialog_file_access.c (was Re: Trouble compiling)

2009-04-04 Thread Phil Longstaff
nd the libdbi backend doesn't register a backend if the > > dbd file isn't present). > > > > > > > > From: David Reiser > > To: Phil Longstaff > > Cc: Sebastian Held ; Gnucash list > > > > > Sent:

Re: Crash in dialog_file_access.c (was Re: Trouble compiling)

2009-04-04 Thread David Reiser
pril 4, 2009 4:18:49 PM Subject: Re: Crash in dialog_file_access.c (was Re: Trouble compiling) [...] From: Sebastian Held To: Phil Longstaff Cc: David Reiser ; Derek Atkins >; Gnucash list Sent: Thursday, April 2, 2009 3:19:10 PM Subject: Re: Trouble

Re: Crash in dialog_file_access.c (was Re: Trouble compiling)

2009-04-04 Thread Phil Longstaff
ckend, and the libdbi backend doesn't register a backend if the dbd file isn't present). From: David Reiser To: Phil Longstaff Cc: Sebastian Held ; Gnucash list Sent: Saturday, April 4, 2009 4:18:49 PM Subject: Re: Crash in dialog_file_access.c (was

Re: Crash in dialog_file_access.c (was Re: Trouble compiling)

2009-04-04 Thread David Reiser
[...] From: Sebastian Held To: Phil Longstaff Cc: David Reiser ; Derek Atkins >; Gnucash list Sent: Thursday, April 2, 2009 3:19:10 PM Subject: Re: Trouble compiling Same (rev18012) here on windows: 63A4A37E libgobject-2.0-0.dll:63A4A37E g_object_conn

Re: Crash in dialog_file_access.c (was Re: Trouble compiling)

2009-04-03 Thread Phil Longstaff
ubject: Re: Crash in dialog_file_access.c (was Re: Trouble compiling) The recompiled trunk does not show the segfault! Either we discovered a bug in gcc-4.3.3 or gnucash uses some strange code lines... I'm on windows => can you run valgrind on the save as command? Sebastian Sebastian H

Re: Crash in dialog_file_access.c (was Re: Trouble compiling)

2009-04-03 Thread Sebastian Held
7;t see that >> from your e-mail. >> >> Phil >> >> >> >> >> From: Phil Longstaff >> To: Gnucash list >> Sent: Friday, April 3, 2009 9:18:57 AM >> Subject: Crash in dialog_file_access.c (was Re: Trouble

Re: Crash in dialog_file_access.c (was Re: Trouble compiling)

2009-04-03 Thread Sebastian Held
m > your e-mail. > > Phil > > > > > From: Phil Longstaff > To: Gnucash list > Sent: Friday, April 3, 2009 9:18:57 AM > Subject: Crash in dialog_file_access.c (was Re: Trouble compiling) > > I got my win32 build environment run

Re: Crash in dialog_file_access.c (was Re: Trouble compiling)

2009-04-03 Thread Sebastian Held
but does it crash for you? I don't see that from > your e-mail. > > Phil > > > > > From: Phil Longstaff > To: Gnucash list > Sent: Friday, April 3, 2009 9:18:57 AM > Subject: Crash in dialog_file_access.c (was Re: Trouble comp

Re: Crash in dialog_file_access.c (was Re: Trouble compiling)

2009-04-03 Thread Phil Longstaff
AM Subject: Crash in dialog_file_access.c (was Re: Trouble compiling) I got my win32 build environment running so I'll look at this as soon as I can. Phil From: Sebastian Held To: Phil Longstaff Cc: David Reiser ; Derek Atkins ; Gnucash list Sent: Th

Crash in dialog_file_access.c (was Re: Trouble compiling)

2009-04-03 Thread Phil Longstaff
I got my win32 build environment running so I'll look at this as soon as I can. Phil From: Sebastian Held To: Phil Longstaff Cc: David Reiser ; Derek Atkins ; Gnucash list Sent: Thursday, April 2, 2009 3:19:10 PM Subject: Re: Trouble compiling

Re: Trouble compiling

2009-04-02 Thread Sebastian Held
> > From: David Reiser > To: Derek Atkins > Cc: Phil Longstaff ; Gnucash list > > Sent: Thursday, April 2, 2009 11:54:38 AM > Subject: Re: Trouble compiling > > No. I have upgraded a couple dependencies since I first mentioned this, but

Re: Trouble compiling

2009-04-02 Thread Phil Longstaff
o clue. Phil From: David Reiser To: Derek Atkins Cc: Phil Longstaff ; Gnucash list Sent: Thursday, April 2, 2009 11:54:38 AM Subject: Re: Trouble compiling No. I have upgraded a couple dependencies since I first mentioned this, but the attached crash log is from gnucash built last nig

Re: Trouble compiling

2009-04-02 Thread David Reiser
No. I have upgraded a couple dependencies since I first mentioned this, but the attached crash log is from gnucash built last night from 18012 with no other updates after. Dave On Apr 2, 2009, at 10:22 AM, Derek Atkins wrote: Did you change out dependencies after you configured/compiled?

Re: Trouble compiling

2009-04-02 Thread Derek Atkins
Did you change out dependencies after you configured/compiled? -derek David Reiser writes: > On Apr 1, 2009, at 1:42 PM, Phil Longstaff wrote: > >> [...] > >> Once gnucash is started, either with a new file and set of accounts, >> or by >> loading your old data, select FIle -> Save As. > [...]

Re: Trouble compiling

2009-04-01 Thread David Reiser
On Apr 1, 2009, at 1:42 PM, Phil Longstaff wrote: [...] Once gnucash is started, either with a new file and set of accounts, or by loading your old data, select FIle -> Save As. [...] After choosing save as, I get a bus error. Thread 0 Crashed: 0 libSystem.B.dylib 0x

Re: Trouble compiling

2009-04-01 Thread Phil Longstaff
-to-date version (gnucash > > 2.2.9), there may be a version built for your distro, or you need the 2.2 > > branch code, not trunk. > > > > What are you trying to do? > > > > Phil > > > > -- > > *From:* charles dandridge

Re: Trouble compiling

2009-03-31 Thread Phil Longstaff
to-date version (gnucash 2.2.9), there may be a version built for your distro, or you need the 2.2 branch code, not trunk. What are you trying to do? Phil From: charles dandridge To: Phil Longstaff Sent: Tuesday, March 31, 2009 4:16:56 PM Subject: Re: Trouble c

Re: Trouble compiling

2009-03-29 Thread Phil Longstaff
I just committed a fix for this. Please update and try again. What compiler/options are you using? I didn't get that error. Phil On March 29, 2009 11:33:56 am charles dandridge wrote: > Can anyone help out with this error? > IC -o .libs/dialog-file-access.o > cc1: warnings being treated as er

Trouble compiling

2009-03-29 Thread charles dandridge
Can anyone help out with this error? IC -o .libs/dialog-file-access.o cc1: warnings being treated as errors dialog-file-access.c: In function ‘gnc_ui_file_access’: dialog-file-access.c:187: error: ‘fileChooserAction’ may be used uninitialized in this function make[5]: *** [dialog-file-access.lo] Er

Trouble compiling

2009-03-29 Thread charles dandridge
Can anyone help out with this error? IC -o .libs/dialog-file-access.o cc1: warnings being treated as errors dialog-file-access.c: In function ‘gnc_ui_file_access’: dialog-file-access.c:187: error: ‘fileChooserAction’ may be used uninitialized in this function make[5]: *** [dialog-file-access.lo] Er

Re: Trouble compiling g-wrap

2006-06-22 Thread Derek Atkins
Personally I just ignore "make check" from g-wrap.. I honestly have no idea where the (unit-test) module lives. I don't seem to have it on my system, either. But I've never run g-wrap's "make check" in my life Secondly, you probably don't need to configure or make as root; you can do it as

Trouble compiling g-wrap

2006-06-22 Thread Bernie
Hi everybody, Maye someone can point me out what's going wrong in the g-wrap installation process: I've made a clean install of Suse Linux 10.1 and now I want to reinstall the latest GNUcash svn in order to continue to work on the dutch translation. For this I need G-wrap of which I downloaded

Re: Trouble compiling from SVN

2006-01-25 Thread Tor Harald Thorland
Thomas Favier wrote: Sorry to reply to myself, I've tried to rebuild g-wrap from correct source package and it solved all the includes problems. Thanks to Tor for having shown me the solution from the beginning... ;) Thomas. On 25/01/06, Thomas Favier <[EMAIL PROTECTED]> wrote: Does anyon

Re: Trouble compiling from SVN

2006-01-24 Thread Thomas Favier
Sorry to reply to myself, I've tried to rebuild g-wrap from correct source package and it solved all the includes problems. Thanks to Tor for having shown me the solution from the beginning... ;) Thomas. On 25/01/06, Thomas Favier <[EMAIL PROTECTED]> wrote: > Does anyone knows if having played w

Re: Trouble compiling from SVN

2006-01-24 Thread Thomas Favier
Hi Tor and David, On 24/01/06, Tor Harald Thorland <[EMAIL PROTECTED]> wrote: > David Hampton wrote: > > On Tue, 2006-01-24 at 10:39 +0100, Thomas Favier wrote: > > > >> Hi, > >> > >> I'm trying to build GNUCash from > >> http://svn.gnucash.org/repo/gnucash/trunk r12965 on an Ubuntu 5.10. > >> > >

Re: Trouble compiling from SVN

2006-01-24 Thread Tor Harald Thorland
David Hampton wrote: On Tue, 2006-01-24 at 10:39 +0100, Thomas Favier wrote: Hi, I'm trying to build GNUCash from http://svn.gnucash.org/repo/gnucash/trunk r12965 on an Ubuntu 5.10. (snip) It seems to me that gtkclist.h and gtkoptionmenu.h are not included or something like that, but it se

Re: Trouble compiling from SVN

2006-01-24 Thread David Hampton
On Tue, 2006-01-24 at 10:39 +0100, Thomas Favier wrote: > Hi, > > I'm trying to build GNUCash from > http://svn.gnucash.org/repo/gnucash/trunk r12965 on an Ubuntu 5.10. > > (snip) > > It seems to me that gtkclist.h and gtkoptionmenu.h are not included or > something like that, but it seems reall

Trouble compiling from SVN

2006-01-24 Thread Thomas Favier
Hi, I'm trying to build GNUCash from http://svn.gnucash.org/repo/gnucash/trunk r12965 on an Ubuntu 5.10. running make from top level dir : - [.] make[5]: Entering directory `/disks/rootlv/home/tom/Projets/GNUCash/gnucash/src/gnome-utils' source='dialog-account.c' object='dialo