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

2022-11-02 Thread Christian Jullien
I subscribe both lists and tried to build make 3.3.91 two weeks ago but it failed because some configuration files were missing. F:\wintcc\make-7c71df5695720dcf5947a7eba1682452ee497288>build_w32.bat tcc Creating GNU Make for Windows 9X/NT/2K/XP/Vista/7/8/10 - Building with TinyC - Enabling

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

2022-11-02 Thread Christian Jullien
Hi team, Many thanks for your efforts for make 4.4. Trying to compile this versions with tcc on Windows "nearly" works out the box. 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

[Tinycc-devel] Windows distribution/installer

2022-11-02 Thread Charles Lohr
A few days ago, I started experimenting with just using NSIS to package up TinyCC as an installer for Windows, which worked out well. It basically: * Includes TinyCC Win-64 0.9.27 (Boy would a new release be nice!) * Includes Win API Headers Full * Optionally adds TCC (wherever it is

Re: [Tinycc-devel] 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

[Tinycc-devel] ReĀ : Windows distribution/installer

2022-11-02 Thread david . koch
Hi, nice additiong, you could have used InnoSetup instead though. I don't really see the point since a portable installation is already quite easy to deal with (minus the PATH part). https://github.com/Kochise/tinycc_win32 The main problem, you have put your finger on, is the age of the