Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

6 May, 2024: The networking issue during the past two days has been identified and appears to be fixed. Will keep monitoring.


devel / comp.lang.xharbour / Re: Compile xHarbour builder

SubjectAuthor
* Compile xHarbour builderEduardo Motta
`* Compile xHarbour builderRon Pinkas
 `- Compile xHarbour builderEduardo Motta

1
Compile xHarbour builder

<495fa1bd-48ed-4014-8b26-c5889670f97cn@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:6214:a05:b0:641:887b:8c36 with SMTP id dw5-20020a0562140a0500b00641887b8c36mr33394qvb.8.1692204746598;
Wed, 16 Aug 2023 09:52:26 -0700 (PDT)
X-Received: by 2002:a63:8f58:0:b0:564:8375:d233 with SMTP id
r24-20020a638f58000000b005648375d233mr424799pgn.9.1692204746059; Wed, 16 Aug
2023 09:52:26 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!1.us.feeder.erje.net!feeder.erje.net!border-1.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Wed, 16 Aug 2023 09:52:25 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=179.93.80.107; posting-account=ciYPUgkAAACP7h-GihPdeC47vCOdy23j
NNTP-Posting-Host: 179.93.80.107
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <495fa1bd-48ed-4014-8b26-c5889670f97cn@googlegroups.com>
Subject: Compile xHarbour builder
From: edua...@emotta.com.br (Eduardo Motta)
Injection-Date: Wed, 16 Aug 2023 16:52:26 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 0
 by: Eduardo Motta - Wed, 16 Aug 2023 16:52 UTC

Ron, what do I need to install before running BuildVXHSetup.ENT.bat ?

Re: Compile xHarbour builder

<6fad7c07-773e-44b7-852e-b0a06935b0afn@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:6214:8c7:b0:63f:bfe4:e180 with SMTP id da7-20020a05621408c700b0063fbfe4e180mr29097qvb.6.1692206710640; Wed, 16 Aug 2023 10:25:10 -0700 (PDT)
X-Received: by 2002:a17:902:da92:b0:1bb:b39d:8cb0 with SMTP id j18-20020a170902da9200b001bbb39d8cb0mr814923plx.1.1692206710247; Wed, 16 Aug 2023 10:25:10 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!69.80.99.18.MISMATCH!border-1.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Wed, 16 Aug 2023 10:25:09 -0700 (PDT)
In-Reply-To: <495fa1bd-48ed-4014-8b26-c5889670f97cn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2806:10be:8:48f3:5ae:3f12:790:ae78; posting-account=8KTLLQoAAABrqmjk_im031yR_2Rimshb
NNTP-Posting-Host: 2806:10be:8:48f3:5ae:3f12:790:ae78
References: <495fa1bd-48ed-4014-8b26-c5889670f97cn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <6fad7c07-773e-44b7-852e-b0a06935b0afn@googlegroups.com>
Subject: Re: Compile xHarbour builder
From: ronpin...@gmail.com (Ron Pinkas)
Injection-Date: Wed, 16 Aug 2023 17:25:10 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 53
 by: Ron Pinkas - Wed, 16 Aug 2023 17:25 UTC

On Wednesday, August 16, 2023 at 11:52:27 AM UTC-5, Eduardo Motta wrote:
> Ron, what do I need to install before running BuildVXHSetup.ENT.bat ?

I truly don't recall, I would simply run xbldfull.bat and address errors if/when they come.

I used to have a c:\xharbour with latest svn sources (now git) and c:\xhb where the whole xHarbour Builder would be built and installed onto, and c:\xharbour.com which is what now is the xHarbourBuilder sub folder of the latest xharbour git. Finally I had a c:\bat\xbldfull.bat which built the complete xHarbour Builder, and is as follows:

-------------------------------------
SET XBUILD_XCC=YES
SET XCC_DEMO=NO
SET XCC_PERSONAL=NO
SET XCC_APOLLORDD=YES

SET XHB_VC8=\xharbour
SET XBUILD_VC8=YES
SET VC8_DEBUG=YES
SET VC8_DEMO=NO
SET VC8_PERSONAL=NO
SET VC8_APOLLORDD=YES

CALL \xharbour.com\xharbour-builder\xbldfull.bat %1 %2 %3 %4 %5

CD \xharbour
-------------------------------------

