From owner-freebsd-java@FreeBSD.ORG Thu Oct 6 21:28:32 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 328AB16A420 for ; Thu, 6 Oct 2005 21:28:32 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9459D43D5C for ; Thu, 6 Oct 2005 21:28:22 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j96LSD9V095361; Fri, 7 Oct 2005 00:28:13 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j96LSN14033189; Fri, 7 Oct 2005 00:28:24 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <434596E0.208@ebs.gr> Date: Fri, 07 Oct 2005 00:28:00 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050830) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dan Nelson 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> <20051006210111.GA68121@dan.emsphone.com> In-Reply-To: <20051006210111.GA68121@dan.emsphone.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org, Aleksander Rozman - Andy 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:28:32 -0000 Dan Nelson wrote: > 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. It's used for the internal SWT HTML widget. I don't remember seeing azureus use it though. Panagiotis