Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-update-dev] problems running eclipse 2.0.2 gtk under linux Suse8.1

Hello!

I installed eclipse 2.0.2 gtk on my Suse8.1 linux system.
When I try to run it I get the following message:

java.lang.UnsatisfiedLinkError:
/home/cn3kos00/EclipseGTK/eclipse/plugins/org.eclipse.swt.gtk_2.0.2/os/linux/x86/libswt-pi-gtk-2052.so:
/usr/lib/libpangoxft-1.0.so.0: undefined symbol: FT_Stream_GetShort
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1381)
        at java.lang.Runtime.loadLibrary0(Runtime.java:788)
        at java.lang.System.loadLibrary(System.java:832)
        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:104)
        at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:19)
        at org.eclipse.swt.widgets.Display.createDisplay(Display.java:397)
        at org.eclipse.swt.widgets.Display.create(Display.java:391)
        at org.eclipse.swt.graphics.Device.<init>(Device.java:103)
        at org.eclipse.swt.widgets.Display.<init>(Display.java:277)
        at org.eclipse.swt.widgets.Display.<init>(Display.java:273)
        at org.eclipse.ui.internal.Workbench.run(Workbench.java:1308)
        at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:831)
        at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
        at org.eclipse.core.launcher.Main.run(Main.java:703)
        at org.eclipse.core.launcher.Main.main(Main.java:539)

Do I have to update the libpangoxft-1.0.so.0 library?

tia Sven Koehler

-- 
live everyday as if it were your last.

+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!



Back to the top