Building gnucash-1.9 from svn on OS X

2006-05-11 Thread Kevin Broderick
I've got it working and I added a wiki page detailing how I did it . Many thanks to David Reiser for getting me started in the right direction and Derek for helping me through a few configure issues via IRC. Overall, the installation wasn

htdocs/, www.gnucash.org and translation

2006-05-11 Thread Josh Sled
Thanks very much to Linas, we now have commits to /htdocs/trunk prompting an update of the directory mapped to http://www.gnucash.org/beta/ , leading to an in-situ staging environment for the website changes. I've been doing a bunch of work over the last few days, in consultation with some of you,

Re: GnuCash 1.8 related Strings for translation

2006-05-11 Thread Fabrice Kurz
> De : "Derek Atkins" <[EMAIL PROTECTED]> > > > Hi, > > > > I almost finished the translation of the fr.po file but I noticed > > several strings (at least 5) related to the 1.8.x version of Gnucash. > > How do I need to treat them? Do I let 1.8 in the translated strings > > or do I change them

Re: SVN compile errors on FC4 with gcc32

2006-05-11 Thread Casey Cichon
On Thu, May 11, 2006 at 10:15:49AM -0400 or thereabouts, Derek Atkins wrote: > Quoting Casey Cichon <[EMAIL PROTECTED]>: > > > > gnc_reports_show_all is defined in window-report.h, which is #included > by window-report.c. So it looks like it's getting an old header. > That sorta makes sense

Re: SVN compile errors on FC4 with gcc32

2006-05-11 Thread Derek Atkins
Quoting Casey Cichon <[EMAIL PROTECTED]>: Here is the output that we were discussing on IRC. [snip] window-report.lo -MD -MP -MF .deps/window-report.Tpo -c window-report.c -fPIC -DPIC -o .libs/window-report.o cc1: warnings being treated as errors window-report.c: In function `gnc_reports_sho

SVN compile errors on FC4 with gcc32

2006-05-11 Thread Casey Cichon
Here is the output that we were discussing on IRC. gcc32 -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../.. -I../../.. -I../../../src -I../../../src/core-utils -I../../../src/gnc-module -I../../../src/engine -I../../../src/app-utils -I../../../src/gnome-utils -I../../../src/gnome -I../../..

Re: [Gnucash-changes] r14022 - gnucash/trunk - Warn if no g-wrap runtime module is available during configure.

2006-05-11 Thread Derek Atkins
Chris, Chris Shoemaker <[EMAIL PROTECTED]> writes: > +GUILE_MODULE_AVAILABLE(have_gwrap_runtime, [(g-wrap runtime)]) > +if test "$have_gwrap_runtime" = "no"; then > + AC_MSG_WARN([ > + > +Unable to find the g-wrap runtime module, a.k.a. guile-g-wrap. > +You won't be able to run GnuCash