• Re: ChangeLog: 2023-08-26 14:35 UTC-0500 Ron Pinkas

    From reinaldohf@gmail.com@21:1/5 to All on Sat Aug 26 12:58:40 2023
    Ron,

    2023-08-26 14:35 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
    * source/pp/ppcore.c
    * Removed wrong static qualifier of hb_pp_szWarnings

    It still is having the error bellow:

    source\pp\pptable.c:
    source\pp\ppcore.c:
    Error E2141 include\hbverbld.h 21: Declaration syntax error
    Error E2451 source\pp\ppcore.c 272: Undefined symbol 'hb_pp_szWarnings' in function hb_pp_error
    *** 2 errors in Compile ***

    ** error 2 ** deleting obj\b32\ppcore.obj

    I updated my sources of xharbour.
    I am using BCC760, from Embarcadero Community Edition.

    Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc.

    Thanks for your attention.

    Reynaldo Henrique

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to reina...@gmail.com on Sat Aug 26 13:08:20 2023
    On Saturday, August 26, 2023 at 2:58:41 PM UTC-5, reina...@gmail.com wrote:
    Ron,
    2023-08-26 14:35 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
    * source/pp/ppcore.c
    * Removed wrong static qualifier of hb_pp_szWarnings
    It still is having the error bellow:

    source\pp\pptable.c:
    source\pp\ppcore.c:
    Error E2141 include\hbverbld.h 21: Declaration syntax error
    Error E2451 source\pp\ppcore.c 272: Undefined symbol 'hb_pp_szWarnings' in function hb_pp_error
    *** 2 errors in Compile ***

    ** error 2 ** deleting obj\b32\ppcore.obj

    I updated my sources of xharbour.
    I am using BCC760, from Embarcadero Community Edition.

    Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc.

    Thanks for your attention.

    Reynaldo Henrique

    Reynaldo,

    BOTH errors seems IMPOSSIBLE:

    1. Line 21 is synthetically IDENTICAL to line 20!!!

    2. How could we have an undefined symbol 'hb_pp_szWarnings' in line 272 if it is declared in the global context of the SAME ppcore.c source, in line 144?

    Sorry, but you may have corrupt sources.

    Ron

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to reina...@gmail.com on Sat Aug 26 13:48:25 2023
    On Saturday, August 26, 2023 at 3:37:43 PM UTC-5, reina...@gmail.com wrote:
    BOTH errors seems IMPOSSIBLE:

    1. Line 21 is synthetically IDENTICAL to line 20!!!

    2. How could we have an undefined symbol 'hb_pp_szWarnings' in line 272 if it is declared in the global context of the SAME ppcore.c source, in line 144?

    Sorry, but you may have corrupt sources.

    Ron
    Ron,

    I will delete my git checkout directory, and checkout all the from git.

    Thanks,

    Reynaldo Henrique

    I would FIRST check these 2 files, specifically those lines reported by the errors and post them here. Maybe you simply had some unintended local modifications.

    Ron

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From reinaldohf@gmail.com@21:1/5 to All on Sat Aug 26 13:37:41 2023
    BOTH errors seems IMPOSSIBLE:

    1. Line 21 is synthetically IDENTICAL to line 20!!!

    2. How could we have an undefined symbol 'hb_pp_szWarnings' in line 272 if it is declared in the global context of the SAME ppcore.c source, in line 144?

    Sorry, but you may have corrupt sources.

    Ron
    Ron,

    I will delete my git checkout directory, and checkout all the from git.

    Thanks,

    Reynaldo Henrique

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From reinaldohf@gmail.com@21:1/5 to All on Sat Aug 26 15:09:08 2023
    Ron,

    Now I have a lot of warnings:

    source\vm\hvmall.c:
    Warning W8061 source\vm\hvm.c 321: Initialization is only partially bracketed Warning W8061 source\vm\hvm.c 1715: Initialization is only partially bracketed in function hb_vmExecute
    Warning W8061 source\vm\hvm.c 1757: Initialization is only partially bracketed in function hb_vmExecute
    Warning W8061 source\vm\hvm.c 1758: Initialization is only partially bracketed in function hb_vmExecute
    Warning W8061 source\vm\hvm.c 1832: Initialization is only partially bracketed in function hb_vmExecute
    Warning W8061 source\vm\hvm.c 2115: Initialization is only partially bracketed in function hb_vmExecute
    Warning W8061 source\vm\hvm.c 2151: Initialization is only partially bracketed in function hb_vmExecute
    Warning W8061 source\vm\hvm.c 4292: Initialization is only partially bracketed in function hb_vmPlus
    Warning W8061 source\vm\hvm.c 4293: Initialization is only partially bracketed in function hb_vmPlus
    Warning W8061 source\vm\hvm.c 4403: Initialization is only partially bracketed in function hb_vmMinus
    Warning W8061 source\vm\hvm.c 4404: Initialization is only partially bracketed in function hb_vmMinus
    Warning W8061 source\vm\hvm.c 4418: Initialization is only partially bracketed in function hb_vmMinus
    Warning W8061 source\vm\hvm.c 4438: Initialization is only partially bracketed in function hb_vmMinus
    Warning W8061 source\vm\hvm.c 4454: Initialization is only partially bracketed in function hb_vmMinus
    Warning W8061 source\vm\hvm.c 4471: Initialization is only partially bracketed in function hb_vmMinus
    Warning W8061 source\vm\hvm.c 4495: Initialization is only partially bracketed in function hb_vmMinus
    Warning W8061 source\vm\hvm.c 5482: Initialization is only partially bracketed in function hb_vmInstringOrArray
    Warning W8061 source\vm\hvm.c 6297: Initialization is only partially bracketed in function hb_vmArrayPush
    Warning W8061 source\vm\hvm.c 6687: Initialization is only partially bracketed in function hb_vmArrayDim
    Warning W8061 source\vm\hvm.c 6704: Initialization is only partially bracketed in function hb_vmArrayGen
    Warning W8061 source\vm\hvm.c 7307: Initialization is only partially bracketed in function hb_vmSend
    Warning W8061 source\vm\hvm.c 7362: Initialization is only partially bracketed in function hb_vmSend
    Warning W8061 source\vm\hvm.c 8225: Initialization is only partially bracketed in function hb_vmSetDivert
    Warning W8061 source\vm\hvm.c 11273: Initialization is only partially bracketed in function HB_FUN_HB_RESTOREBLOCK
    Warning W8061 source\vm\hvm.c 11274: Initialization is only partially bracketed in function HB_FUN_HB_RESTOREBLOCK
    Warning W8061 source\vm\hvm.c 11275: Initialization is only partially bracketed in function HB_FUN_HB_RESTOREBLOCK
    Warning W8061 source\vm\hvm.c 11276: Initialization is only partially bracketed in function HB_FUN_HB_RESTOREBLOCK
    Warning W8061 source\vm\hvm.c 11277: Initialization is only partially bracketed in function HB_FUN_HB_RESTOREBLOCK
    Warning W8061 source\vm\hvm.c 11278: Initialization is only partially bracketed in function HB_FUN_HB_RESTOREBLOCK
    Warning W8061 source\vm\hvm.c 11279: Initialization is only partially bracketed in function HB_FUN_HB_RESTOREBLOCK
    Warning W8061 source\vm\hvm.c 11740: Initialization is only partially bracketed in function hb_xvmIVarRef
    Warning W8061 source\vm\hvm.c 13309: Initialization is only partially bracketed in function hb_xvmForEach
    Warning W8061 source\vm\hvm.c 13364: Initialization is only partially bracketed in function hb_xvmEnumerate
    Warning W8061 source\vm\hvm.c 13365: Initialization is only partially bracketed in function hb_xvmEnumerate
    Warning W8061 source\vm\hvm.c 13415: Initialization is only partially bracketed in function hb_xvmEndEnumerate
    Warning W8061 source\vm\arrayshb.c 467: Initialization is only partially bracketed in function HB_FUN_AEVAL
    Warning W8061 source\vm\arrayshb.c 468: Initialization is only partially bracketed in function HB_FUN_AEVAL
    Warning W8061 source\vm\arrayshb.c 597: Initialization is only partially bracketed in function HB_FUN_HB_AEXPRESSIONS
    Warning W8061 source\vm\arrayshb.c 614: Initialization is only partially bracketed in function HB_FUN_HB_AEXPRESSIONS
    Warning W8061 source\vm\arrayshb.c 702: Initialization is only partially bracketed in function SizeOfCStructure
    Warning W8061 source\vm\arrayshb.c 927: Initialization is only partially bracketed in function ArrayToStructure
    Warning W8061 source\vm\arrayshb.c 1520: Initialization is only partially bracketed in function StructureToArray
    Warning W8061 source\vm\arrayshb.c 1672: Initialization is only partially bracketed in function StructureToArray
    Warning W8061 source\vm\classes.c 2640: Initialization is only partially bracketed in function hb_clsInst
    Warning W8061 source\vm\classesc.c 82: Initialization is only partially bracketed in function HB_FUN___CLS_PARAM
    Warning W8061 source\vm\memvars.c 926: Initialization is only partially bracketed in function hb_memvarGetStrValuePtr
    Warning W8061 source\vm\debug.c 67: Initialization is only partially bracketed in function AddToArray
    *** 1 errors in Compile ***

    ** error 2 ** deleting obj\b32\hvmall.obj

    What is wrong now?

    Thanks for your help.

    Reynaldo Henrique

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From reinaldohf@gmail.com@21:1/5 to All on Sat Aug 26 15:23:44 2023
    Ron,

    Ignore my previous post:

    I set my bcc32 to not produce warnings!

    Now all sources were compiled successfully!

    Thanks for all,

    Reynaldo Henrique

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From reinaldohf@gmail.com@21:1/5 to All on Sat Aug 26 16:03:08 2023
    I prefer you keep the warnings :) Try after: 2023-08-26 17:42 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>

    Ok.

    Reynaldo

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to reina...@gmail.com on Sat Aug 26 15:44:56 2023
    On Saturday, August 26, 2023 at 5:23:45 PM UTC-5, reina...@gmail.com wrote:
    Ron,

    Ignore my previous post:

    I set my bcc32 to not produce warnings!

    Now all sources were compiled successfully!

    Thanks for all,

    Reynaldo Henrique
    I prefer you keep the warnings :) Try after: 2023-08-26 17:42 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to reina...@gmail.com on Sat Aug 26 16:09:07 2023
    On Saturday, August 26, 2023 at 6:03:10 PM UTC-5, reina...@gmail.com wrote:
    I prefer you keep the warnings :) Try after: 2023-08-26 17:42 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
    Ok.

    Reynaldo

    No more warnings?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From reinaldohf@gmail.com@21:1/5 to All on Sat Aug 26 16:25:11 2023
    Ron,

    No more warnings?
    I changes the bin\bcc32.cfg
    I removed the -w and -w!
    And everything is ok! working fine without any wargings!
    Now all my xharbour is updated!

    Thanks,

    Reynaldo Henrique

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to reina...@gmail.com on Sat Aug 26 17:00:26 2023
    On Saturday, August 26, 2023 at 6:25:12 PM UTC-5, reina...@gmail.com wrote:
    Ron,

    No more warnings?
    I changes the bin\bcc32.cfg
    I removed the -w and -w!
    And everything is ok! working fine without any wargings!
    Now all my xharbour is updated!

    Thanks,

    Reynaldo Henrique

    Sorry I want to be clear - did you RE_ENABLE the Warnings and now no more Warnings - or you DISABLED Warbings so now no morw Warnings?

    I would prefer you RE-ENABLE the Warnings to the same configuration you had originally, and THEN make sure you no longer have Warnings.

    Ron

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From reinaldohf@gmail.com@21:1/5 to All on Sat Aug 26 17:21:42 2023
    Sorry I want to be clear - did you RE_ENABLE the Warnings and now no more Warnings - or you DISABLED Warbings so now no morw Warnings?

    I would prefer you RE-ENABLE the Warnings to the same configuration you had originally, and THEN make sure you no longer have Warnings.

    Ron,

    The changes I did were only inside bcc32.cfg in bcc760\bin.

    The xharbour sources are untouched.

    Thanks

    Reynaldo Henrique

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to reina...@gmail.com on Sat Aug 26 17:36:14 2023
    On Saturday, August 26, 2023 at 7:21:43 PM UTC-5, reina...@gmail.com wrote:
    Sorry I want to be clear - did you RE_ENABLE the Warnings and now no more Warnings - or you DISABLED Warbings so now no morw Warnings?

    I would prefer you RE-ENABLE the Warnings to the same configuration you had originally, and THEN make sure you no longer have Warnings.

    Ron,

    The changes I did were only inside bcc32.cfg in bcc760\bin.

    The xharbour sources are untouched.

    Thanks

    Reynaldo Henrique

    Reynaldo, I know, but I want you to revert so you can check if it is now OK - I did fix the problem you reported. Please revert and try again.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to reina...@gmail.com on Sat Aug 26 18:46:24 2023
    On Saturday, August 26, 2023 at 8:40:49 PM UTC-5, reina...@gmail.com wrote:
    Ron,
    Reynaldo, I know, but I want you to revert so you can check if it is now OK - I did fix the problem you reported. Please revert and try again.
    I just reverted and the warnings apear.
    Is is not ok.

    Reynaldo Henrique

    Reynaldo, which exact Warning? Did you Update from GitHub? The Last Warning you posted which I believe I fixed is:

    source\vm\hvmall.c:
    Warning W8061 source\vm\hvm.c 321: Initialization is only partially bracketed Warning W8061 source\vm\hvm.c 1715: Initialization is only partially bracketed in function hb_vmExecute
    ...

    Please Update from GitHub and let me know which exact Warning you get.

    Ron

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From reinaldohf@gmail.com@21:1/5 to All on Sat Aug 26 18:40:48 2023
    Ron,

    Reynaldo, I know, but I want you to revert so you can check if it is now OK - I did fix the problem you reported. Please revert and try again.
    I just reverted and the warnings apear.
    Is is not ok.

    Reynaldo Henrique

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From reinaldohf@gmail.com@21:1/5 to All on Sat Aug 26 19:05:08 2023
    Ron,

    Please Update from GitHub and let me know which exact Warning you get.

    Now It gives the warning bellow:
    Warning W8004 source\rtl\hbcrc32.c 217: 'i' is assigned a value that is never used in function crc_mcrf4xx
    *** 1 errors in Compile ***

    ** error 2 ** deleting obj\b32\hbcrc32.obj

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to reina...@gmail.com on Sat Aug 26 19:11:28 2023
    On Saturday, August 26, 2023 at 9:05:10 PM UTC-5, reina...@gmail.com wrote:
    Ron,
    Please Update from GitHub and let me know which exact Warning you get.

    Now It gives the warning bellow:
    Warning W8004 source\rtl\hbcrc32.c 217: 'i' is assigned a value that is never used in function crc_mcrf4xx
    *** 1 errors in Compile ***
    ** error 2 ** deleting obj\b32\hbcrc32.obj

    Please try again after: 2023-08-26 21:09 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From reinaldohf@gmail.com@21:1/5 to All on Sat Aug 26 19:21:20 2023
    Ron,

    Please try again after: 2023-08-26 21:09 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
    Perfect, Now it compiles ok!

    Thanks for you good work.

    Reynaldo Henrique

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