From owner-freebsd-ports@FreeBSD.ORG Sun Dec 17 16:01:47 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50B2416A407 for ; Sun, 17 Dec 2006 16:01:47 +0000 (UTC) (envelope-from army.of.root@googlemail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DE4B43C9D for ; Sun, 17 Dec 2006 16:01:46 +0000 (GMT) (envelope-from army.of.root@googlemail.com) Received: by nf-out-0910.google.com with SMTP id x37so1597325nfc for ; Sun, 17 Dec 2006 08:01:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=pdPB6UHd7B/635YXCQiTynKyB9knvFDk6r9amn6YJcgSmhO08JN1dK14d/5zMjpn4s22rbGkulzjkeKFJQHrJcGdmscwjzDebjaKTXBTkQ2nN6raLV6p86yQnssJbV2CxrO6M7fO6gzPALmTQtF8sqw+o2v8o5d2Fbwoeq4mvFk= Received: by 10.49.64.18 with SMTP id r18mr3468097nfk.1166371296835; Sun, 17 Dec 2006 08:01:36 -0800 (PST) Received: from ?192.168.178.20? ( [84.134.197.200]) by mx.google.com with ESMTP id p20sm23576911nfc.2006.12.17.08.01.33; Sun, 17 Dec 2006 08:01:35 -0800 (PST) Message-ID: <458569DF.9070806@googlemail.com> Date: Sun, 17 Dec 2006 17:01:35 +0100 From: "army.of.root@googlemail.com" User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: jeffh@dundeemt.com References: <5aaed53f0612170737i567526c6w2b837dbb888d04be@mail.gmail.com> In-Reply-To: <5aaed53f0612170737i567526c6w2b837dbb888d04be@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: scite-gtk2-1.71_1 Seg Faults X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 16:01:47 -0000 Hi, i had the same prob... you have to compile scintilla also with GTK2... look in the makefile for the option. my scintilla package is named "scintilla-gtk2-1.71_1" greets army of root Jeff Hinrichs - DM&T wrote: > [jlh@chelsea ~]$ SciTE > > (SciTE:92902): GLib-GObject-WARNING **: specified class size for type > `Scintilla' is smaller than the parent type's `GtkContainer' class > size > > (SciTE:92902): Gtk-CRITICAL **: gtk_type_new: assertion > `GTK_TYPE_IS_OBJECT (type)' failed > > (SciTE:92902): Gtk-WARNING **: invalid cast from (NULL) pointer to > `(unknown)' > > (SciTE:92902): GLib-GObject-WARNING **: specified class size for type > `Scintilla' is smaller than the parent type's `GtkContainer' class > size > Segmentation fault: 11 > > -------------------------------------------------------------------------------------- > > [jlh@chelsea ~]$ sudo portversion -v|grep -i sci > > scintilla-1.71_1 = up-to-date with port > scite-gtk2-1.71_1 = up-to-date with port > > --------------------------------------------------------------------------------------- > > [jlh@chelsea ~]$ uname -a > > FreeBSD chelsea.dundeemt.pri 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 > #7: Wed Oct 4 01:12:02 CDT 2006 > root@chelsea.dundeemt.pri:/usr/obj/usr/src/sys/GENERIC i386 > > --------------------------------------------------------------------------------------- > > I am building with the WITH_GTK2 flag set > >