Re: DWT2 built with DSSS

2009-05-26 Thread Jacob Carlborg
Sam Hu wrote: Build swtsnippets : F:\DLang\TangoD\dwt2>rake swtsnippets (in F:/DLang/TangoD/dwt2) Building swtsnippets[Snippet10] dmd.exe @F:\DLang\TangoD\dwt2\rsp OPTLINK (R) for Win32 Release 8.00.1 Copyright (C) Digital Mars 1989-2004 All rights reserved. zlib.lib Warning 2: File Not Found

Re: DWT2 built with DSSS

2009-05-26 Thread Kristoffer
It looks to me that the path's are configured incorrectly somewhere since you get the File not found error's. Verify that the imp\, lib\, obj\ and res\ folders are inside your dwt2\ folder after the compile of dwt2 (they should be there automatically). It also looks like it is some kind of pr

Re: DWT2 built with DSSS

2009-05-26 Thread Kristoffer
You could also try to write the full path inside "dmd\bin\sc.ini" instead of the "%...@p%\..\"

Re: DWT2 built with DSSS

2009-05-26 Thread Sam Hu
Build swtsnippets : F:\DLang\TangoD\dwt2>rake swtsnippets (in F:/DLang/TangoD/dwt2) Building swtsnippets[Snippet10] dmd.exe @F:\DLang\TangoD\dwt2\rsp OPTLINK (R) for Win32 Release 8.00.1 Copyright (C) Digital Mars 1989-2004 All rights reserved. zlib.lib Warning 2: File Not Found zlib.lib org.ec

Re: DWT2 built with DSSS

2009-05-26 Thread Sam Hu
Build DWT2 success. Build app with DSSS Erro message: F:\DLang\TangoD\dwt2>rake base swt equinox core jface (in F:/DLang/TangoD/dwt2) Building dwt-base dmd.exe @F:\DLang\TangoD\dwt2\rsp lib.exe @F:/DLang/TangoD/dwt2/rsp > F:/DLang/TangoD/dwt2/olog.txt Building org.eclipse.swt.win32.win32.x86 dmd.e

Re: DWT2 built with DSSS

2009-05-26 Thread Sam Hu
Hi Kristoffer: I can compile the DWT2 successfully by rake all including all the samples (swt/jFace,etc); I can also do almost everything with dfl,dsss,arclib,gtkD... except when using DWT2: 1.If I compile a program of my own (dwt2 app) ,the only way I can pass the build is to save the source (