Re: [Sablevm-developer] wanted to try AWT - failure report
Brought to you by:
egagnon
From: Grzegorz P. <ga...@de...> - 2002-08-20 16:15:25
|
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. :-/ 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 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 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. I'd be grateful if you try to help me :-) once again Best regards Grzegorz B. Prokopski PS: Does this work for you with sablevm? |