Re: 2.6.2 segfaulting

2014-03-05 Thread Geert Janssens
On Tuesday 04 March 2014 15:56:15 John Ralls wrote: > On Mar 4, 2014, at 3:11 PM, Ted Creedon wrote: > > Crash back trace - gnucash froze up but nothing else - yet - > > [Long, detailed backtrace elided]. > > OK. It’s Gtk and Oxygen almost all the way down, and it’s crashing > trying to draw som

Re: 2.6.2 segfaulting

2014-03-05 Thread Ted Creedon
FYI I had to blind type "bt full" into gdb after gnucash is running to capture the trace, before the bug freezes the screen.. tedc On Wed, Mar 5, 2014 at 2:14 AM, Geert Janssens wrote: > On Tuesday 04 March 2014 15:56:15 John Ralls wrote: > > > On Mar 4, 2014, at 3:11 PM, Ted Creedon wrote: >

Re: Trying to build gnucash on Mac 2.9.2 using jhbuild: help?

2014-03-05 Thread Jeff Earickson
John, I modified ~/gtk/source/webkit-1.6.1/GNUmakefile.am like so: bash-3.2$ diff -c GNUmakefile.am.orig GNUmakefile.am *** GNUmakefile.am.orig2014-03-05 09:45:45.0 -0500 --- GNUmakefile.am2014-03-05 09:46:17.0 -0500 *** *** 118,124 global_cxxflags +=

MacOSX: how to rebuild after source code change

2014-03-05 Thread Jeff Earickson
Hi, After I successfully got jhbuild to work on my Mac, I want to experiment with source code changes. So I modified line 622 of ~/gtk/source/gnucash-2.6.2/src/app-utils/gnc-ui-util.c to change the reconciled flag from 'y' to 'Z', then wanted to rebuild. So I tried "jhbuild build" again (no chan

Re: MacOSX: how to rebuild after source code change

2014-03-05 Thread John Ralls
On Mar 5, 2014, at 6:22 PM, Jeff Earickson wrote: > Hi, > > After I successfully got jhbuild to work on my Mac, I want to experiment > with source code changes. > > So I modified line 622 of > ~/gtk/source/gnucash-2.6.2/src/app-utils/gnc-ui-util.c to change the > reconciled flag from 'y' to 'Z