Re: dwt-linux with ldc successfully built

2009-09-17 Thread Gian Perrone
Frank Benoit schrieb: Thats good news. How long was the compile time? How big the executable? real 9m16.925s user 67m34.623s sys 4m28.682s That was on a dual Xeon quad core platform (= 8 cores) 2.5GHz via SSH, because on my laptop it was way to slow to repeat changing one code line and compi

dwt-linux with ldc successfully built

2009-09-17 Thread Gian Perrone
I just wanted you to know that i built dwt-linux (from the repository) with ldc, just a few small changes were made: hg diff -U0 diff -r 5f6d9bb33a53 dsss.conf --- a/dsss.conf Sat Apr 04 21:38:37 2009 +0200 +++ b/dsss.conf Thu Sep 17 16:19:06 2009 +0200 @@ -3,1 +3,1 @@ -buildflags+=-Jres +build

Weird JFace Preferences bug

2009-01-21 Thread Gian Perrone
I think I found a really weird bug in JFace. I use DWT 3.4-1, Tango 0.99.7 and DMD 1.028. A minimal example really is minimal: --- module bug; import jive.stacktrace; //Optional import dwtx.jface.preference.PreferenceManager; void main(char[][] args) { } --- If libicu is not installed, it cra