From owner-freebsd-java@freebsd.org Wed Nov 11 17:06:26 2015 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1136AA2C5B2; Wed, 11 Nov 2015 17:06:26 +0000 (UTC) (envelope-from ljboiler@gmail.com) Received: from mail-yk0-x229.google.com (mail-yk0-x229.google.com [IPv6:2607:f8b0:4002:c07::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C11DF1BC8; Wed, 11 Nov 2015 17:06:25 +0000 (UTC) (envelope-from ljboiler@gmail.com) Received: by ykdr82 with SMTP id r82so58864168ykd.3; Wed, 11 Nov 2015 09:06:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=GWsQJpnkAINO93GNeT79cjFLLYaSalF5C69EVONzqs0=; b=j6JdzypziU5JppT+bzKPZpv5KQjDV4e1HjpG4FtRMbGgZ2yfmLaAv934WZ9oQiZ8iY LyBSgczEeqipiegma22LPtq5R8RP4EF7eyKFLMXBdnyvAG3db8ZheAQvkXoJR1vafkMa V8JAbsaGXTBJ0+acQ5VEf9+neJlhY09wRznWBNZK7xdO1OfBHlCq1njLeaWvwZobUQH1 mggeuRdyr2fpQzzPjG2TcpyFzCvs3/giwKDsSyRoeLSZ734j+5LtlrLYZv2u3qWXu4RM px7jUA0I2BmpBLcca1fERzCPydkNAlr5+G8UpJv7H+S2JLe5a8UnIxRTvL1q+n0FAnED G2jA== X-Received: by 10.13.251.193 with SMTP id l184mr10647399ywf.342.1447261584982; Wed, 11 Nov 2015 09:06:24 -0800 (PST) Received: from jmobile.jimmy.local (24-107-210-189.dhcp.stls.mo.charter.com. [24.107.210.189]) by smtp.gmail.com with ESMTPSA id s189sm11551313ywe.35.2015.11.11.09.06.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Nov 2015 09:06:24 -0800 (PST) Received: by jmobile.jimmy.local (sSMTP sendmail emulation); Wed, 11 Nov 2015 11:06:21 -0600 Date: Wed, 11 Nov 2015 11:06:21 -0600 From: Jimmy Kelley To: Michael Zhilin Cc: Achilleas Mantzios , freebsd-eclipse@freebsd.org, "freebsd-java@freebsd.org" Subject: Re: Eclipse 4.5 (Mars) on FreeBSD. Message-ID: <20151111170620.GA77032@tower1.jimmy.localnet> References: <5643521A.4090803@matrix.gatewaynet.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 17:06:26 -0000 By default, the FreeBSD Eclipse port is built without Gtk3 support. However, Eclipse still tries to use the Gtk3 libraries if it detects them on your system. The 'fix' is to set an environment variable: SWT_GTK3=0 Jimmy Kelley FreeBSD Eclipse port maintainer On Wed, Nov 11, 2015 at 07:00:35PM +0300, Michael Zhilin wrote: > Hi, > > I haven't tried yet, because eclipse returns error: > > [mizhka@gidrarium ~]$ eclipse > > (:14193): Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x > and GTK+ 3 in the same process is not supported > [mizhka@gidrarium ~]$ pkg info eclipse > eclipse-4.5 > Name : eclipse > Version : 4.5 > Installed on : Wed Nov 11 18:54:02 MSK 2015 > Origin : java/eclipse > Architecture : freebsd:10:x86:64 > Prefix : /usr/local > Categories : devel java > Licenses : EPL > Maintainer : ljboiler@gmail.com > WWW : http://www.eclipse.org/ > Comment : Eclipse Mars > Options : > FULL_SDK : on > PLATFORM : off > PLATFORM_SDK : off > SWT_GTK3_SUPPORT: off > Annotations : > repo_type : binary > repository : myrepo > Flat size : 214MiB > Description : > The Eclipse Platform is an open extensible IDE for anything and yet > nothing in particular. The Eclipse Platform provides building blocks > and a foundation for constructing and running integrated software- > development tools. The Eclipse Platform allows tool builders to > independently develop tools that integrate with other people's tools > so seamlessly you can't tell where one tool ends and another starts. > > WWW: http://www.eclipse.org/ > > I suppose that it's my personal problem, but not sure. I'm going to update > my packages to latest version. > > Thanks! > > On Wed, Nov 11, 2015 at 5:35 PM, Achilleas Mantzios < > achill@matrix.gatewaynet.com> wrote: > > > Hello, fellow BSD'ers, > > > > I have seen this : > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203689 > > Have there been any news on this? Anyone tried the submitted patch? > > > > -- > > Achilleas Mantzios > > IT DEV Lead > > IT DEPT > > Dynacom Tankers Mgmt > > > > _______________________________________________ > > freebsd-java@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-java > > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-eclipse@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-eclipse > To unsubscribe, send any mail to "freebsd-eclipse-unsubscribe@freebsd.org"