• ChangeLog: 2024-01-09 20:59 UTC-0500 Ron Pinkas

    From Ron Pinkas@21:1/5 to All on Tue Jan 9 20:59:41 2024
    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)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Wed Jan 10 12:37:41 2024
    Il 10/01/2024 02:59, Ron Pinkas ha scritto:

    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Wed Jan 10 17:04:01 2024
    Il 10/01/2024 16:58, Ron Pinkas ha scritto:

    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.

    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to Enrico Maria Giordano on Wed Jan 10 10:58:39 2024
    Enrico Maria Giordano wrote:


    Il 10/01/2024 02:59, Ron Pinkas ha scritto:

    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,

    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)