Pop-Up Thingie

>>> Magnum BBS <<<
  • Home
  • Forum
  • Files
  • Log in

  1. Forum
  2. Usenet
  3. COMP.LANG.XHARBOUR
  • 2023-09-12 13:58 UTC+0200 Enrico Maria Giordano

    From Enrico Maria Giordano@21:1/5 to All on Tue Sep 12 14:00:36 2023
    2023-09-12 13:58 UTC+0200 Enrico Maria Giordano
    <e.m.giordano@emagsoftware.it>
    * source/pp/ppgen.c
    ! Removed redundant initialization in hb_pp_parseChangelog() function
    * winmake\makefile.bc
    ! Removed unuseful compiler options: -6 -w-8027 -w-8071 -w-8121 -vi
    -H- -w-
    * contrib\tiff\tif_aux.c
    * contrib\tiff\tif_color.c
    * contrib\tiff\tif_luv.c
    ! Removed #include <math.h>

    Now we can build xHarbour with BCC 7.60 64-bit!

    --
    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 Tue Sep 12 15:08:45 2023
    Il 12/09/2023 14:00, Enrico Maria Giordano ha scritto:

    2023-09-12 13:58 UTC+0200 Enrico Maria Giordano <e.m.giordano@emagsoftware.it>
      * source/pp/ppgen.c
        ! Removed redundant initialization in hb_pp_parseChangelog() function
      * winmake\makefile.bc
        ! Removed unuseful compiler options: -6 -w-8027 -w-8071 -w-8121 -vi -H- -w-
      * contrib\tiff\tif_aux.c
      * contrib\tiff\tif_color.c
      * contrib\tiff\tif_luv.c
        ! Removed #include <math.h>

    Now we can build xHarbour with BCC 7.60 64-bit!

    Please wait, there are still some problems...

    --
    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 Tue Sep 12 16:09:15 2023
    Il 12/09/2023 15:08, Enrico Maria Giordano ha scritto:

    Please wait, there are still some problems...

    Someone knows how to suppress warnings like this in a way compatible
    with BCC32 (NOCLANG) and BCC64 (CLANG)?

    Warning W8071 contrib\hbzlib\ziparchive.cpp 2402: Conversion may lose significant digits in function CZipArchive::GetCentralDirInfo(CZipCentralDir::Info &) const

    --
    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 Tue Sep 12 11:54:49 2023
    On Tuesday, September 12, 2023 at 9:09:16 AM UTC-5, Enrico Maria Giordano wrote:
    Il 12/09/2023 15:08, Enrico Maria Giordano ha scritto:

    Please wait, there are still some problems...
    Someone knows how to suppress warnings like this in a way compatible
    with BCC32 (NOCLANG) and BCC64 (CLANG)?

    Warning W8071 contrib\hbzlib\ziparchive.cpp 2402: Conversion may lose significant digits in function CZipArchive::GetCentralDirInfo(CZipCentralDir::Info &) const
    --
    Enrico Maria Giordano

    http://www.emagsoftware.it
    http://www.emagsoftware.it/emgmusic
    http://www.emagsoftware.it/spectrum
    http://www.emagsoftware.it/tbosg
    Try: -w-w8071

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Tue Sep 12 21:26:05 2023
    Il 12/09/2023 20:54, Ron Pinkas ha scritto:

    Someone knows how to suppress warnings like this in a way compatible
    with BCC32 (NOCLANG) and BCC64 (CLANG)?

    Warning W8071 contrib\hbzlib\ziparchive.cpp 2402: Conversion may lose
    significant digits in function
    CZipArchive::GetCentralDirInfo(CZipCentralDir::Info &) const
    --
    Enrico Maria Giordano

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

    Try: -w-w8071

    No, sorry:

    bcc64.exe: error: unknown argument: '-w-w8071'

    --
    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 Sep 13 10:28:27 2023
    Il 12/09/2023 16:09, Enrico Maria Giordano ha scritto:

    Someone knows how to suppress warnings like this in a way compatible
    with BCC32 (NOCLANG) and BCC64 (CLANG)?

    Warning W8071 contrib\hbzlib\ziparchive.cpp 2402: Conversion may lose significant digits in function CZipArchive::GetCentralDirInfo(CZipCentralDir::Info &) const

    Or better, can someone can point me to a list of the equivalent switches
    in CLANG BCC compiler? I can't find one. I need to suppress some
    warnings in CLANG BCC compiler.

    --
    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)
  • Who's Online

  • Recent Visitors

    • Gretchiie
      Wed Sep 17 08:54:03 2025
      from Derry, Nh via Telnet
    • Bob Worm
      Wed Sep 17 08:43:18 2025
      from Wales, Uk via Telnet
    • Bob Worm
      Wed Sep 17 08:14:37 2025
      from Wales, Uk via Telnet
    • Volatile_Memory
      Wed Sep 17 07:20:57 2025
      from Des Moines, Iowa via SSH
    • Volatile_Memory
      Wed Sep 17 07:17:26 2025
      from Des Moines, Iowa via SSH
    • Bob Worm
      Tue Sep 16 21:01:27 2025
      from Wales, Uk via Telnet
    • Bob Worm
      Tue Sep 16 15:15:42 2025
      from Wales, Uk via Telnet
    • Gretchiie
      Tue Sep 16 05:20:21 2025
      from Derry, Nh via Telnet
  • System Info

    Sysop: Keyop
    Location: Huddersfield, West Yorkshire, UK
    Users: 546
    Nodes: 16 (2 / 14)
    Uptime: 49:12:16
    Calls: 10,397
    Calls today: 5
    Files: 14,067
    Messages: 6,417,291
    Posted today: 1

© >>> Magnum BBS <<<, 2025