Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Sep 2005 11:57:19 +0200
From:      "Jan-Peter Koopmann" <Jan-Peter.Koopmann@seceidos.de>
To:        <freebsd-eclipse@FreeBSD.org>
Subject:   Gtk libs not built on FreeBSD 5.4
Message-ID:  <AEF86EFA5497434190F6D57E2666EA7A2CD8E2@ERWIN.intern.seceidos.de>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AEF86EFA5497434190F6D57E2666EA7A2CD8E2>