Re: GNUmake v4.4 port on Windows with tcc

2022-11-05 Thread Eli Zaretskii
> From: "Christian Jullien" > Cc: , > , > > Date: Sat, 5 Nov 2022 17:03:44 +0100 > > 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

RE: GNUmake v4.4 port on Windows with tcc

2022-11-05 Thread Christian Jullien
org] Sent: Saturday, November 05, 2022 15:49 To: psm...@gnu.org Cc: jull...@eligis.com; make-w32@gnu.org; tinycc-de...@nongnu.org Subject: Re: GNUmake v4.4 port on Windows with tcc > From: Paul Smith > Cc: make-w32@gnu.org, tinycc-de...@nongnu.org > Date: Sat, 05 Nov 2022 10:18:55 -0400 > &

Re: GNUmake v4.4 port on Windows with tcc

2022-11-05 Thread Eli Zaretskii
> From: Paul Smith > Cc: make-w32@gnu.org, tinycc-de...@nongnu.org > Date: Sat, 05 Nov 2022 10:18:55 -0400 > > On Thu, 2022-11-03 at 16:45 +0200, Eli Zaretskii wrote: > > > Of course it does. > > > > Thanks.  Paul, should I install this? > > Yes please thanks! Done.

Re: GNUmake v4.4 port on Windows with tcc

2022-11-05 Thread Paul Smith
On Thu, 2022-11-03 at 15:29 +0100, Christian Jullien wrote: > As side note, compiling GNUmake with cl x64 gives the following > warnings I believe I've examined these warnings in the past and they are not a problem: related to the ifdef spaghetti in parts of the code or else due to differences in

Re: GNUmake v4.4 port on Windows with tcc

2022-11-05 Thread Paul Smith
On Thu, 2022-11-03 at 16:45 +0200, Eli Zaretskii wrote: > > Of course it does. > > Thanks.  Paul, should I install this? Yes please thanks!

Re: GNUmake v4.4 port on Windows with tcc

2022-11-03 Thread Eli Zaretskii
> From: "Christian Jullien" > Cc: , > , > > Date: Thu, 3 Nov 2022 15:59:53 +0100 > > Hi Eli, you've read too fast, the warnings are with cl (Visual C++ if you > prefer), esp. when compiled with 64bit mode. That's still for Paul, who actually has VC. I only use GCC.

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 Eli Zaretskii
> 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 x64 gives the following warnings The "size_t to int" warnings are about EINTRLOOP, so I'll let Paul worry a

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

Re: GNUmake v4.4 port on Windows with tcc

2022-11-03 Thread Eli Zaretskii
> From: Paul Smith > Cc: tinycc-de...@nongnu.org, 'Eli Zaretskii' > Date: Wed, 02 Nov 2022 11:50:45 -0400 > > 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)

RE: GNUmake v4.4 port on Windows with tcc

2022-11-02 Thread Christian Jullien
gh to be tested on Windows with tcc. Christian -Original Message- From: Paul Smith [mailto:psm...@gnu.org] Sent: Wednesday, November 02, 2022 16:51 To: jull...@eligis.com; make-w32@gnu.org Cc: tinycc-de...@nongnu.org; 'Eli Zaretskii' Subject: Re: GNUmake v4.4 port on Windows with t

Re: GNUmake v4.4 port on Windows with tcc

2022-11-02 Thread Paul Smith
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 -Dstrtoll=_strtoi64 at line