Re: UTF8 convert when using make

2020-05-27 Thread Truong Term
Dear Paul and Eli, Thanks for your support, let me try Best Regards, On Wed, May 27, 2020 at 11:53 PM Eli Zaretskii wrote: > > From: Truong Term > > Date: Wed, 27 May 2020 15:44:16 +0800 > > > > I downloaded this one > > http://gnuwin32.sourceforge.net/packages/make.htm > > > > and got an er

Re: math expressions (was: Re: Tail call elimination)

2020-05-27 Thread Pete Dietl
A few questions. Technically, the C standard allows for machines which don't use 2's complement. So should we consider our LONG_MIN to be -2^63 + 1? Also, signed arithmetic overflow is undefined behavior, so should we also indicate that we have undefined behavior or should we use some function th

Re: UTF8 convert when using make

2020-05-27 Thread Eli Zaretskii
> From: Truong Term > Date: Wed, 27 May 2020 15:44:16 +0800 > > I downloaded this one > http://gnuwin32.sourceforge.net/packages/make.htm > > and got an error in display charset utf8 when trying to pass the parameter > see my screenshot below MinGW programs are native MS-Windows console exec

Re: UTF8 convert when using make

2020-05-27 Thread Paul Smith
On Wed, 2020-05-27 at 15:44 +0800, Truong Term wrote: > I downloaded this one > http://gnuwin32.sourceforge.net/packages/make.htm That site is not part of the GNU project or the FSF. If you want help using that version please refer to their support lists: http://gnuwin32.sourceforge.net/ http:/

UTF8 convert when using make

2020-05-27 Thread Truong Term
Dear team, I downloaded this one http://gnuwin32.sourceforge.net/packages/make.htm and got an error in display charset utf8 when trying to pass the parameter see my screenshot below [image: image.png] in my Makefile [image: image.png] Please help, thanks Best Regards,