Re: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-26 Thread Eli Zaretskii
> From: "Christian Jullien" > Cc: , > > Date: Sun, 26 Jan 2020 17:57:25 +0100 > > I try to keep my dev. Machine a lite as possible so I'll decline to install > more tools (sorry). Fair enough.

Re: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-26 Thread Eli Zaretskii
> From: Paul Smith > Date: Sun, 26 Jan 2020 12:14:26 -0500 > Cc: make-w32@gnu.org > > On Sun, 2020-01-26 at 17:57 +0100, Christian Jullien wrote: > > I try to keep my dev. Machine a lite as possible so I'll decline to > > install more tools (sorry). > > If you install Perl and Git for Windows yo

Re: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-26 Thread Paul Smith
On Sun, 2020-01-26 at 17:57 +0100, Christian Jullien wrote: > I try to keep my dev. Machine a lite as possible so I'll decline to > install more tools (sorry). If you install Perl and Git for Windows you'll have everything you need to get most of the tests running... in the instances where I have

RE: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-26 Thread Christian Jullien
om Cc: psm...@gnu.org; make-w32@gnu.org Subject: Re: [Tinycc-devel] I want to port make on Windows using tcc compiler > From: "Christian Jullien" > Cc: , > > Date: Sun, 26 Jan 2020 07:51:46 +0100 > > c:\downloads\

Re: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-26 Thread Eli Zaretskii
> From: "Christian Jullien" > Cc: , > > Date: Sun, 26 Jan 2020 07:51:46 +0100 > > c:\downloads\make-4.3\tests>run_make_tests.bat > > -- > Running tests for GNU make on cygwin

RE: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-25 Thread Christian Jullien
res/comments): Command failed: exec: Cannot execute C:/downl: No such file or directory -Original Message- From: Eli Zaretskii [mailto:e...@gnu.org] Sent: Saturday, January 25, 2020 19:26 To: jull...@eligis.com Cc: psm...@gnu.org; make-w32@gnu.org Subject: Re: [Tinycc-devel] I want to port

Re: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-25 Thread Eli Zaretskii
> Date: Fri, 24 Jan 2020 15:34:08 +0200 > From: Eli Zaretskii > Cc: make-w32@gnu.org, jull...@eligis.com > > Thanks, then I guess when Christian's legal paperwork is done, I will > apply these changes. While we are waiting: Christian, did you happen to run the GNU Make test suite with the tcc-bu

Re: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-24 Thread Eli Zaretskii
> From: Paul Smith > Cc: make-w32@gnu.org > Date: Fri, 24 Jan 2020 07:49:37 -0500 > > On Fri, 2020-01-24 at 09:25 +0200, Eli Zaretskii wrote: > > Paul, any comments? The changes look reasonable to me, FWIW. > > They seem good to me! Thanks, then I guess when Christian's legal paperwork is done

Re: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-24 Thread Paul Smith
On Fri, 2020-01-24 at 09:25 +0200, Eli Zaretskii wrote: > Paul, any comments? The changes look reasonable to me, FWIW. They seem good to me! Thanks for spearheading this effort Eli. And thanks for your contribution Christian!

Re: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-24 Thread Eli Zaretskii
> From: "Christian Jullien" > Cc: , > > Date: Fri, 24 Jan 2020 10:39:12 +0100 > > I let you decide if this modest contribution is worth for me to mention as > contributor. We always attribute the changes to their original authors. So if your changes are accepted, your name will be mentio

RE: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-24 Thread Christian Jullien
I let you decide if this modest contribution is worth for me to mention as contributor. -Original Message- From: Eli Zaretskii [mailto:e...@gnu.org] Sent: Friday, January 24, 2020 09:48 To: jull...@eligis.com Cc: psm...@gnu.org; make-w32@gnu.org Subject: Re: [Tinycc-devel] I want to port

Re: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-24 Thread Eli Zaretskii
> From: "Christian Jullien" > Cc: > Date: Fri, 24 Jan 2020 09:13:12 +0100 > > > Would you like me to send you the form to fill to start the legal > paperwork? > > For sure, I'll be glad to do so. Thanks, form sent off-list.

RE: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-24 Thread Christian Jullien
aretskii [mailto:e...@gnu.org] Sent: Friday, January 24, 2020 08:25 To: jull...@eligis.com; Paul Smith Cc: make-w32@gnu.org Subject: Re: [Tinycc-devel] I want to port make on Windows using tcc compiler > From: "Christian Jullien" > Cc: > Date: Wed, 22 Jan 2020 20:57:37 +0100 &

Re: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-23 Thread Eli Zaretskii
> From: "Christian Jullien" > Cc: > Date: Wed, 22 Jan 2020 20:57:37 +0100 > > Ok here are the patches: Thanks. A few questions and comments below. > :: Find a compiler. Visual Studio requires a lot of effort to locate :-/. > %COMPILER% >nul 2>&1 > @@ -172,6 +182,7 @@ > set OUTDIR=.\GccRel

RE: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-22 Thread Christian Jullien
T(\[GNU make\],\[\([^]]\+\)\].*/s,%%VERSION%%,\1,g/p" configure.ac > %OUTDIR%\src\config.h.W32.sed @@ -375,7 +419,7 @@ goto :EOF :Usage -echo Usage: %0 [options] [gcc] +echo Usage: %0 [options] [gcc|tcc] echo Options: echo. --without-guile Do not compile Guile support even if found

Re: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-22 Thread Eli Zaretskii
[Please keep the make-w32 list on the CC.] > From: "Christian Jullien" > Date: Wed, 22 Jan 2020 20:23:33 +0100 > > I see. In this case I need an advice. > > As you probably understand now, I want a simple mechanism which allows a > non-technical user to rebuild gnumake.exe from an official dist

Re: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-22 Thread Eli Zaretskii
> From: "Christian Jullien" > Date: Wed, 22 Jan 2020 18:44:25 +0100 > Cc: tinycc-de...@nongnu.org > > Thank you Eli, your help is really appreciated. > > >From the latest https://ftp.gnu.org/gnu/make/make-4.3.tar.gz I don't see the > src/config.h.W32.template you're referring to. The template f

RE: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-22 Thread Christian Jullien
Thank you Eli, your help is really appreciated. >From the latest https://ftp.gnu.org/gnu/make/make-4.3.tar.gz I don't see the src/config.h.W32.template you're referring to. tar tvzf make-4.3.tar.gz | grep -i templ -rw-r--r-- 0 1000 1000 1015 Jan 03 08:11 make-4.3/tests/scripts/test_templat