Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Solaris 9 motif support


The issue here is that SWT uses cairo to do advanced graphics and it sounds like cairo is not installed.



"Vinh Hoang" <llvinhll@xxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

10/31/2008 09:29 AM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>

To
"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
cc
Subject
Re: [platform-swt-dev] Solaris 9 motif support





Ok, I've finally narrowed it down to thing that is causing my code to fail.  It was was when I was trying to resize an image. I had use gc.setInterpolation(SWT.HIGH) and gc.setAntialias(SWT.ON).  If I took those 2 lines out, the app would run fine, well it doesn't exactly resize the image but it runs.  

Vinh



On Thu, Oct 30, 2008 at 11:29 AM, Grant Gayed <Grant_Gayed@xxxxxxxxxx> wrote:

Hi Vinh,


Solaris/motif on Solaris 9 is supported (presumably you're writing an RCP app, since the Eclipse SDK has not been built for this configuration for a while now).  Please log a bug report with SWT (
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform&component=SWT ) and provide as much info as you can to help with reproducing your problem (eg.- ideally a snippet of form http://www.eclipse.org/swt/faq.php#whatisasnippet ).

Thanks,

Grant




"Vinh Hoang" <llvinhll@xxxxxxxxx>
Sent by:
platform-swt-dev-bounces@xxxxxxxxxxx

10/29/08 12:19 PM


Please respond to
"Eclipse Platform SWT component developers list."        <
platform-swt-dev@xxxxxxxxxxx>

To
platform-swt-dev@xxxxxxxxxxx
cc
Subject
[platform-swt-dev] Solaris 9 motif support







I was wondering if Solaris 9 sparc was support for swt/jface 3.4?  I assume it was and used the solaris10 sparc/motif jar file in the download section. However I'm getting an exception for libs not being found when running an app extending ApplicationWindow.  Its asking for swt-cairo-motif-3448.so lib, but I checked the swt jar and the .so is in there.  The other strange thing is that i also ran a splash screen using just a shell and that works.  Classpaths and library paths are the same for the app and the splash screen.


Thanks,

Vinh_______________________________________________
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

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


Back to the top