Warning W8004 source\pp\ppgen.c 717: 'szUTC' is assigned a value that is never used in function hb_pp_parseChangeloghi,
Warning W8056 obj\b32\comptool.c 631: Integer arithmetic overflow in function hb_verCvsID
Warning W8056 obj\b32\hbrc.c 359: Integer arithmetic overflow in
function main
Warning W8056 obj\b32\hbrc.c 360: Integer arithmetic overflow in
function main
Warning W8056 obj\b32\hbrc.c 380: Integer arithmetic overflow in
function main
Warning W8056 obj\b32\hbrc.c 384: Integer arithmetic overflow in
function main
Error harbour.exe.rc 3 0: Too many digits in a number
--
Enrico Maria Giordano
http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
Warning W8004 source\pp\ppgen.c 717: 'szUTC' is assigned a value that is never used in function hb_pp_parseChangelog
Warning W8056 obj\b32\comptool.c 631: Integer arithmetic overflow in function hb_verCvsID
Warning W8056 obj\b32\hbrc.c 359: Integer arithmetic overflow in
function main
Warning W8056 obj\b32\hbrc.c 360: Integer arithmetic overflow in
function main
Warning W8056 obj\b32\hbrc.c 380: Integer arithmetic overflow in
function main
Warning W8056 obj\b32\hbrc.c 384: Integer arithmetic overflow in
function main
Error harbour.exe.rc 3 0: Too many digits in a number
--
Enrico Maria Giordano
http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
Hi Enricofolders), no .bats, no changelog, nothing else.
I have just downloaded the sources from xharbour.org site and find that the modified versions of the source files recently touched by Ron Pinkas are not included in the ZIP file, and also there is no INCLUDE folder on it (just CONTRIB and SOURCE
Could it be the reason for the errors?
Warning W8004 source\pp\ppgen.c 717: 'szUTC' is assigned a value that is never used in function hb_pp_parseChangeloghi Enrico Maria Giordano,
Warning W8056 obj\b32\comptool.c 631: Integer arithmetic overflow in function hb_verCvsID
Warning W8056 obj\b32\hbrc.c 359: Integer arithmetic overflow in
function main
Warning W8056 obj\b32\hbrc.c 360: Integer arithmetic overflow in
function main
Warning W8056 obj\b32\hbrc.c 380: Integer arithmetic overflow in
function main
Warning W8056 obj\b32\hbrc.c 384: Integer arithmetic overflow in
function main
Error harbour.exe.rc 3 0: Too many digits in a number
--
Enrico Maria Giordano
http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
hi Enrico Maria Giordano,
to compile with bcc need to change the source code in hbrc.c ... ************************
#if defined( __BORLANDC__ )
fprintf( h, "FILEVERSION %d,%d,%d\n", HB_VER_MAJOR,HB_VER_MINOR,HB_VER_REVISION );
fprintf( h, "PRODUCTVERSION %d,%d,%d\n", HB_VER_MAJOR,HB_VER_MINOR,HB_VER_REVISION );
#else
fprintf( h, "FILEVERSION %d,%d,%d,%lld\n", HB_VER_MAJOR,HB_VER_MINOR,HB_VER_REVISION,HB_VER_CVSID );
fprintf( h, "PRODUCTVERSION %d,%d,%d,%lld\n", HB_VER_MAJOR,HB_VER_MINOR,HB_VER_REVISION,HB_VER_CVSID );
#endif
******************
the HB_VER_CVSID has too large int value.
Ron, can you fix the errors and warnings that I have reported? I cannotHi Enrico,
make the new xHarbour builds otherwise.
--
Enrico Maria Giordano
http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
Ron, can you fix the errors and warnings that I have reported? I cannot make the new xHarbour builds otherwise.
I am currently traveling, and also I do not have a machine with Borland - I believe it will be best if whom ever came with the fix commit it - who should we give the write access to?
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 339 |
Nodes: | 16 (0 / 16) |
Uptime: | 08:08:44 |
Calls: | 7,467 |
Calls today: | 3 |
Files: | 12,692 |
Messages: | 5,626,373 |