From owner-freebsd-eclipse@FreeBSD.ORG Sun Sep 16 15:11:47 2012 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00302106566C for ; Sun, 16 Sep 2012 15:11:46 +0000 (UTC) (envelope-from jorritdeklerk@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4BFEF8FC0A for ; Sun, 16 Sep 2012 15:11:45 +0000 (UTC) Received: by eaak11 with SMTP id k11so2217367eaa.13 for ; Sun, 16 Sep 2012 08:11:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=+rXPxoUcgApLqqwOBPhEPwUgM1BMwgH/gXzINWBH2yU=; b=StcPxdM+uBuuOjablX1U+ogjj9DSbzItxIK4nCqIsc7ylZYSfkUDevMzBfV3wDJOMQ UHi45jl3gF0nsO/qMpQ+eRZ2tLkcLXICwhZM2hG3ihwfge41HTZ2jQeNrjqy1fb/QhVY azdhwRKD6Yh94Cchb+JLUwRTQvJKAbqC4QiZGZRd0Yaq4nrtYqOkMUSaPmbel6lMSrHC UvQ6xo8mER65Nx3vVfyKTBQIkil1qsj67KIVCp7gfT+vZRd/3tHoiVoVv5RX/4hGRQUa bi08997tWFkKtY1hJ6MKT0VzMG/aZi2ni4itmqtVDf/4fenLzEfiGXwBf/FUXtr643Ts Ayrw== Received: by 10.14.211.3 with SMTP id v3mr10322402eeo.43.1347808299481; Sun, 16 Sep 2012 08:11:39 -0700 (PDT) Received: from [192.168.2.16] (D9789E3E.cm-3-1c.dynamic.ziggo.nl. [217.120.158.62]) by mx.google.com with ESMTPS id h42sm19892079eem.5.2012.09.16.08.11.38 (version=SSLv3 cipher=OTHER); Sun, 16 Sep 2012 08:11:38 -0700 (PDT) Message-ID: <5055EC22.6040703@gmail.com> Date: Sun, 16 Sep 2012 17:11:30 +0200 From: "Jorrit A. de Klerk" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: freebsd-eclipse@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: FreeBSD Port: java/eclipse X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2012 15:11:47 -0000 Hi, I was updating my Eclipse to the latest 3.7.1_2. However, after a seemingly succesfull build/install Eclipse wouldn't start because of a problem loading the swt library (according to the Eclipse log file). After going deeper I indeed saw that Eclipse had an error building swt. I also tried building the x11-toolkit/swt library but this one also failed. Because of the update from libxul 1.9 to 1.10 I tried the following: > Deleted Eclipse > Downgraded libxul to libxul19 > Rebuilded Eclipse > Success! Eclipse will now start. So maybe a problem with libxul(10.0)? Keep up the good work! Regards, Jorrit