> From: Paul Smith <[EMAIL PROTECTED]>
> Cc: Eli Zaretskii <[EMAIL PROTECTED]>, make-w32@gnu.org
> Date: Sun, 30 Sep 2007 10:08:45 -0400
> 
> Up until now, as far as I know no one has supported building GNU make
> from CVS on Windows platforms.  To actually create a distribution
> tarball takes a lot of tools such as autoconf, automake, gettext, etc.
> which I believe do run on Windows but are not commonly found.
> 
> However, I have no objection to the creation of a new batch file or
> whatever that will make this easier.

Since currently the Windows port is built by a simple script, all we
need to do is modify that script so that it works with CVS files.  Do
you see anything else that needs to be done, apart of producing a
valid config.h from the W32 template?

> Well, obviously casting a const char* to a char* so you can modify it is
> not valid code.  There's a reason these values are const, and that
> reason is that they should not be modified.
> 
> I can't accept this change; you'll have to find a way of rewriting this
> code that does NOT involve casting away const.

Agreed.


_______________________________________________
Make-w32 mailing list
Make-w32@gnu.org
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to