From owner-freebsd-java@FreeBSD.ORG Thu Oct 6 21:01:13 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFCED16A420 for ; Thu, 6 Oct 2005 21:01:13 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46B1343D45 for ; Thu, 6 Oct 2005 21:01:13 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j96L1BOE085012; Thu, 6 Oct 2005 16:01:11 -0500 (CDT) (envelope-from dan) Date: Thu, 6 Oct 2005 16:01:11 -0500 From: Dan Nelson To: Aleksander Rozman - Andy Message-ID: <20051006210111.GA68121@dan.emsphone.com> References: <43062A01.5000208@phreaker.net> <20050821125806.4b06a022@it.buh.tecnik93.com> <20050826205909.GA15820@dan.emsphone.com> <20050905143207.6dbc5710@it.buh.cameradicommercio.ro> <6.0.0.22.2.20051005142403.02d7a7d0@pop3.triera.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.0.0.22.2.20051005142403.02d7a7d0@pop3.triera.net> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-java@freebsd.org Subject: Re: is azureus finally okay? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 21:01:14 -0000 In the last episode (Oct 05), Aleksander Rozman - Andy said: > At 5.9.2005 13:32, you wrote: > >On Fri, 26 Aug 2005 15:59:10 -0500 > >Dan Nelson wrote: > > > In the last episode (Aug 21), Ion-Mihai Tetcu said: > > > > Right now azureus won't compile because of the new eclipse version. > > > > > > I'm not sure why azureus requires eclipse@all. I have a homemade > > > port at http://dan.allantgroup.com/FreeBSD/swt-dan.tar.gz that builds > > > a standalone libswt, and I just use the jar file provided on the > > > azureus web site. There are no source patches in the current azureus > > > port, so it doesn't really make any sense to have to recompile it. > > > >I'm getting this with jdk-1.5.0p1_3 and mozilla-1.7.11,2 on 6-BETA3 > >from 02.09.32005; : > > > >In file included from /usr/X11R6/include/mozilla/nsEmbedString.h:43, > > from xpcom.cpp:35: > >/usr/X11R6/include/mozilla/nsStringAPI.h:640: error: redefinition of `class nsAString' > >/usr/X11R6/include/mozilla/string/nsTAString.h:104: error: previous definition of `class nsAString' I had only built with the mozilla-devel port; try fetching swt-dan.tar.gz again; it should build with mozilla-1.7 also now. > I also get problems when trying to build this. Is it possible, not to > build part with mozilla? It seems like Mozilla is broken. I am usong > jdk 1.5.0_p2 and system FreeBSD 5.4. > > Dan could you change this in your "port"? Or is mozilla part badly > needed? I don-t get what java graphic (SWT has to do with mozilla > anyways). I don't know what it's used for, but since the original swt bundle had a libswt-mozilla-gtk-####.so file, I try to build it :) If you don't want it at all, you can edit files/make_gtk.mak, and remove "make_mozilla" from the "all:" target. -- Dan Nelson dnelson@allantgroup.com