Re: [Sablevm-developer] wanted to try AWT - failure report
Brought to you by:
egagnon
From: John L. <je...@pi...> - 2002-08-20 16:28:49
|
On Tue, 2002-08-20 at 17:16, Grzegorz Prokopski wrote: > W li=B6cie z wto, 20-08-2002, godz. 17:46, John Leuner pisze:=20 > > Have you built that library? > > You need to build classpath with: > > configure --enable-gtk-peers > I wonder if you _really_ have read my mail till the end. :-/ :-) I skimmed over the last part. > I rebuilded sablevm-nativelib-1.0.1 adding --enable-gtk-peers > explicitely to ./configure (if it's not "default" there for sablevm?). > I didn't notoice any change. >=20 > I'd be grateful if you try to help me :-) once again >=20 > Best regards >=20 > Grzegorz B. Prokopski >=20 > PS: Does this work for you with sablevm? I have used the GTK peers with kissme.=20 I assume the other Classpath dynamically-loaded native code works with sablevm, so it's probably not a JNI issue. I haven't got TestAWT to work yet. (It loads and displays) but doesn't work (with kissme). John Leuner =20 > Here's the error: > > > greg@greg:~/deb-pkgs/sablevm/testing$ /usr/bin/sablevm -Y TestAWT > > > INSET:java.awt.Insets(top=3D0,bottom=3D0,left=3D0,right=3D0) > > > loading gtkpeer > > > java.lang.UnsatisfiedLinkError: Could not load library > > > /usr/lib/sablevm/libgnu-java-awt-peer-gtk-1.0.1.so at >=20 > And here I show you part of the content of /usr/lib/sablevm > > > greg@greg:~/deb-pkgs/sablevm/testing$ ls -al > > > /usr/lib/sablevm/libgnu-java-awt-peer-gtk* =20 > > > -rw-r--r-- 1 root root 71972 2002-08-13 13:42 > > > /usr/lib/sablevm/libgnu-java-awt-peer-gtk-1.0.1.so > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > where you can easily find the library > > > -rw-r--r-- 1 root root 810 2002-08-13 13:42 > > > /usr/lib/sablevm/libgnu-java-awt-peer-gtk.la > > > lrwxrwxrwx 1 root root 33 2002-08-20 15:59 > > > /usr/lib/sablevm/libgnu-java-awt-peer-gtk.so -> > > > libgnu-java-awt-peer-gtk-1.0.1.so >=20 |