From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 26 18:57:42 2004 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 21DCA16A4CE for ; Sun, 26 Sep 2004 18:57:42 +0000 (GMT) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B01743D41 for ; Sun, 26 Sep 2004 18:57:42 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id C064CF1A8A; Sun, 26 Sep 2004 11:57:41 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 59847-02; Sun, 26 Sep 2004 11:57:41 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id D858CF1A89; Sun, 26 Sep 2004 11:57:40 -0700 (PDT) From: Sean McNeil To: Joe Marcus Clarke In-Reply-To: <1096089252.2433.7.camel@shumai.marcuscom.com> References: <1095267108.86712.2.camel@server.mcneil.com> <4148757E.8000101@marcuscom.com> <1095293014.76661.2.camel@server.mcneil.com> <1095299723.62093.18.camel@shumai.marcuscom.com> <1095305657.7380.10.camel@server.mcneil.com> <1095385263.19148.9.camel@shumai.marcuscom.com> <1095413153.57476.4.camel@server.mcneil.com> <1095833271.45253.55.camel@shumai.marcuscom.com> <1095834710.13428.9.camel@server.mcneil.com> <1095981030.22935.27.camel@shumai.marcuscom.com> <1095981948.59840.22.camel@server.mcneil.com> <1096089252.2433.7.camel@shumai.marcuscom.com> Content-Type: text/plain Message-Id: <1096225060.68690.4.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 26 Sep 2004 11:57:40 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com cc: freebsd-gnome@freebsd.org Subject: Re: seahorse crashes immediately 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: Sun, 26 Sep 2004 18:57:42 -0000 Marcus, Thanks for all your help on this and I really appreciate the fruits of your labor. I use gnome on FreeBSD/amd64 and I don't know what I'd do without it. The issue with seahorse is indeed a problem with 64bit vs. 32bit longs. There is a missing prototype in seahorse-0.7.3/libseahorse/seahorse-key.h I added extern GType seahorse_key_get_type (void); and now seahorse is up and running. Cheers, Sean