Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] libpango UnsatisfiedLinkError.


You don't have the right version of FreeType installed.  See http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/faq.html#gtkstartup for the required libraries and their respective versions.

Note that questions like this are better posted to the Eclipse newsgroup.  Thanks...

Grant



Mof <mof@xxxxxxxx>
Sent by: eclipse-dev-admin@xxxxxxxxxxx

02/08/2003 04:08 AM
Please respond to eclipse-dev

       
        To:        eclipse-dev@xxxxxxxxxxx
        cc:        
        Subject:        [eclipse-dev] libpango UnsatisfiedLinkError.



Hello all,

I have a problem loading both eclipse 2.0.2, and 2.1 M5.
This stack trace is from M5, but I get same thing from 2.0.2 as well.
I am running Linux Mandrake 9.0.
Which has pango-1.0.4-1mdk, and  libpango1.0_0-1.0.4-1mdk.

java.lang.UnsatisfiedLinkError:
/usr/java/eclipse/plugins/org.eclipse.swt.gtk_2.1.0/os/linux/x86/libswt-pi-gtk-2128.so:
/usr/lib/libpangoxft-1.0.so.0: undefined symbol: FT_Seek_Stream
       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:443)
       at org.eclipse.swt.widgets.Display.create(Display.java:430)
       at org.eclipse.swt.graphics.Device.<init>(Device.java:107)
       at org.eclipse.swt.widgets.Display.<init>(Display.java:299)
       at org.eclipse.swt.widgets.Display.<init>(Display.java:295)
       at org.eclipse.ui.internal.Workbench.run(Workbench.java:1248)
       at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
       at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
       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)

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev



Back to the top