Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Sep 2005 12:57:25 +0400
From:      Vladimir Grebenschikov <vova@fbsd.ru>
To:        Mark Hobden <markhobden@gmail.com>
Cc:        freebsd-eclipse@freebsd.org
Subject:   Re: Eclipse 3.1_2 window problems
Message-ID:  <1127638645.22892.2.camel@localhost>
In-Reply-To: <c57a7630050924155756ff1206@mail.gmail.com>
References:  <1127383357.51404.26.camel@tos.teleplan.no> <c57a76300509220750d1e9eb6@mail.gmail.com> <4333CC65.90008@ebs.gr> <c57a7630050924155756ff1206@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
=F7 =D3=C2, 24/09/2005 =D7 23:57 +0100, Mark Hobden =D0=C9=DB=C5=D4:
> On 9/23/05, Panagiotis Astithas <past@ebs.gr> wrote:
> > Or, equivalently, start eclipse with the -clean option. Furthermore,
> > since this seems like a gtk thing, try removing your gtk/gnome
> > preference files, or create a new user and try from his account. Anothe=
r
> > interesting thing would be to try to run eclipse with jdk14 instead of
> > jdk15. The combination of these three tasks (a new user with jdk14 and
> > no eclipse preferences stored) should at least be working.
>=20
> I have finally found what was causing the problems for me. A gtk
> library revision patch was dropped from the port that my freshly
> installed system seems to require. I have submitted how to fix it as a
> problem report:
>=20
> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D86538
>=20
> >Category:       ports
> >Responsible:    freebsd-ports-bugs
> >Synopsis:       java/eclipse builds with wrong gtk libraries
> >Arrival-Date:   Sat Sep 24 22:50:15 GMT 2005

Hm, strange,  I had exactly same problem, but it was solved by removing
stale .so files in eclipse directory:

% find .eclipse -name '*.so'
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/=
56/1/.cp/libswt-pi-gtk-3135.so
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/=
56/1/.cp/libswt-gtk-3135.so
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/=
56/1/.cp/libswt-gnome-gtk-3135.so
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/=
57/1/.cp/libswt-pi-gtk-3135.so
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/=
57/1/.cp/libswt-gtk-3135.so
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/=
57/1/.cp/libswt-gnome-gtk-3135.so
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/=
81/1/.cp/libswt-pi-gtk-3138.so
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/=
81/1/.cp/libswt-gtk-3138.so
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/=
81/1/.cp/libswt-gnome-gtk-3138.so
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/=
25/1/.cp/os/freebsd/x86/libcore_3_1_0.so
%

(see my post in the list before)

> Thanks,
>=20
> Mark Hobden

--=20
Vladimir B. Grebenschikov
vova@fbsd.ru



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