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.
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
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
___
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
> ./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
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'
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
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
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
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.
> > >
> > > (
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
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
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
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
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
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
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
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
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
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'
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
21 matches
Mail list logo