From owner-freebsd-ports@FreeBSD.ORG Thu Sep 14 18:04:09 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2559A16A407 for ; Thu, 14 Sep 2006 18:04:09 +0000 (UTC) (envelope-from rcbdyndns@bellsouth.net) Received: from imf16aec.mail.bellsouth.net (imf16aec.mail.bellsouth.net [205.152.59.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D36643D7B for ; Thu, 14 Sep 2006 18:04:08 +0000 (GMT) (envelope-from rcbdyndns@bellsouth.net) Received: from ibm58aec.bellsouth.net ([66.21.215.234]) by imf16aec.mail.bellsouth.net with ESMTP id <20060914180407.QFSG2386.imf16aec.mail.bellsouth.net@ibm58aec.bellsouth.net> for ; Thu, 14 Sep 2006 14:04:07 -0400 Received: from [192.168.0.102] (really [66.21.215.234]) by ibm58aec.bellsouth.net with ESMTP id <20060914180407.IYBI2199.ibm58aec.bellsouth.net@[192.168.0.102]> for ; Thu, 14 Sep 2006 14:04:07 -0400 Message-ID: <45099996.8000209@bellsouth.net> Date: Thu, 14 Sep 2006 13:04:06 -0500 From: B Briggs User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: R: Re: gtk-glade 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: Thu, 14 Sep 2006 18:04:09 -0000 vittorio wrote: > Right, I could have missed that depency but.... if I compile and install =20 > incollector > "./configure;make;make check;make install"=20 > here what happens > > bash-2.05b$ incollector > > Unhandled Exception:=20 > System.ArgumentException: Cannot get resource file 'gui.glade' > Parameter name: resource_name > in <0x0018c> Glade.XML:.ctor (System. > Reflection.Assembly assembly, System.String resource_name, System. > String root, System.String domain) > in <0x0002d> Glade.XML:FromAssembly=20 > (System.String resource_name, System.String root, System.String domain) > in <0x0001b> Incollector.GUI.FirstStartDialog:.ctor () > in <0x00208>=20 > Incollector.MainClass:Main (System.String[] args) > > > Any idea? > Ciao by this would-be-port-builder from Rome > Vittorio > Alle 16:39, gioved=EC 14 settembre 2006, B Briggs ha scritto: >> Vittorio wrote: >>> The program "incollector" isn't in the ports but I'm trying to build a >>> port (I'm a newbye port-builder!) from the original *nix sources. >>> With >>> your answer do you mean that gtk-glade is a linux library only OR did I >>> misled you speaking of "linux documentation"? In other words that gtk- >>> glade stuff is only available for linux? >>> >>> Ciao by a newbye >>> Vittorio >> Yes, I guess I misunderstood. Are you sure you're not talking about >> gtk-sharp-2? (/usr/ports/x11-toolkits/gtk-sharp20) >> >> The page I'm looking on says it also requires mono. >> http://www.incollector.devnull.pl/downloads.php > _______________________________________________ Looks to me like you have all of your dependencies, this is a runtime error, or possibly gui.glade not being installed. A quick google revealed this: http://bugzilla.ximian.com/show_bug.cgi?id=78040 I don't know enough about C#, mono, glade, or gtk# to help you, and I don't want to install all of the dependencies, but here's what I found. Look in src/GUI/MainWindow.cs (search gui.glade). If gui.glade is not being installed, it can be found in resources/gui.glade. Maybe it is installed, but under a different name. Personally, I would try a mono group for further help if nobody else here knows the solution. -- B Briggs