From owner-freebsd-eclipse@FreeBSD.ORG Fri Sep 9 21:59:05 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 DF5D316A41F for ; Fri, 9 Sep 2005 21:59:05 +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 A2B5143D48 for ; Fri, 9 Sep 2005 21:59:04 +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 j89Lx2ID041655; Sat, 10 Sep 2005 00:59:02 +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 j89LwrPM094908; Sat, 10 Sep 2005 00:59:00 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <43220592.6020308@ebs.gr> Date: Sat, 10 Sep 2005 00:58:42 +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: Jan-Peter Koopmann References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@freebsd.org Subject: Re: 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: Fri, 09 Sep 2005 21:59:06 -0000 Jan-Peter Koopmann wrote: > Hi, > > me again. I think I at least found the problem for this: > > make install WITH_MOTIF=yes > > 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 > > /usr/ports/java/eclipse/work/plugins/org.eclipse.swt/Eclipse SWT > PI/motif/library/make_freebsd.mak > > $(MACHINE_ARCH) is empty and therefore > > 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=i386 the > make install WITH_MOTIF=yes 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 I've been meaning to look into your report for the motif build but I haven't found the time yet. Perhaps tomorrow. On the gtk build, are you sure the libraries are not built? Can you verify that the contents of org.eclipse.swt.gtk.freebsd.x86_3.1.0.jar in the plugins directory contain no shared libraries? Cheers, Panagiotis