Re: Git Migration: github with svn access

2011-11-08 Thread John Ralls
On Nov 8, 2011, at 5:01 AM, Derek Atkins wrote: > John Ralls writes: > >> I actually like the interface on git.gnome.org better than github's >> (or trac's). Less froo-froo, and the history is a lot more readable >> and searchable. OTOH, I do like the line-by-line comment feature on >> Github.

Re: r21533 - gnucash-docs/trunk/help/C - Bug #651886

2011-11-08 Thread Yawar Amin
Hi Derek and David, On 2011-11-08, at 18:40, David T. wrote: > […] > > > The Accounts Payable and Accounts Receivable account > > types are used by the business features. Additions or modifications > to these accounts should only be made using &app;'s business features. > > Users should no

Re: r21533 - gnucash-docs/trunk/help/C - Bug #651886

2011-11-08 Thread David T.
How about: The Accounts Payable and Accounts Receivable account types are used by the business features. Additions or modifications to these accounts should only be made using &app;'s business features.  Users should not manually enter transactionsin these accounts. David ___

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-08 Thread Ted Creedon
summarizing: ./configure --disable-error-on-warning produces a gnucash executable ./configure produces deprecated-declarations errors ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-08 Thread Ted Creedon
> ./configure --disable-error-on-warning --enable-debug;time make > > produces the following when executiing GUILE_AUTO_COMPILE=0 gnucash > > gnucash # GUILE_AUTO_COMPILE=0 gnucash > gnc.bin-Message: main: binreloc relocation support was disabled at > configure time. > > > > This is a development v

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-08 Thread Ted Creedon
the switch --disable-error-on-warning is required to get a make completed if not used then: wig-core-utils.c:1386:7: error: 'scm_makstr' is deprecated (declared at /usr/include/guile/2.0/libguile/deprecated.h:124) [-Werror=deprecated-declarations] swig-core-utils.c:1389:3: error: 'scm_must_free'

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-08 Thread Geert Janssens
On dinsdag 8 november 2011, Geert Janssens wrote: > Ted, > > Please keep gnucash messages on the list. > > I've forwarded this one for you. > > Geert > -- Doorgestuurd bericht -- > > Onderwerp: 2.4.8 git /w guile 2.0 > Datum: dinsdag 8 november 2011, 21:00:38 > Van: Ted Creedo

Re: Fwd: make check failures

2011-11-08 Thread Geert Janssens
On dinsdag 8 november 2011, Ted Creedon wrote: > Derek suggested I try guile 1.8 but it breaks graphviz and configure breaks > trying to find guile 1.8 > > what git command should I use to get the patched files? The way to work with our git repository is explained here: http://wiki.gnucash.org/wi

Re: [PATCH] Assorted guile-related build fixes

2011-11-08 Thread Geert Janssens
On dinsdag 8 november 2011, Ted Creedon wrote: > not finding guile 1.8 is what I've observed - I can send debug info from an > strace of configure if desired > > i have 2 systems one guiile 1.8 & one 2.0 > >From which source are you starting, and where are guile-1.8 and guile-2.0 installed on yo

Re: [PATCH] Assorted guile-related build fixes

2011-11-08 Thread Geert Janssens
On dinsdag 8 november 2011, Bill Nottingham wrote: > Geert Janssens (janssens-ge...@telenet.be) said: > > On vrijdag 13 mei 2011, Bill Nottingham wrote: > > > I was doing some testing with guile-2.0 and GnuCash, and encountered > > > the need for the following fixes to make it build. > > > > > > (

Re: [PATCH] Assorted guile-related build fixes

2011-11-08 Thread Ted Creedon
not finding guile 1.8 is what I've observed - I can send debug info from an strace of configure if desired i have 2 systems one guiile 1.8 & one 2.0 ted On Tue, Nov 8, 2011 at 9:04 AM, Bill Nottingham wrote: > Geert Janssens (janssens-ge...@telenet.be) said: > > On vrijdag 13 mei 2011, Bill No

Re: [PATCH] Assorted guile-related build fixes

2011-11-08 Thread Bill Nottingham
Geert Janssens (janssens-ge...@telenet.be) said: > On vrijdag 13 mei 2011, Bill Nottingham wrote: > > I was doing some testing with guile-2.0 and GnuCash, and encountered > > the need for the following fixes to make it build. > > > > (Note: it still doesn't *work*, but it at least builds for furt

Re: r21533 - gnucash-docs/trunk/help/C - Bug #651886

2011-11-08 Thread Derek Atkins
Yawar Amin writes: > + > + Using the Accounts Payable and Accounts Receivable types > + directly in your accounts is not recommended. These account > + types are meant to be used by &app; internally. > + > + I think a better wording is that these a

Re: Fwd: make check failures

2011-11-08 Thread Ted Creedon
Derek suggested I try guile 1.8 but it breaks graphviz and configure breaks trying to find guile 1.8 what git command should I use to get the patched files? right now I'm dual booting to keep my gnucash going. tedc On Tue, Nov 8, 2011 at 12:29 AM, Geert Janssens wrote: > On dinsdag 8 november

Re: Git Migration: github with svn access

2011-11-08 Thread Derek Atkins
Geert Janssens writes: > I'm not sure where the docs and doxygen nightly build scripts live. Perhaps > Derek can answer that. It's a cron job from a local script. > The website update is done as part of a commit hook on the gnucash svn > server. This pushes each website related commit through

Re: Git Migration: github with svn access

2011-11-08 Thread Derek Atkins
John Ralls writes: >>> I think only the website set-up needs some more work. All other >>> integration only depends on the availability of a svn checkout, which >>> would already be there on github. >>> >> The website and the mails that get automatically sent to gnucash-patches and >> gnucash-c

Re: make check failures

2011-11-08 Thread Geert Janssens
On dinsdag 8 november 2011, Geert Janssens wrote: > On maandag 7 november 2011, Ted Creedon wrote: > > per irc chat w/ tedc > > Ted, > > You also mentioned on irc that configure complains that guile isn't found, > even though you have installed version 2.0. > > It appears Bill Nothingham propose

Re: make check failures

2011-11-08 Thread Geert Janssens
On maandag 7 november 2011, Ted Creedon wrote: > per irc chat w/ tedc Ted, You also mentioned on irc that configure complains that guile isn't found, even though you have installed version 2.0. It appears Bill Nothingham proposed a patch in May to properly detect guile-2.0 as well. I just redi

Re: [PATCH] Assorted guile-related build fixes

2011-11-08 Thread Geert Janssens
On vrijdag 13 mei 2011, Bill Nottingham wrote: > I was doing some testing with guile-2.0 and GnuCash, and encountered > the need for the following fixes to make it build. > > (Note: it still doesn't *work*, but it at least builds for further > testing.) > > Total changes: > configure.ac

make check failures

2011-11-08 Thread Ted Creedon
per irc chat w/ tedc Making check in . make[1]: Entering directory `/data/gnucash-2.4.8' make[1]: Leaving directory `/data/gnucash-2.4.8' Making check in doc make[1]: Entering directory `/data/gnucash-2.4.8/doc' Making check in examples make[2]: Entering directory `/data/gnucash-2.4.8/doc/examples'

Re: Fwd: make check failures

2011-11-08 Thread Geert Janssens
On dinsdag 8 november 2011, Ted Creedon wrote: > per irc chat w/ tedc & warlord Ted, from the irc log I see you try to build GnuCash for OpenSuse with guile 2.0. The 2.4 branch for sure won't work with guile 2.0. I have committed a series of patches by guile developer Andy Wingo to the developm