Cross-platform GUI

2006-10-16 Thread Bob Hunter
Hello, this is a plea to drop GTK in favour of a cross-platform toolkit, namely http://www.wxwidgets.org/. This is a meta-toolkit that is compatible with GTK and a range of other GUIs, so that it is possible to compile the program natively on platforms other than linux+gnome. The transition would

Unportable test(1) construct

2006-10-16 Thread Thomas Klausner
Hi! 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 against 2.0.1 is attached. Cheers, Thomas $NetBSD: patch-ae,v 1.3 2006/10/1