digitalmars.D - Re: DWT2
- Sam Hu (8/17) Apr 05 2011 Sorry for my stepping in...
- Jacob Carlborg (8/25) Apr 06 2011 Yes you should be able to do that. For D1 I'm usually using DSSS and
- Sam Hu (3/33) Apr 06 2011 Sorry for my stupid.May I ask what the batch file should be like to buil...
- Jacob Carlborg (9/42) Apr 06 2011 No, you may not. I hate batch files and shell scripts :)
Jacob Carlborg Wrote:On 2011-04-05 05:54, Andrej Mitrovic wrote:Sorry for my stepping in... 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, SamYou have to be kidding me. Who writes code like this? http://i.imgur.com/BBQde.pngIs that from a DWT snippet? -- /Jacob Carlborg
Apr 05 2011
On 2011-04-06 03:22, Sam Hu wrote:Jacob Carlborg Wrote: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.On 2011-04-05 05:54, Andrej Mitrovic wrote:Sorry for my stepping in... 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?You have to be kidding me. Who writes code like this? http://i.imgur.com/BBQde.pngIs that from a DWT snippet? -- /Jacob CarlborgThanks in advance. Regards, Sam-- /Jacob Carlborg
Apr 06 2011
Jacob Carlborg Wrote:On 2011-04-06 03:22, Sam Hu wrote:Sorry for my stupid.May I ask what the batch file should be like to build the whole lib? Thanks again for your great help!Jacob Carlborg Wrote: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.On 2011-04-05 05:54, Andrej Mitrovic wrote:Sorry for my stepping in... 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?You have to be kidding me. Who writes code like this? http://i.imgur.com/BBQde.pngIs that from a DWT snippet? -- /Jacob CarlborgThanks in advance. Regards, Sam-- /Jacob Carlborg
Apr 06 2011
On 2011-04-06 11:50, Sam Hu wrote:Jacob Carlborg Wrote: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.On 2011-04-06 03:22, Sam Hu wrote:Sorry for my stupid.May I ask what the batch file should be like to build the whole lib?Jacob Carlborg Wrote: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.On 2011-04-05 05:54, Andrej Mitrovic wrote:Sorry for my stepping in... 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?You have to be kidding me. Who writes code like this? http://i.imgur.com/BBQde.pngIs that from a DWT snippet? -- /Jacob CarlborgThanks in advance. Regards, Sam-- /Jacob CarlborgThanks again for your great help!-- /Jacob Carlborg
Apr 06 2011