Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Eclipse on Mac OSX


The pixbuf lib *is* associated with the ws, not the os.  From the current make_gtk.mak (line 46):

PIXBUF_DLL = lib$(PIXBUF_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so



Mike_Wilson@xxxxxxx
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

02/06/2002 09:33 AM
Please respond to platform-swt-dev

       
        To:        platform-swt-dev@xxxxxxxxxxx
        cc:        
        Subject:        Re: [platform-swt-dev] Eclipse on Mac OSX



That looks like a bug. The "pixbuf" lib should be associated with the ws, not the os, so "-ws gtk" should be good enough.


McQ.



David_Whiteman@xxxxxxx
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

02/06/2002 07:57 AM
Please respond to platform-swt-dev

       
       To:        platform-swt-dev@xxxxxxxxxxx
       cc:        
       Subject:        Re: [platform-swt-dev] Eclipse on Mac OSX




Did anyone notice that it's substituting "mac os x" for where "gtk" should be?  Isn't there an "-os" command line switch or something like that so that the proper name can be used for the pixbuf .so file?

java.lang.UnsatisfiedLinkError: no swt-pixbuf-mac os x-2023 in
java.library.path
--
David Whiteman
OTI Raleigh
david_whiteman@xxxxxxx
Ringo De Smet <ridesmet@xxxxxxxxxxxxxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

02/05/2002 03:40 PM
Please respond to platform-swt-dev

       
      To:        Eclipse SWT <platform-swt-dev@xxxxxxxxxxx>
      cc:        
      Subject:        Re: [platform-swt-dev] Eclipse on Mac OSX




On 27-01-2002 13:10, Laurent Voillot wrote:

> If you want to launch eclipse gtk on your mac just take the 3 libraries
> and launch eclipse with the option -ws gtk

I extracted the three libraries into the plugins/org.eclipse.swt/ws/gtk
folder, and then according to what is specified on the following webpage:

http://developer.apple.com/qa/java/java28.html

I defined DYLD_LIBRARY_PATH to be
/Applications/eclipse/plugins/org.eclipse.gtk/ws/gtk

I then tried to launch eclipse using

java -classpath startup.jar org.eclipse.core.launcher.UIMain -ws gtk

But I always get the following stacktrace:

java.lang.UnsatisfiedLinkError: no swt-pixbuf-mac os x-2023 in
java.library.path
 at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1312)
...
 at org.eclipse.swt.internal.gtk.GDKPIXBUF.<clinit>(GDKPIXBUG.java:223)

Etc...

How can I get these libraries in the Java VM search path?

Ringo

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





Back to the top