From owner-freebsd-gnome@FreeBSD.ORG Tue Aug 5 22:21:25 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0DE537B401 for ; Tue, 5 Aug 2003 22:21:25 -0700 (PDT) Received: from sunshine.math.utah.edu (sunshine.math.utah.edu [128.110.198.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0346243F75 for ; Tue, 5 Aug 2003 22:21:25 -0700 (PDT) (envelope-from cjs@sunshine.math.utah.edu) Received: from suntan.math.utah.edu (IDENT:7cMoV+4UIkNIUW6Ox7KCRu/U/7fuQ0lw@suntan.math.utah.edu [128.110.198.236]) by sunshine.math.utah.edu (8.9.3p2/8.9.3) with ESMTP id XAA06281 for ; Tue, 5 Aug 2003 23:21:23 -0600 (MDT) Received: from localhost (cjs@localhost) by suntan.math.utah.edu (8.9.3p2/8.9.3) with ESMTP id XAA29945 for ; Tue, 5 Aug 2003 23:21:23 -0600 (MDT) X-Authentication-Warning: suntan.math.utah.edu: cjs owned process doing -bs Date: Tue, 5 Aug 2003 23:21:23 -0600 (MDT) From: Chris Staskewicz To: gnome@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: GnuCash Crash X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 05:21:25 -0000 Sorry to bother you all, but I've tried to install every version of gnucash via the ports from 1.6.6 to 1.8.4. Every on fails to compile at some point. I've downloaded the .tar.gz port files for all these versions, and every one has made it into the compile stage. However, they break down, usually at "gnome-utils" section. Is there a fix in the making, is my computer messed up, or can somebody recommend a fix? Here's the tail end of the log, just before the error. Thanks! Chris. This happens in the 1.8.x versions: window-help.c: In function `gnc_help_window_destroy_cb': window-help.c:458: too few arguments to function window-help.c: In function `gnc_help_window_search_button_cb': window-help.c:563: warning: passing arg 2 of pointer to function from incompatible pointer type window-help.c:563: too few arguments to function window-help.c: In function `gnc_help_window_new': window-help.c:741: warning: implicit declaration of function `dbopen' window-help.c:741: warning: assignment makes pointer from integer without a cast window-help.c: In function `gnc_help_window_destroy': window-help.c:780: too few arguments to function gmake[4]: *** [window-help.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/finance/gnucash.1.8.3/work/gnucash-1.8.3/src/gnome-utils' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/finance/gnucash.1.8.3/work/gnucash-1.8.3/src/gnome-utils' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/finance/gnucash.1.8.3/work/gnucash-1.8.3/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/finance/gnucash.1.8.3/work/gnucash-1.8.3' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/finance/gnucash.1.8.3. And here's the log for the 1.6.x version: dbadd.c: In function `main': dbadd.c:87: implicit declaration of function `dbopen' dbadd.c:87: warning: assignment makes pointer from integer without a cast dbadd.c:110: warning: passing arg 2 of pointer to function from incompatible pointer type dbadd.c:110: too few arguments to function dbadd.c:117: too few arguments to function gmake[2]: *** [dbadd.o] Error 1 gmake[2]: Leaving directory `/usr/ports/finance/gnucash.1.6.6/work/gnucash-1.6.6/doc-tools' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/finance/gnucash.1.6.6/work/gnucash-1.6.6' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/finance/gnucash.1.6.6. -------------------------------------------------------------------- Chris Staskewicz http://www.math.utah.edu/~cjs --------------------------------------------------------------------