RE: *** SPAM *** Re: Prerelease GNU Make 4.4.0.90 on Windows using tcc compiler

2023-01-15 Thread Christian Jullien
Arrrgl! Thank you guys, I missed this step: .\bootstrap.bat No issue then with tcc, except this warning: In file included from src/w32/subproc/w32err.c:19: ./src/makeint.h:393: warning: WIN32_LEAN_AND_MEAN redefined To fix it, you may want to add: # ifndef WIN32_LEAN_AND_MEAN # define WIN32_LEAN_

Prerelease GNU Make 4.4.0.90 on Windows using tcc compiler

2023-01-14 Thread Christian Jullien
Trying the current snapshot I get this error. I've got this error each time I've tested a snapshot. I never happened on an official release. Many 'port' files are missing (or not copied at the right location). mkconfig.h glob.h fnmath.h intpropos.h ... Should I do something special with snapshot.

RE: [Tinycc-devel] GNUmake v4.4 port on Windows with tcc

2022-11-10 Thread Christian Jullien
Sent: Saturday, November 05, 2022 17:22 To: jull...@eligis.com Cc: psm...@gnu.org; jull...@eligis.com; make-w32@gnu.org; tinycc-de...@nongnu.org Subject: Re: [Tinycc-devel] GNUmake v4.4 port on Windows with tcc > From: "Christian Jullien" > Cc: , > , > > Date:

RE: GNUmake v4.4 port on Windows with tcc

2022-11-05 Thread Christian Jullien
Please note that even VisualC++ uses defines (in mapping.h) /** * Map stroll to _strtoi64 * * stroll does not properly map in Windows; this is needed to ensure calls to * strtoll(const char *nptr, char **endptr, int base) will compile in Windows. */ #define strtoll _strtoi64 /** * Map strtou

RE: GNUmake v4.4 port on Windows with tcc

2022-11-03 Thread Christian Jullien
inycc-de...@nongnu.org Subject: Re: GNUmake v4.4 port on Windows with tcc > From: "Christian Jullien" > Cc: , > > Date: Thu, 3 Nov 2022 15:29:47 +0100 > > Of course it does. Thanks. Paul, should I install this? > As side note, compiling GNUmake with cl x

RE: GNUmake v4.4 port on Windows with tcc

2022-11-03 Thread Christian Jullien
Original Message- From: Eli Zaretskii [mailto:e...@gnu.org] Sent: Thursday, November 03, 2022 14:50 To: jull...@eligis.com; psm...@gnu.org Cc: make-w32@gnu.org; tinycc-de...@nongnu.org Subject: Re: GNUmake v4.4 port on Windows with tcc > From: Paul Smith > Cc: tinycc-de...@nongn

GNUmake v4.4 port on Solaris with gcc 9.5.0

2022-11-02 Thread Christian Jullien
Hi again, If you care, here are few warnings I've got compiling v4.4 on Solaris 10 using gcc 9.5.0 which is the latest gcc version supported by Solaris 10. [jullien@pastre]less-608$ ./configure; make checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler def

RE: GNUmake v4.4 port on Windows with tcc

2022-11-02 Thread Christian Jullien
cc On Wed, 2022-11-02 at 16:40 +0100, Christian Jullien wrote: > It appears that tcc on Windows lacks strtoll and strtoull (something > that > needs to be fixed on tcc side of course). > Meanwhile, it can easily be patched in build_w32.bat by adding > -Dstrtoull=_strtoui64 -Dstrtol

GNUmake v4.4 port on Windows with tcc

2022-11-02 Thread Christian Jullien
er > 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 y

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-25 Thread Christian Jullien
Sure, with pleasure. Because I've troubles running the suite, if you want to test yourself it I've put a copy here: wget http://www.eligis.com/make.exe I also tried myself and downloaded your patched archive to give a try. I'm probably doing something wrong with it. After extraction and copyin

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

2020-01-24 Thread Christian Jullien
make on Windows using tcc compiler > 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: Why SHELL defaults to sh.exe

2020-01-23 Thread Christian Jullien
-Original Message- From: Eli Zaretskii [mailto:e...@gnu.org] Sent: Thursday, January 23, 2020 20:26 To: jull...@eligis.com Cc: make-w32@gnu.org Subject: Re: Why SHELL defaults to sh.exe > From: "Christian Jullien" > Date: Thu, 23 Jan 2020 20:18:17 +0100 > > Hum I see! I

RE: Why SHELL defaults to sh.exe

2020-01-23 Thread Christian Jullien
d>type Makefile all: @echo $(SHELL) cmd>.\gnumake sh.exe<=== Argl!! -Original Message- From: Eli Zaretskii [mailto:e...@gnu.org] Sent: Thursday, January 23, 2020 15:33 To: jull...@eligis.com Cc: make-w32@gnu.org Subject: Re: Why SHELL defaults to sh.exe > From: &

Why SHELL defaults to sh.exe

2020-01-23 Thread Christian Jullien
Hi team, I wonder why Windows native gnumake.exe defaults to sh.exe ? Building gnumake.exe with build_w32.bat (which defaults to cl.exe) still uses sh.exe while IMHO it should default to cmd.exe In an ideal world, I should be able to get for example all .c source files with: FILES =

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: I want to port make on Windows using tcc compiler

2020-01-22 Thread Christian Jullien
.org Subject: Re: I want to port make on Windows using tcc compiler On 2020-01-22 05:38, Christian Jullien wrote: > To provide a complete working C toolchain, it lacks a 'make' utility as > with > other unix like systems. Don't forget that make recipes are written in

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

2020-01-22 Thread Christian Jullien
L) source code and "build_w32.bat tcc" would just do. -Original Message- From: Eli Zaretskii [mailto:e...@gnu.org] Sent: Wednesday, January 22, 2020 18:12 To: jull...@eligis.com Cc: tinycc-de...@nongnu.org; help-m...@gnu.org Subject: Re: *** SPAM *** [Tinycc-devel] I want to port make on W