*** CHANGE the CALL line: to: c:\xharbour\xHarbourBuilder\xHarbour-Builder\xbldfull.bat

If you look at:

\xharbour\xHarbourBuilder\xHarbour-Builder
\xharbour\xHarbourBuilder\xHarbour-Builder\bat

you will see all of the batch files we used to build different possible variations.

Please remember I did not use these for many many years, but you can rest assured that the complete final state of our private GIT was uploaded AS-IS, meaning no modification and no deletion. As far as I can tell simply using:

\bat\xbldfull.bat -noxbp (with above modification)

Should build everything.

Please understand that I can not provide any more help.

Ron

Re: Compile xHarbour builder

<88d3e0ca-f37a-4a77-921a-6109595b79b8n@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a37:8783:0:b0:76d:7102:9dd2 with SMTP id j125-20020a378783000000b0076d71029dd2mr22000qkd.14.1692207297540;
Wed, 16 Aug 2023 10:34:57 -0700 (PDT)
X-Received: by 2002:a63:338c:0:b0:55b:61bd:9bc9 with SMTP id
z134-20020a63338c000000b0055b61bd9bc9mr470054pgz.12.1692207297132; Wed, 16
Aug 2023 10:34:57 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!1.us.feeder.erje.net!feeder.erje.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: Wed, 16 Aug 2023 10:34:56 -0700 (PDT)
In-Reply-To: <6fad7c07-773e-44b7-852e-b0a06935b0afn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=179.93.80.107; posting-account=ciYPUgkAAACP7h-GihPdeC47vCOdy23j
NNTP-Posting-Host: 179.93.80.107
References: <495fa1bd-48ed-4014-8b26-c5889670f97cn@googlegroups.com> <6fad7c07-773e-44b7-852e-b0a06935b0afn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <88d3e0ca-f37a-4a77-921a-6109595b79b8n@googlegroups.com>
Subject: Re: Compile xHarbour builder
From: edua...@emotta.com.br (Eduardo Motta)
Injection-Date: Wed, 16 Aug 2023 17:34:57 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 3288
 by: Eduardo Motta - Wed, 16 Aug 2023 17:34 UTC

Ron, I appreciate your response and I completely understand the situation.

thank you for everything

Em quarta-feira, 16 de agosto de 2023 às 14:25:11 UTC-3, Ron Pinkas escreveu:
> On Wednesday, August 16, 2023 at 11:52:27 AM UTC-5, Eduardo Motta wrote:
> > Ron, what do I need to install before running BuildVXHSetup.ENT.bat ?
> I truly don't recall, I would simply run xbldfull.bat and address errors if/when they come.
>
> I used to have a c:\xharbour with latest svn sources (now git) and c:\xhb where the whole xHarbour Builder would be built and installed onto, and c:\xharbour.com which is what now is the xHarbourBuilder sub folder of the latest xharbour git. Finally I had a c:\bat\xbldfull.bat which built the complete xHarbour Builder, and is as follows:
>
> -------------------------------------
> SET XBUILD_XCC=YES
> SET XCC_DEMO=NO
> SET XCC_PERSONAL=NO
> SET XCC_APOLLORDD=YES
>
> SET XHB_VC8=\xharbour
> SET XBUILD_VC8=YES
> SET VC8_DEBUG=YES
> SET VC8_DEMO=NO
> SET VC8_PERSONAL=NO
> SET VC8_APOLLORDD=YES
>
> CALL \xharbour.com\xharbour-builder\xbldfull.bat %1 %2 %3 %4 %5
>
> CD \xharbour
> -------------------------------------
>
> *** CHANGE the CALL line: to: c:\xharbour\xHarbourBuilder\xHarbour-Builder\xbldfull.bat
>
> If you look at:
>
> \xharbour\xHarbourBuilder\xHarbour-Builder
> \xharbour\xHarbourBuilder\xHarbour-Builder\bat
>
> you will see all of the batch files we used to build different possible variations.
>
> Please remember I did not use these for many many years, but you can rest assured that the complete final state of our private GIT was uploaded AS-IS, meaning no modification and no deletion. As far as I can tell simply using:
>
> \bat\xbldfull.bat -noxbp (with above modification)
>
> Should build everything.
>
> Please understand that I can not provide any more help.
>
> Ron

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor