From owner-freebsd-eclipse@FreeBSD.ORG Mon Sep 5 09:57:35 2005 Return-Path: X-Original-To: freebsd-eclipse@FreeBSD.org Delivered-To: freebsd-eclipse@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43B2116A41F for ; Mon, 5 Sep 2005 09:57:35 +0000 (GMT) (envelope-from Jan-Peter.Koopmann=freebsd-eclipse=freebsd.org=1edf32fcc298e718fbf05a5aef3fd35e70c8a1c2@seceidos.de) Received: from mail.seceidos.de (mail.seceidos.de [213.157.28.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB87043D46 for ; Mon, 5 Sep 2005 09:57:34 +0000 (GMT) (envelope-from Jan-Peter.Koopmann=freebsd-eclipse=freebsd.org=1edf32fcc298e718fbf05a5aef3fd35e70c8a1c2@seceidos.de) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Mon, 5 Sep 2005 11:57:19 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Gtk libs not built on FreeBSD 5.4 Thread-Index: AcWx9qZokncVec9UR/mkw5c/VtcQFA== From: "Jan-Peter Koopmann" To: X-MsgInfo-Seceidos: This message was scanned for viruses. If you have any questions please contact postmaster@seceidos.de Cc: Subject: Gtk libs not built on FreeBSD 5.4 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: Mon, 05 Sep 2005 09:57:35 -0000 Hi, me again. I think I at least found the problem for this: make install WITH_MOTIF=3Dyes the built fails with this: [exec] ld: cannot find -ljawt [exec] gmake: *** [libswt-awt-motif-3138.so] Error 1 BUILD FAILED /usr/ports/java/eclipse/work/build.xml:53: exec returned: 2 Total time: 9 minutes 51 seconds *** Error code 1 The error seems to be in=20 /usr/ports/java/eclipse/work/plugins/org.eclipse.swt/Eclipse SWT = PI/motif/library/make_freebsd.mak $(MACHINE_ARCH) is empty and therefore=20 ld -o libswt-awt-motif-3138.so swt_awt.o -L/usr/local/jdk1.5.0/jre/lib/ = -ljawt -shared produces the error since it should look in = /usr/local/jdk1.5.0/jre/lib/i386. Once I set MACHINE_ARCH=3Di386 the = make install WITH_MOTIF=3Dyes works. Still investigating the GTK problem though. I am creating a complete = build.log with ant -v instead of ant -q and will send it to you. Regards, JP