digitalmars.D - Re: DWT2
- Sam Hu <samhudotsamhu gmail.com> Apr 05 2011
- Jacob Carlborg <doob me.com> Apr 06 2011
- Sam Hu <samhudotsamhu gmail.com> Apr 06 2011
- Jacob Carlborg <doob me.com> Apr 06 2011
Jacob Carlborg Wrote:On 2011-04-05 05:54, Andrej Mitrovic wrote:You have to be kidding me. Who writes code like this? http://i.imgur.com/BBQde.png
Is that from a DWT snippet? -- /Jacob Carlborg
jacob:May I ask how to build DWT2 for DMD 2.052?I downloaded the zip file from here: http://hg.dsource.org/projects/dwt2/log/112 In the readme file I only saw it need rake to build.Except rake,can I build it also,say from .bat file? Thanks in advance. Regards, Sam
Apr 05 2011
On 2011-04-06 03:22, Sam Hu wrote:Jacob Carlborg Wrote:On 2011-04-05 05:54, Andrej Mitrovic wrote:You have to be kidding me. Who writes code like this? http://i.imgur.com/BBQde.png
Is that from a DWT snippet? -- /Jacob Carlborg
jacob:May I ask how to build DWT2 for DMD 2.052?I downloaded the zip file from here: http://hg.dsource.org/projects/dwt2/log/112 In the readme file I only saw it need rake to build.Except rake,can I build it also,say from .bat file?
Yes you should be able to do that. For D1 I'm usually using DSSS and just building from source, never building the whole library. It's easier that way, I haven't excluded the browser package from the Linux port. Don't know if it works with D2 or at all and it requires both extra compile time and run time dependencies.Thanks in advance. Regards, Sam
-- /Jacob Carlborg
Apr 06 2011
Jacob Carlborg Wrote:On 2011-04-06 03:22, Sam Hu wrote:Jacob Carlborg Wrote:On 2011-04-05 05:54, Andrej Mitrovic wrote:You have to be kidding me. Who writes code like this? http://i.imgur.com/BBQde.png
Is that from a DWT snippet? -- /Jacob Carlborg
jacob:May I ask how to build DWT2 for DMD 2.052?I downloaded the zip file from here: http://hg.dsource.org/projects/dwt2/log/112 In the readme file I only saw it need rake to build.Except rake,can I build it also,say from .bat file?
Yes you should be able to do that. For D1 I'm usually using DSSS and just building from source, never building the whole library. It's easier that way, I haven't excluded the browser package from the Linux port. Don't know if it works with D2 or at all and it requires both extra compile time and run time dependencies.Thanks in advance. Regards, Sam
-- /Jacob Carlborg
Thanks again for your great help!
Apr 06 2011
On 2011-04-06 11:50, Sam Hu wrote:Jacob Carlborg Wrote:On 2011-04-06 03:22, Sam Hu wrote:Jacob Carlborg Wrote:On 2011-04-05 05:54, Andrej Mitrovic wrote:You have to be kidding me. Who writes code like this? http://i.imgur.com/BBQde.png
Is that from a DWT snippet? -- /Jacob Carlborg
jacob:May I ask how to build DWT2 for DMD 2.052?I downloaded the zip file from here: http://hg.dsource.org/projects/dwt2/log/112 In the readme file I only saw it need rake to build.Except rake,can I build it also,say from .bat file?
Yes you should be able to do that. For D1 I'm usually using DSSS and just building from source, never building the whole library. It's easier that way, I haven't excluded the browser package from the Linux port. Don't know if it works with D2 or at all and it requires both extra compile time and run time dependencies.Thanks in advance. Regards, Sam
-- /Jacob Carlborg
No, you may not. I hate batch files and shell scripts :) Ok, seriously, I think you only need to collect all files in the base directory and in the SWT directory and compile them. Don't forget the -J switch for the resource folder. Also remember to link to the necessary libraries, you can find those in the rake script, in the LIBNAMES_BASIC variable.Thanks again for your great help!
-- /Jacob Carlborg
Apr 06 2011








Jacob Carlborg <doob me.com>