Re: Cross-platform GUI

2006-10-17 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Hunter schrieb: > this is a plea to drop GTK in favour of a > cross-platform toolkit, namely > http://www.wxwidgets.org/. Basically you're asking the question from the FAQ, "Why don't you rewrite GnuCash in programming language xyz so that I can

Re: Unportable test(1) construct

2006-10-17 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas Klausner schrieb: > gnucash-2.0.1 (and svn from a few minutes ago) uses the unportable > bash "==" comparison operator for test(1). It is not supported by > most other shells or even test(1) from GNU coreutils. Please use > "=" instead. Patch ag

gnucash 1.8.8

2006-10-17 Thread Karen Beasley
Hi, I have a problem. When I went to reconcile my checking account today, the beginning balance displayed was different than the ending balance was last month. I have no idea how or why this happened (whether it was something I did or a bug in the program), but more importantly, I have no id

Re: gnucash 1.8.8

2006-10-17 Thread Derek Atkins
Hi, This isn't a devel problem, this should have been asked on -user. Most likely the problem is that you inadvertantly modified a reconciled transaction and it cleared the reconciliation. You can check this out by either searching for unreconciled transactions in the account, or opening up the r

Re: Cross-platform GUI

2006-10-17 Thread Bob Hunter
Waoh! That was a nasty replay to a polite question. Consider polishing your mouth with the soap before making any more p.r.! Let me ask you a question. If you hate users, why bothering with the product in the first place? If we ask for something, over and over again, then perhaps you should consid

Re: Cross-platform GUI

2006-10-17 Thread Derek Atkins
Bob, This is a development list, not a user support list. Discussion on this list is primarily between and for developers. Any suggestions sent here are treated like any other suggestion for developing code. If it fits in the architecture it's encouraged. If it doesn't fit into the architecture

Re: Cross-platform GUI

2006-10-17 Thread Derek Atkins
Um, according to http://wiki.gnucash.org/wiki/MacOSXInstallation and in particular http://wiki.gnucash.org/wiki/MacOSXInstallation#gnucash-2.0.1 DarwinPorts includes gnucash-2.0.1 -derek Quoting Bob Hunter <[EMAIL PROTECTED]>: > > Derek, > > the reason for my plea is, that I'm having serious > p

Re: Cross-platform GUI

2006-10-17 Thread Bob Hunter
Derek, the reason for my plea is, that I'm having serious problems running the latest version on osx. You do not provide a binary in the website, compiling from source is sado-maso-exercise, and the fink project is still using gtk version 1. Do you think you can add a binary for osx in the websi

Re: Cross-platform GUI

2006-10-17 Thread Bob Hunter
... I forgot to mention that the gnucash package at Fink has no maintainer, and the latest available version is 1.8: http://pdb.finkproject.org/pdb/nomaintainer.php This means that we *users*, at large, are unable to run the latest version on osx, unless you make the binary available. ;-) __

Re: Cross-platform GUI

2006-10-17 Thread Dave Reiser
Bob Hunter wrote: > ... I forgot to mention that the gnucash package at > Fink has no maintainer, and the latest available > version is 1.8: > > http://pdb.finkproject.org/pdb/nomaintainer.php > > This means that we *users*, at large, are unable to > run the latest version on osx, unless you make

[PATCH] README files

2006-10-17 Thread Fabrice Kurz
Please find enclosed the file doc/README.francais up to date to the 2.0 version. I noticed some mistakes in the main README file, which is corrected as well. regards Fabrice Kurz /home/fabrice/tmp/gnucash-2.0.1/README.bz2 Description: BZip2 compressed data /home/fabrice/tmp/gnucash-2.0.1/doc

Re: [PATCH] README files

2006-10-17 Thread Derek Atkins
Quoting Fabrice Kurz <[EMAIL PROTECTED]>: > Please find enclosed the file doc/README.francais up to date to the > 2.0 version. I noticed some mistakes in the main README file, which > is corrected as well. Could you send the second (corrected README) as a patch/diff instead of a completely new

Re: gnucash 1.8.8

2006-10-17 Thread Andrew Sackville-West
On Mon, Oct 16, 2006 at 09:39:47PM -0700, Karen Beasley wrote: > Hi, > > I have a problem. When I went to reconcile my checking account today, > the beginning balance displayed was different than the ending balance > was last month. I have no idea how or why this happened (whether it was > so

re: SWIGification status, Part 2

2006-10-17 Thread Dave Herman
I'm having a problem building svn trunk. rev 15033 I've downloaded and installed swig 1.3.29 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../.. -I../../.. -I../../../src -I../../../src/engine -I../../../src/gnc-module -I../../../lib/libqof/qof -I../../../lib/libqof/qof -pthread -I/usr/in

Re: SWIGification status, Part 2

2006-10-17 Thread Derek Atkins
Dave Herman <[EMAIL PROTECTED]> writes: > I'm having a problem building svn trunk. rev 15033 Try 15034. -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

Re: Cross-platform GUI

2006-10-17 Thread David Reiser
On Oct 17, 2006, at 2:44 PM, Dave Reiser wrote: > [...] > Happily, with the new(?) fink policy workaround, neither gnucash > nor its > dependencies end up in crypto, because they can build against and > link > to the Apple supplied openssl files. That makes binary distribution > much > eas

Re: SWIGification status, Part 2

2006-10-17 Thread Dave Herman
On Tue, 2006-10-17 at 17:58 -0400, Derek Atkins wrote: > Dave Herman <[EMAIL PROTECTED]> writes: > > > I'm having a problem building svn trunk. rev 15033 > > Try 15034. > > -derek Works fine ... should have waited a little while Thanks Dave ___ gn

Configure stops because of SWIG version

2006-10-17 Thread Volker Englisch
Hi, I was trying to build GnuCash from SVN (R15034) and the configure process (after running make distclean) stops with ... checking for swig... /usr/bin/swig checking for SWIG version... 1.3.24 configure: error: SWIG version >= 1.3.28 is required. You have 1.3.24. You should look

Re: Configure stops because of SWIG version

2006-10-17 Thread warlord
Yes, this is intentional. SWIG is only required to build from SVN. The tarball does not (and will not) require it.. You need the SWIG from FC6 in order to build from SVN. You can try to pull down the binary RPM or just rebuild from the SRPM. -derek Quoting Volker Englisch <[EMAIL PROTECTED]>: