Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2003 14:04:13 -0500 (EST)
From:      "James E. Flemer" <jflemer@acm.jhu.edu>
To:        Alexander Leidinger <Alexander@Leidinger.net>
Cc:        <freebsd-ports@FreeBSD.ORG>
Subject:   Re: eclipse port (native)
Message-ID:  <Pine.LNX.4.33L2.0303021300550.31086-100000@centaur.acm.jhu.edu>
In-Reply-To: <20030205013553.56f0730c.Alexander@Leidinger.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 5 Feb 2003, Alexander Leidinger wrote:

> I like to have libswt standalone, as it seems to be
> useful to me to be able to use it in own programs without
> the need to install eclipse too.

I've just been working on updating my port of eclipse[1] to
2.1 RC1 (from 2.1 M5).  I am trying to make libswt-gtk a
slave port of the eclipse-gtk port, but am having some
problems.  Libswt consists of two libraries,
libswt-gtk-2130.so and libswt-gtk-pi-2130.so.  Now, the
problem is that if I install these without renaming them,
the LIB_DEPENDS for eclipse-gtk does not work, because
libswt doesn't show up in 'ldconfig -r'.

So how should I install libswt?  My first intuition is to
install:
  libswt-gtk-2130.so.0
  libswt-gtk-2130.so -> libswt-gtk-2130.so.0
  libswt-pi-gtk-2130.so.0
  libswt-pi-gtk-2130.so -> libswt-pi-gtk-2130.so.0

and second is:
  libswt-gtk.so.2130
  libswt-gtk-2130.so -> libswt-gtk.so.2130
  libswt-pi-gtk.so.2130
  libswt-pi-gtk-2130.so -> libswt-pi-gtk.so.2130

It would seem from the sources and the SWT FAQ[2] that all
future versions of libswt will have version numbers of the
format NNNN, without any dots.  I am more inclined at the
moment towards the second approach.  Any comments or
suggestions?

[1] http://www.eclipse.org/
[2] http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-swt-home/faq.html#howbuilddll

-James


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.33L2.0303021300550.31086-100000>