Errors compiling DSSS

Gor Gyolchanyan gor.f.gyolchanyan at gmail.com
Tue Nov 27 04:50:11 PST 2012


There's a good reason why all libraries come with their build scripts,
rather then rely on the client to build them as necessary. The reason is
that the source code is where the necessary building conditions are
defined, even if as a separate file. You can't write anything more, then a
100 LOC source file without having to make a build script. The source files
in a project heavily depend on the build script to produce the correct
result. This is why I don't see any reason why building process should be
separated from the source code.


On Tue, Nov 27, 2012 at 4:42 PM, Jacob Carlborg <doob at me.com> wrote:

> On 2012-11-27 13:35, Gor Gyolchanyan wrote:
>
>> The benefit is standardization. There will no longer be an annoying mess
>> of tons of different build systems with tons of different rules. This is
>> the same reason why there's DDOC and not external tool.
>>
>
> I don't think it's right to add a build tool to the compiler. There can be
> a standard built tool even if it's not in the compiler.
>
> --
> /Jacob Carlborg
>



-- 
Bye,
Gor Gyolchanyan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20121127/c1ed4e75/attachment.html>


More information about the Digitalmars-d mailing list