From owner-freebsd-gnome@FreeBSD.ORG Fri Dec 21 10:16:27 2007 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07CBF16A41B for ; Fri, 21 Dec 2007 10:16:27 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8023F13C4FD for ; Fri, 21 Dec 2007 10:16:25 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by tydfam.jp (8.14.2/8.14.2) with ESMTP id lBL9jVEb095724; Fri, 21 Dec 2007 18:45:32 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Fri, 21 Dec 2007 18:45:31 +0900 (JST) Message-Id: <20071221.184531.91326042.ken@tydfam.jp> To: minshall@acm.org From: ken In-Reply-To: <20071116015511.C55315DC5@gregtx.cliq.com> References: <20071116015511.C55315DC5@gregtx.cliq.com> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91.2/5203/Fri Dec 21 13:10:12 2007 on daemon.sub.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=8.0 tests=ALL_TRUSTED autolearn=failed version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on daemon.sub.tydfam.jp Cc: gnome@freebsd.org Subject: Re: xulrunner-1.8.1.3 port X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2007 10:16:27 -0000 Hi! I followed your instruction and I think that I could compile it. However, I am not sure if it is working correctly. Would you please inform if it is working correctly at your site? ldd /usr/local/lib/xulrunner/xulrunner-bin gives; /usr/local/lib/xulrunner/xulrunner-bin: libmozjs.so => not found (0x0) libxpcom.so => not found (0x0) libxul.so => not found (0x0) though, /usr/local/bin/xulrunner -h seemingly works. I am intending to install it to eclipse-devel for running jbosstools, afs related plugins, but I have the following error. # eclipse-devel /libexec/ld-elf.so.1: /home/users/ken/.eclipse/org.eclipse.platform_3.3.0_1767688504/configuration/org.eclipse.osgi/bundles/124/1/.cp/libswt-xulrunner-gtk-3347.so: Undefined symbol "XPCOMGlueStartup" Do you have any ideas?