Re: Cygwin / MinGW Port

2004-08-12 Thread Stuart D. Gathman
On Thu, 12 Aug 2004, Leander Perera wrote: Just curious. I was wondering if there has been an effort to port GnuCash to the Cygwin or MinGW environments. A few years ago, I would have said, Just run Quicken for those with Windows. However, Quicken 2003 (my last Quicken version - forced

CVS build

2004-08-12 Thread Perry Smith
I'm mid-stream of trying to compile the CVS source. I had 1.8.9 installed and working (with all the dependancies). The autogen.sh script stopped and said I need XML::Parser for perl. O.k. The cpan dialog stopped and said I need expat. My question is, should I keep track of all this? When

Never mind

2004-08-12 Thread Perry Smith
Sorry. I have both XML::Parser and expat over in the fink stuff. I must not have all of my environment variables set up right yet. Perry ___ gnucash-devel mailing list [EMAIL PROTECTED] https://lists.gnucash.org/mailman/listinfo/gnucash-devel

gnome2 graphing status

2004-08-12 Thread Josh Sled
A small update on the status of graphing in the gnome2-branch... So, I've been looking into the gnome-office-graphing [GOG] stuff, and noticed that it doesn't have a feature of guppi we were using, which is the ability to bind the graphical region associated with a data-series element to an

autogen.sh and hitting return

2004-08-12 Thread Neil Williams
Is there a way to run autogen.sh unattended? I have to hit return to acknowledge some paragraphs that I'm told to ignore anyway and I'm losing significant coding time waiting for a complete make. I want to run cvs update and then autogen from cron. Or don't I need to run autogen every time? Is

Re: autogen.sh and hitting return

2004-08-12 Thread Derek Atkins
Generally you only need to re-run autogen when there are new directories. In the normal case just re-running make should rebuild the configure script and the Makefiles as necessary. Also, whether you need to hit return is based on the version of gettextize you've got. This should go away in the

Re: Progress toward Budget module

2004-08-12 Thread Darin Willits
I will try to have a look at these this weekend and see if I can't address some of these concerns. Need to get in front of a computer where I can play with this stuff. Cheers, Darin On August 10, 2004 10:56 pm, Chris Shoemaker wrote: On Thu, Aug 05, 2004 at 06:48:10PM -0400, Chris

Re: g_return

2004-08-12 Thread Neil Williams
On Thursday 12 August 2004 12:03, Neil Williams wrote: On Wednesday 11 August 2004 10:33, Derek Atkins wrote: Neil Williams [EMAIL PROTECTED] writes: I even tried g_return_if_fail(1 == 2); This should definitely trigger... This is what I needed to solve the problem: in my .c file (not

Re: g_return

2004-08-12 Thread Derek Atkins
Very odd... I don't see why this should be required. We never set G_LOG_DOMAIN anywhere in our code, and it's always worked just fine. Is something, somehow, setting G_DISABLE_CHECKS? -derek Neil Williams [EMAIL PROTECTED] writes: On Thursday 12 August 2004 12:03, Neil Williams wrote: On

[PATCH] Fixing libxml2 deprecated functions.

2004-08-12 Thread Priit Laes
Hello, since I got warnings on the console (Use of deprecated SAXv1 function % s), I've attached a patch to fix it. Check http://cvs.gnome.org/viewcvs/libxml2/legacy.c?rev=1.6view=auto for more information. -- Priit Laes amd tt ee Index: src/backend/file/sixtp.c