Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Sweet Cocoa

I've updated to HEAD today, and it does the same again on Tiger.
Should I open a bug, or is Leopard only going to be the one that
works? If so, it might be an idea to put a test for disabling trying
to run (e.g. by throwing a Java exception) in the Display.init for the
cocoa build if it's not 10.5.

scala> System.getProperty("os.version")
unnamed0: java.lang.String = 10.4.11

Alex

On Nov 17, 2007 10:00 PM, Alex Blewitt <alex.blewitt@xxxxxxxxx> wrote:
> For those wanting to follow the instructions at
>
> http://www.eclipse.org/swt/cvs.php
>
> Please note that you need to check out the following module instead of
> the 'carbon.macosx' one:
> org.eclipse.swt.cocoa.macosx
>
> Sadly, it also seems to need Leopard; when I ran it on Tiger, it
> crashed. I can supply a crash log if necessary, but since it's likely
> to be a pre-req to be on Leopard there may not be much point.
>
> Stack: [0xbf800000,0xc0000000)
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> j  org.eclipse.swt.internal.cocoa.OS.objc_allocateClassPair(ILjava/lang/String;I)I+0
> j  org.eclipse.swt.widgets.Display.initClasses()V+222
> j  org.eclipse.swt.widgets.Display.init()V+5
>
> Alex
>
>
> On Nov 17, 2007 6:07 PM, Steve Northover <Steve_Northover@xxxxxxxxxx> wrote:
> >
> > Thanks for the offer, we'll take you up on it Monday in more detail.
> >
> > I've requested a Bugzilla category and it's not here yet.  At that point you
> > could flood us with bugs, but there are many and they are pretty obvious so
> > I'd prefer to wait until we had the category.
> >
> > Go ahead and run the ControlExample though and click around.  You might need
> > to build the native libraries.  Here is how you run SWT from CVS:
> > http://www.eclipse.org/swt/cvs.php.  Go for it!
> >
> >
> >
> >
> >
> >
> >  "Alex Blewitt" <alex.blewitt@xxxxxxxxx>
> > Sent by: platform-swt-dev-bounces@xxxxxxxxxxx
> >
> > 11/17/2007 10:04 AM
> >
> > Please respond to
> >  "Eclipse Platform SWT component developers list."
> > <platform-swt-dev@xxxxxxxxxxx>
> >
> >
> > To platform-swt-dev@xxxxxxxxxxx
> >
> > cc
> >
> > Subject [platform-swt-dev] Sweet Cocoa
> >
> >
> >
> >
> >
> > I'd like to help out with SWT/Cocoa if I can be of minimal assistance ...
> >
> >  Alex
> >  _______________________________________________
> >  platform-swt-dev mailing list
> >  platform-swt-dev@xxxxxxxxxxx
> >  https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
> >
> >
> > _______________________________________________
> > platform-swt-dev mailing list
> > platform-swt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
> >
> >
>


Back to the top