On Mar 8, 2014, at 6:19 PM, Jeff Earickson wrote:
> John,
>
> I'm struggling now with git (I'm a newbie to git, but we are moving to it at
> work).
http://git-scm.com/book
It's free unless you want dead trees. The online man pages are at
http://git-scm.com/reference. Read the book, you'l
John,
I'm struggling now with git (I'm a newbie to git, but we are moving to it
at work).
$ git status
On branch master
Initial commit
Untracked files:
(use "git add ..." to include in what will be committed)
.gnucash/
NOTES
gnucash-git/
gnucash-stable/
gnucash/
tmp-j
On Mar 8, 2014, at 5:11 PM, Jeff Earickson wrote:
> John,
>
> I have (with a little struggle) built the Mac code from git source, made my
> trivial mod to line 622 of ~/gtk/source/gnucash-2.6.2/
> src/app-utils/gnc-ui-util.c, rebuilt, and seen my change in the rebuilt code
> (without a core d
John,
I have (with a little struggle) built the Mac code from git source, made my
trivial mod to line 622 of ~/gtk/source/gnucash-2.6.2/
src/app-utils/gnc-ui-util.c, rebuilt, and seen my change in the rebuilt
code (without a core dump). Hooray!
Should stupid how-do-I-build questions like this go
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
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