Discussion:
ChangeLog: 2024-01-09 20:59 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
(too old to reply)
Ron Pinkas
2024-01-10 01:59:41 UTC
Permalink
2024-01-09 20:59 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
* contrib/sixapi/source/dbcopy.c
* contrib/sixapi/source/dbdelim.c
* contrib/sixapi/source/dbeval.c
* contrib/sixapi/source/dbsort.c
- Removed redundant () to avoid compiler warning

* include/ctmath.h
- Added misssing void to avoid compiler warning
* include/hbdefs.h
+ Added && ! defined(__clang__) to __BORLANDC__ if fix error under CLang based BCC
* source/common/hbdate.c
+ Added () to cast to avoid compiler warning
* source/compiler/gencc.c
* Corrected format specifier %hu to %hhu and %hd to %hhd to avoid compiler warning

* source/ct/ctnet.c
* source/compiler/gencobj.c
* source/rtl/hbwinole.c
* source/rtl/is.c
* source/rtl/win32prn.prg
- Removed UTF8 characters to avoid compiler warning

* source/vm/eval.c
* source/pp/ppgen.c
* Fixed ULL suffix tto use HB_ULL() macro

* utils/hbpp/hbppcore.c
* source/rtl/hbgtcore.c
* Corrected few commas to semicolons to avoid compiler warning

* source/rtl/hbsrlraw.c
* Corrected 1 HB_SIZE to HB_OFFSET to avoid compiler warning
* winmake/find_bc.bat
+ !path! to !~path~ in .cfg file processing incasse patth has quotes

* winmake/find_bison.bat
+ Added few more known locations for win_bison.exe

* make_gc64.bat
* Corrected HB_ARCH=64 to =w64

+ winmake/makefile.clng
+ make_clng.bat
+ New files to support MingW-CLang (work in progress)
Enrico Maria Giordano
2024-01-10 11:37:41 UTC
Permalink
Post by Ron Pinkas
2024-01-09 20:59 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
cc1.exe: error: CPU you selected does not support x86-64 instruction set
mingw32-make: *** [winmake/compile.mak:374: obj\gc64\hbrmw64.o] Error 1

My batch:

SET CC_DIR=e:\fw\temp\mgw64
make_gc64 all
--
Enrico Maria Giordano

http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
Ron Pinkas
2024-01-10 15:58:39 UTC
Permalink
Post by Enrico Maria Giordano
Post by Ron Pinkas
2024-01-09 20:59 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
cc1.exe: error: CPU you selected does not support x86-64 instruction set
mingw32-make: *** [winmake/compile.mak:374: obj\gc64\hbrmw64.o] Error 1
SET CC_DIR=e:\fw\temp\mgw64
make_gc64 all
Enrico,

This is not complete, I just started - as soon as I have i working I
will post instructions. My atttempt is to support:

https://github.com/mstorsjo/llvm-mingw

For now it seems to have issues nott related to us that I need to
understand.

Ron
Enrico Maria Giordano
2024-01-10 16:04:01 UTC
Permalink
Post by Ron Pinkas
This is not complete, I just started - as soon as I have i working I
https://github.com/mstorsjo/llvm-mingw
For now it seems to have issues nott related to us that I need to
understand.
Ok, I stop testing MGW for now.
--
Enrico Maria Giordano

http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
Loading...