Re: r23186 - gnucash/trunk - Bug 654196 - "make check" fails when built with --enable-dbi
Christian Stimming writes: > The new test fails for me as well: Kubuntu 11.10, and config.log says: > > configure:20323: checking Looking for at least one supported DBD module > configure:20343: gcc -o conftest -I/home/cs/usr/include -ldl conftest.c - > lpthread > >&5 Curious: What happens if this line were to become: gcc -o conftest -I/home/cs/usr/include conftest.c -ldl -lpthread -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH warl...@mit.eduPGP key available ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel
Re: r23186 - gnucash/trunk - Bug 654196 - "make check" fails when built with --enable-dbi
John Ralls writes: > On Sep 21, 2013, at 3:44 PM, John Ralls wrote: >> We don't. There are three ways, of which adding --with-dbd-dir to >> configure's arguments is the "recommended" one. > > Sorry, that's --with-dbi-dbd-dir. Perhaps we should leverage that Except for the fact that "make distcheck" just calls "configure" with no arguments so we need to make sure that works properly. > Regards, > John Ralls -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH warl...@mit.eduPGP key available ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel
Re: r23186 - gnucash/trunk - Bug 654196 - "make check" fails when built with --enable-dbi
On Sep 23, 2013, at 7:44 AM, Derek Atkins wrote: > John Ralls writes: > >> On Sep 21, 2013, at 3:44 PM, John Ralls wrote: >>> We don't. There are three ways, of which adding --with-dbd-dir to >>> configure's arguments is the "recommended" one. >> >> Sorry, that's --with-dbi-dbd-dir. > > Perhaps we should leverage that Except for the fact that "make > distcheck" just calls "configure" with no arguments so we need to make > sure that works properly. Make distcheck does work (except for Christian :-( ) at present on Linux and should work on BSD. It doesn't work on OSX because there it needs a prefix argument, but that's skew to this subject. I've no idea whether it works on Windows, but I don't think that there'd ever be a reason for it to. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel
Re: r23186 - gnucash/trunk - Bug 654196 - "make check" fails when built with --enable-dbi
On Sep 23, 2013, at 7:42 AM, Derek Atkins wrote: > Christian Stimming writes: > >> The new test fails for me as well: Kubuntu 11.10, and config.log says: >> >> configure:20323: checking Looking for at least one supported DBD module >> configure:20343: gcc -o conftest -I/home/cs/usr/include -ldl conftest.c - >> lpthread >>> &5 > > Curious: What happens if this line were to become: > > gcc -o conftest -I/home/cs/usr/include conftest.c -ldl -lpthread > The patch I proposed here yesterday does that, at least with respect to the order of the libraries wrt conftest.c. Other CFLAGS are determined elsewhere by configure and the environment, of course. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel
Seeking documentation review
Can someone please review some documentation I've written that I would like to contribute to GnuCash? I've created a bug for the change, and submitted my changes as a patch. The patches are in the bug report here: https://bugzilla.gnome.org/show_bug.cgi?id=708267 Regards, Bobby -- Robert Ratliff blog: http://bobbyratliff.nfshost.com/ ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel
Re: Seeking documentation review
On Sep 23, 2013, at 7:32 PM, Robert Ratliff wrote: > Can someone please review some documentation I've written that I would like > to contribute to GnuCash? I've created a bug for the change, and submitted my > changes as a patch. > > The patches are in the bug report here: > https://bugzilla.gnome.org/show_bug.cgi?id=708267 Particularly someone who knows about the budget functions, for that's what Robert's doc patch is about. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel