Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Building translators is good clean fun. -- T. Cheatham


devel / comp.lang.xharbour / Errors and warnings building latest xHarbour

SubjectAuthor
* Errors and warnings building latest xHarbourEnrico Maria Giordano
+- Re: Errors and warnings building latest xHarbourEnrico Maria Giordano
+- Re: Errors and warnings building latest xHarbourkenny.ooi
+* Re: Errors and warnings building latest xHarbourCV
|`- Re: Errors and warnings building latest xHarbourEnrico Maria Giordano
+* Re: Errors and warnings building latest xHarbourkenny.ooi
|`- Re: Errors and warnings building latest xHarbourEnrico Maria Giordano
`* Re: Errors and warnings building latest xHarbourEnrico Maria Giordano
 `* Re: Errors and warnings building latest xHarbourRon Pinkas
  `- Re: Errors and warnings building latest xHarbourRon Pinkas

1
Errors and warnings building latest xHarbour

<u7je7s$23ns0$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17452&group=comp.lang.xharbour#17452

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: e.m.giordano@emagsoftware.it (Enrico Maria Giordano)
Newsgroups: comp.lang.xharbour
Subject: Errors and warnings building latest xHarbour
Date: Thu, 29 Jun 2023 10:09:34 +0200
Organization: A noiseless patient Spider
Lines: 24
Message-ID: <u7je7s$23ns0$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 29 Jun 2023 08:09:32 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="35ee7f4deb1f77334f1f58c897cb86c7";
logging-data="2219904"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19VKn377scWubq9B/0+kHuK"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:Zbudui4E39+tEiZhH1oO0jYapCI=
 by: Enrico Maria Giordan - Thu, 29 Jun 2023 08:09 UTC

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

Re: Errors and warnings building latest xHarbour

<u7jmf9$24jun$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17453&group=comp.lang.xharbour#17453

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: e.m.giordano@emagsoftware.it (Enrico Maria Giordano)
Newsgroups: comp.lang.xharbour
Subject: Re: Errors and warnings building latest xHarbour
Date: Thu, 29 Jun 2023 12:30:04 +0200
Organization: A noiseless patient Spider
Lines: 51
Message-ID: <u7jmf9$24jun$1@dont-email.me>
References: <u7je7s$23ns0$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 29 Jun 2023 10:30:01 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="35ee7f4deb1f77334f1f58c897cb86c7";
logging-data="2248663"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX183gP/MxXQ7mvSAHwWkaUd9"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:mSiXsBIC4J0zodZIItkhXGoJzW8=
In-Reply-To: <u7je7s$23ns0$1@dont-email.me>
 by: Enrico Maria Giordan - Thu, 29 Jun 2023 10:30 UTC

And this is what I get using this batch for MSC32 (works fine with
xHarbour from SVN):

@ ECHO OFF

SET MSC=e:\msc32\msc
SET XHB=e:\msc32\xharbour

SET __MSC__=1
SET USE_MSVCRT=1

SET CC_DIR=%MSC%

SET CFLAGS=-O1

SET INCLUDE=%MSC%\include\ucrt;%MSC%\include;%MSC%\include\sdk
SET LIB=%MSC%\lib;%MSC%\lib\sdk

SET HB_DIR_OPENSSL=e:\xhbsvn\openssl-win32

SET HB_GUI=1
SET HB_NO_BACKGROUND=1
SET HB_NO_DV_MEMCPY=1
SET HB_NO_FM_DL_ALLOC=1
SET HB_NO_VM_ALL=1

CALL make_vc clean
CALL make_vc core
CALL make_vc contrib

PAUSE

Result:

Removing System and Object Files ...
Removing DLL and Object Files ...
Removing Contrib Libraries and Object Files ...
Done ...

****** End of Job *****
\NVIDIA non atteso.

--
Enrico Maria Giordano

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

Re: Errors and warnings building latest xHarbour

<87e8866e-1cc3-434b-b1d1-4ce348609976n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17454&group=comp.lang.xharbour#17454

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a37:9386:0:b0:762:3f7e:31cc with SMTP id v128-20020a379386000000b007623f7e31ccmr2374422qkd.2.1688037118040;
Thu, 29 Jun 2023 04:11:58 -0700 (PDT)
X-Received: by 2002:a05:6870:e894:b0:1b0:21ca:3aff with SMTP id
q20-20020a056870e89400b001b021ca3affmr6894683oan.5.1688037117499; Thu, 29 Jun
2023 04:11:57 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Thu, 29 Jun 2023 04:11:57 -0700 (PDT)
In-Reply-To: <u7je7s$23ns0$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=115.135.197.151; posting-account=ILPMhwoAAAAjL_5ngPVSiEjB58WHMmdZ
NNTP-Posting-Host: 115.135.197.151
References: <u7je7s$23ns0$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <87e8866e-1cc3-434b-b1d1-4ce348609976n@googlegroups.com>
Subject: Re: Errors and warnings building latest xHarbour
From: ken100ken@gmail.com (kenny.ooi)
Injection-Date: Thu, 29 Jun 2023 11:11:58 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2370
 by: kenny.ooi - Thu, 29 Jun 2023 11:11 UTC

On Thursday, June 29, 2023 at 4:09:35 PM UTC+8, Enrico Maria Giordano wrote:
> 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,
I have similer error while compile with borland C compiler!

the harbour.exe.rc contain ,
FILEVERSION 1,2,3,202306051208
PRODUCTVERSION 1,2,3,202306051208
maybe borland c resource compiler not support integer value 202306051208,or vc ignore the error.

Re: Errors and warnings building latest xHarbour

<e16b3833-a1c7-4911-a02a-126b02e97d99n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17455&group=comp.lang.xharbour#17455

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:620a:468a:b0:767:1acb:61ef with SMTP id bq10-20020a05620a468a00b007671acb61efmr13728qkb.6.1688042299091;
Thu, 29 Jun 2023 05:38:19 -0700 (PDT)
X-Received: by 2002:a05:6870:7a0b:b0:1b0:2d25:f5ab with SMTP id
hf11-20020a0568707a0b00b001b02d25f5abmr7035937oab.0.1688042298854; Thu, 29
Jun 2023 05:38:18 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!tncsrv06.tnetconsulting.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Thu, 29 Jun 2023 05:38:18 -0700 (PDT)
In-Reply-To: <u7je7s$23ns0$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=181.165.243.127; posting-account=PzJOtwoAAAB-nLPGTsEPjzvj-I7nsyBK
NNTP-Posting-Host: 181.165.243.127
References: <u7je7s$23ns0$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <e16b3833-a1c7-4911-a02a-126b02e97d99n@googlegroups.com>
Subject: Re: Errors and warnings building latest xHarbour
From: cvoskian@gmail.com (CV)
Injection-Date: Thu, 29 Jun 2023 12:38:19 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2522
 by: CV - Thu, 29 Jun 2023 12:38 UTC

El jueves, 29 de junio de 2023 a la(s) 05:09:35 UTC-3, Enrico Maria Giordano escribió:
> 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 Enrico

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 folders), no .bats, no changelog, nothing else.

Could it be the reason for the errors?

Regards
--
Claudio Voskian
Buenos Aires - Argentina

Re: Errors and warnings building latest xHarbour

<u7k2p0$26002$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17456&group=comp.lang.xharbour#17456

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: e.m.giordano@emagsoftware.it (Enrico Maria Giordano)
Newsgroups: comp.lang.xharbour
Subject: Re: Errors and warnings building latest xHarbour
Date: Thu, 29 Jun 2023 16:00:02 +0200
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <u7k2p0$26002$1@dont-email.me>
References: <u7je7s$23ns0$1@dont-email.me>
<e16b3833-a1c7-4911-a02a-126b02e97d99n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 29 Jun 2023 14:00:00 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="35ee7f4deb1f77334f1f58c897cb86c7";
logging-data="2293762"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19bnxvgrkCX05g6zpEpBnuY"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:Xizni0EPaxzz72fw0MenQtMps5U=
In-Reply-To: <e16b3833-a1c7-4911-a02a-126b02e97d99n@googlegroups.com>
 by: Enrico Maria Giordan - Thu, 29 Jun 2023 14:00 UTC

Il 29/06/2023 14:38, CV ha scritto:

> Hi Enrico
>
> 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 folders), no .bats, no changelog, nothing else.

Try again. Now the link points to the github repository download.

> Could it be the reason for the errors?

Don't think so.

--
Enrico Maria Giordano

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

Re: Errors and warnings building latest xHarbour

<13e3a1d6-ef9f-4ccc-9abc-60e15795b4d6n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17457&group=comp.lang.xharbour#17457

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:6214:132:b0:635:e6da:f372 with SMTP id w18-20020a056214013200b00635e6daf372mr31831qvs.3.1688107895307;
Thu, 29 Jun 2023 23:51:35 -0700 (PDT)
X-Received: by 2002:a63:1659:0:b0:553:c6a0:9c with SMTP id 25-20020a631659000000b00553c6a0009cmr785589pgw.0.1688107895034;
Thu, 29 Jun 2023 23:51:35 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Thu, 29 Jun 2023 23:51:34 -0700 (PDT)
In-Reply-To: <u7je7s$23ns0$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=115.135.198.245; posting-account=ILPMhwoAAAAjL_5ngPVSiEjB58WHMmdZ
NNTP-Posting-Host: 115.135.198.245
References: <u7je7s$23ns0$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <13e3a1d6-ef9f-4ccc-9abc-60e15795b4d6n@googlegroups.com>
Subject: Re: Errors and warnings building latest xHarbour
From: ken100ken@gmail.com (kenny.ooi)
Injection-Date: Fri, 30 Jun 2023 06:51:35 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2759
 by: kenny.ooi - Fri, 30 Jun 2023 06:51 UTC

On Thursday, June 29, 2023 at 4:09:35 PM UTC+8, Enrico Maria Giordano wrote:
> 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 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.

kenny

Re: Errors and warnings building latest xHarbour

<u7m219$2g54p$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17458&group=comp.lang.xharbour#17458

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: e.m.giordano@emagsoftware.it (Enrico Maria Giordano)
Newsgroups: comp.lang.xharbour
Subject: Re: Errors and warnings building latest xHarbour
Date: Fri, 30 Jun 2023 09:59:37 +0200
Organization: A noiseless patient Spider
Lines: 28
Message-ID: <u7m219$2g54p$1@dont-email.me>
References: <u7je7s$23ns0$1@dont-email.me>
<13e3a1d6-ef9f-4ccc-9abc-60e15795b4d6n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 30 Jun 2023 07:59:37 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="6bec026d61507ae3a7446ced6d791061";
logging-data="2626713"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18P0JYIWOdOOSfE/U7+gtmS"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:ygErLQCfO2HP90igSUOIMXoA18g=
In-Reply-To: <13e3a1d6-ef9f-4ccc-9abc-60e15795b4d6n@googlegroups.com>
 by: Enrico Maria Giordan - Fri, 30 Jun 2023 07:59 UTC

Il 30/06/2023 08:51, kenny.ooi ha scritto:

> 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.

Thank you. Ron, can you fix it?

--
Enrico Maria Giordano

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

Re: Errors and warnings building latest xHarbour

<u86jqk$va6l$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17463&group=comp.lang.xharbour#17463

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: e.m.giordano@emagsoftware.it (Enrico Maria Giordano)
Newsgroups: comp.lang.xharbour
Subject: Re: Errors and warnings building latest xHarbour
Date: Thu, 6 Jul 2023 16:41:25 +0200
Organization: A noiseless patient Spider
Lines: 11
Message-ID: <u86jqk$va6l$1@dont-email.me>
References: <u7je7s$23ns0$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 6 Jul 2023 14:41:24 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="5046b5f74df790f573131ac5356fa7aa";
logging-data="1026261"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+yaoVnH2EjxrpNuM41SE1D"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:fohENr+F/nHXlRdjKZOdEeQdsgE=
In-Reply-To: <u7je7s$23ns0$1@dont-email.me>
 by: Enrico Maria Giordan - Thu, 6 Jul 2023 14:41 UTC

Ron, can you fix the errors and warnings that I have reported? I cannot
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

Re: Errors and warnings building latest xHarbour

<2b47fdd0-8afd-4a42-9162-894c44f54462n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17464&group=comp.lang.xharbour#17464

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:622a:1ba2:b0:400:9f40:e4f4 with SMTP id bp34-20020a05622a1ba200b004009f40e4f4mr43098qtb.6.1688838589703;
Sat, 08 Jul 2023 10:49:49 -0700 (PDT)
X-Received: by 2002:a17:902:e549:b0:1b7:f5be:c934 with SMTP id
n9-20020a170902e54900b001b7f5bec934mr9074572plf.9.1688838589082; Sat, 08 Jul
2023 10:49:49 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Sat, 8 Jul 2023 10:49:48 -0700 (PDT)
In-Reply-To: <u86jqk$va6l$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2a00:23c8:2ac:8201:b8d3:3837:aaff:a4c6;
posting-account=8KTLLQoAAABrqmjk_im031yR_2Rimshb
NNTP-Posting-Host: 2a00:23c8:2ac:8201:b8d3:3837:aaff:a4c6
References: <u7je7s$23ns0$1@dont-email.me> <u86jqk$va6l$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <2b47fdd0-8afd-4a42-9162-894c44f54462n@googlegroups.com>
Subject: Re: Errors and warnings building latest xHarbour
From: ronpinkas@gmail.com (Ron Pinkas)
Injection-Date: Sat, 08 Jul 2023 17:49:49 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 1828
 by: Ron Pinkas - Sat, 8 Jul 2023 17:49 UTC

On Thursday, July 6, 2023 at 9:41:27 AM UTC-5, Enrico Maria Giordano wrote:
> Ron, can you fix the errors and warnings that I have reported? I cannot
> 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
Hi Enrico,
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?

Ron

Re: Errors and warnings building latest xHarbour

<f3a89d9e-9275-4cff-adee-2083c00666afn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17485&group=comp.lang.xharbour#17485

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:622a:4d:b0:405:3a8b:b7e0 with SMTP id y13-20020a05622a004d00b004053a8bb7e0mr11408qtw.13.1689864723914;
Thu, 20 Jul 2023 07:52:03 -0700 (PDT)
X-Received: by 2002:a05:6808:23d1:b0:3a0:50ed:d772 with SMTP id
bq17-20020a05680823d100b003a050edd772mr3552544oib.5.1689864723665; Thu, 20
Jul 2023 07:52:03 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Thu, 20 Jul 2023 07:52:03 -0700 (PDT)
In-Reply-To: <2b47fdd0-8afd-4a42-9162-894c44f54462n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=189.174.238.249; posting-account=8KTLLQoAAABrqmjk_im031yR_2Rimshb
NNTP-Posting-Host: 189.174.238.249
References: <u7je7s$23ns0$1@dont-email.me> <u86jqk$va6l$1@dont-email.me> <2b47fdd0-8afd-4a42-9162-894c44f54462n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f3a89d9e-9275-4cff-adee-2083c00666afn@googlegroups.com>
Subject: Re: Errors and warnings building latest xHarbour
From: ronpinkas@gmail.com (Ron Pinkas)
Injection-Date: Thu, 20 Jul 2023 14:52:03 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Ron Pinkas - Thu, 20 Jul 2023 14:52 UTC

> > 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?

?

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor