Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Where are the calculations that go with a calculated risk?


devel / comp.lang.xharbour / ChangeLog: 2023-12-25 22:01 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>

SubjectAuthor
* ChangeLog: 2023-12-25 22:01 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>Ron Pinkas
`* Re: ChangeLog: 2023-12-25 22:01 UTC-0500 Ron PinkasEnrico Maria Giordano
 `* Re: ChangeLog: 2023-12-25 22:01 UTC-0500 Ron PinkasEnrico Maria Giordano
  `* Re: ChangeLog: 2023-12-25 22:01 UTC-0500 Ron PinkasEnrico Maria Giordano
   +- Re: ChangeLog: 2023-12-25 22:01 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>Ron Pinkas
   `* Re: ChangeLog: 2023-12-25 22:01 UTC-0500 Ron PinkasEnrico Maria Giordano
    `- Re: ChangeLog: 2023-12-25 22:01 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>Ron Pinkas

1
ChangeLog: 2023-12-25 22:01 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>

<umdhd2$3c5m6$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: ron@ronpinkas.com (Ron Pinkas)
Newsgroups: comp.lang.xharbour
Subject: ChangeLog: 2023-12-25 22:01 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
Date: Mon, 25 Dec 2023 22:30:42 -0500
Organization: A noiseless patient Spider
Lines: 37
Message-ID: <umdhd2$3c5m6$1@dont-email.me>
MIME-Version: 1.0
Injection-Date: Tue, 26 Dec 2023 03:30:42 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="4a4eaaf210f420cdd561a4a2c133041a";
logging-data="3544774"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18KO31sG3rv18lic1LSQ+BP07hZ6T/Z5Dk="
User-Agent: flnews/1.2.0 (for Darwin)
Cancel-Lock: sha1:DdZJR6KtkC5yi/lJrFT6DZYXrv4=
 by: Ron Pinkas - Tue, 26 Dec 2023 03:30 UTC

2023-12-25 22:01 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
+ bin/find_bc.bat
+ bin/find_bison.bat
+ bin/find_vc.bat
+ Added new shared scripts to simplify updates and avoid redundancy
They find the respective tools and set the respective environment variables

* make_bc.bat
* make_vc.bat
* bin/bld.bat
+ bin/bld_bc.bat
* bin/bld_vc.bat
* Rewrote to use the new shared scripts
% Optimized to avoid redundant settings
! Fixed to avoid duplicate setting of PATH
! Fixed to correctly support side by side installations of BCC and MSVC with
ability to switch between them without having to restart the shell.

/*
Please fix/add all other make_<compiler>.bat and bld_<compiler>.bat
to follow the same logic/structure as make_bc.bat and bld_bc.bat

With minor modification to support CONTRIB libs we can now remove all Contrib's
specific bld_<compiler>.bat in favor of a single bld_<compiler>.bat
*/

* bin/bld_b32.bat
* Now alias to bld_bc.bat
+ make_b32.bat
+ New alias to make_bc.bat

* winmake/mdir.bat
* Do nott reset SUB_DIR
* Default LIBEXT to ".lib" if not set already set.

* tests/test.prg
* Corrected LL to UL in version constants

Re: ChangeLog: 2023-12-25 22:01 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>

<ume7a3$3e80f$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.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: ChangeLog: 2023-12-25 22:01 UTC-0500 Ron Pinkas
<ronpinkas/AT/gmail/com>
Date: Tue, 26 Dec 2023 10:44:36 +0100
Organization: A noiseless patient Spider
Lines: 38
Message-ID: <ume7a3$3e80f$1@dont-email.me>
References: <umdhd2$3c5m6$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 26 Dec 2023 09:44:35 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="4a6f9a8809f485c4c0715c266527648d";
logging-data="3612687"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18jOgp/yxbw1wjNxZBdtbmL"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:Wc7OBds4ZAgaM2cUvN4irg0KNOg=
Content-Language: it
In-Reply-To: <umdhd2$3c5m6$1@dont-email.me>
 by: Enrico Maria Giordan - Tue, 26 Dec 2023 09:44 UTC

Il 26/12/2023 04:30, Ron Pinkas ha scritto:

> 2023-12-25 22:01 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>

Now I get this:

***For your convenience xHarbour's bin directory was added to your PATH
For your convenience MSVC's bin folders were added to PATH
Removing System and Object Files ...
Removing DLL and Object Files ...
Removing Contrib Libraries and Object Files ...
Done ...

****** End of Job *****
***For your convenience xHarbour's bin directory was added to your PATH
For your convenience MSVC's bin folders were added to PATH
Creating System Files (ST) ...
"nmake" non è riconosciuto come comando interno o esterno,
un programma eseguibile o un file batch.
"notepad" non è riconosciuto come comando interno o esterno,
un programma eseguibile o un file batch.
***For your convenience xHarbour's bin directory was added to your PATH
For your convenience MSVC's bin folders were added to PATH
Creating Contrib Libraries ...
"nmake" non è riconosciuto come comando interno o esterno,
un programma eseguibile o un file batch.
"notepad" non è riconosciuto come comando interno o esterno,
un programma eseguibile o un file batch.
Premere un tasto per continuare . . .

--
Enrico Maria Giordano

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

Re: ChangeLog: 2023-12-25 22:01 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>

<ume9tm$3ercs$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.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: ChangeLog: 2023-12-25 22:01 UTC-0500 Ron Pinkas
<ronpinkas/AT/gmail/com>
Date: Tue, 26 Dec 2023 11:29:11 +0100
Organization: A noiseless patient Spider
Lines: 64
Message-ID: <ume9tm$3ercs$1@dont-email.me>
References: <umdhd2$3c5m6$1@dont-email.me> <ume7a3$3e80f$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 26 Dec 2023 10:29:10 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="4a6f9a8809f485c4c0715c266527648d";
logging-data="3632540"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Ewaks+rbkTV9gOTW0sccF"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:dRVNOQxde1TzuFR8mktrZB0NWZQ=
In-Reply-To: <ume7a3$3e80f$1@dont-email.me>
Content-Language: it
 by: Enrico Maria Giordan - Tue, 26 Dec 2023 10:29 UTC

Il 26/12/2023 10:44, Enrico Maria Giordano ha scritto:

> Now I get this:
>
> ***For your convenience xHarbour's bin directory was added to your PATH
> For your convenience MSVC's bin folders were added to PATH
> Removing System and Object Files ...
> Removing DLL and Object Files ...
> Removing Contrib Libraries and Object Files ...
> Done ...
>
> ****** End of Job *****
> ***For your convenience xHarbour's bin directory was added to your PATH
> For your convenience MSVC's bin folders were added to PATH
> Creating System Files (ST) ...
> "nmake" non è riconosciuto come comando interno o esterno,
>  un programma eseguibile o un file batch.
> "notepad" non è riconosciuto come comando interno o esterno,
>  un programma eseguibile o un file batch.
> ***For your convenience xHarbour's bin directory was added to your PATH
> For your convenience MSVC's bin folders were added to PATH
> Creating Contrib Libraries ...
> "nmake" non è riconosciuto come comando interno o esterno,
>  un programma eseguibile o un file batch.
> "notepad" non è riconosciuto come comando interno o esterno,
>  un programma eseguibile o un file batch.
> Premere un tasto per continuare . . .

And this is what I get with BCC32:

------------------------------
Make Utility for Borland C/C++
------------------------------

Borland C/C++ not found.
Please install Borland C/C++ and try again.

------------------------------
Make Utility for Borland C/C++
------------------------------

Borland C/C++ not found.
Please install Borland C/C++ and try again.

------------------------------
Make Utility for Borland C/C++
------------------------------

Borland C/C++ not found.
Please install Borland C/C++ and try again.

--
Enrico Maria Giordano

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

Re: ChangeLog: 2023-12-25 22:01 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>

<umebpc$3f260$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.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: ChangeLog: 2023-12-25 22:01 UTC-0500 Ron Pinkas
<ronpinkas/AT/gmail/com>
Date: Tue, 26 Dec 2023 12:01:01 +0100
Organization: A noiseless patient Spider
Lines: 11
Message-ID: <umebpc$3f260$1@dont-email.me>
References: <umdhd2$3c5m6$1@dont-email.me> <ume7a3$3e80f$1@dont-email.me>
<ume9tm$3ercs$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 26 Dec 2023 11:01:00 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="4a6f9a8809f485c4c0715c266527648d";
logging-data="3639488"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18LUxe1+8+iqwyDptJEAaSB"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:Bv1Zt11Xx5JuhXPB/QhIZBdDHa8=
In-Reply-To: <ume9tm$3ercs$1@dont-email.me>
Content-Language: it
 by: Enrico Maria Giordan - Tue, 26 Dec 2023 11:01 UTC

I'm working with the previous build system (the one before your
modifications) for the moment.

--
Enrico Maria Giordano

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

Re: ChangeLog: 2023-12-25 22:01 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>

<db3c5807-5a13-4395-a4b6-f923b51d833bn@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:622a:34f:b0:423:f0b1:4868 with SMTP id r15-20020a05622a034f00b00423f0b14868mr890119qtw.3.1703603760048;
Tue, 26 Dec 2023 07:16:00 -0800 (PST)
X-Received: by 2002:a05:6870:a706:b0:204:427d:7fdb with SMTP id
g6-20020a056870a70600b00204427d7fdbmr104495oam.4.1703603759492; Tue, 26 Dec
2023 07:15:59 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!border-2.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: Tue, 26 Dec 2023 07:15:59 -0800 (PST)
In-Reply-To: <umebpc$3f260$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2607:fb91:600:60bc:6855:8627:4fd5:ac50;
posting-account=8KTLLQoAAABrqmjk_im031yR_2Rimshb
NNTP-Posting-Host: 2607:fb91:600:60bc:6855:8627:4fd5:ac50
References: <umdhd2$3c5m6$1@dont-email.me> <ume7a3$3e80f$1@dont-email.me>
<ume9tm$3ercs$1@dont-email.me> <umebpc$3f260$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <db3c5807-5a13-4395-a4b6-f923b51d833bn@googlegroups.com>
Subject: Re: ChangeLog: 2023-12-25 22:01 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
From: ronpinkas@gmail.com (Ron Pinkas)
Injection-Date: Tue, 26 Dec 2023 15:16:00 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 31
 by: Ron Pinkas - Tue, 26 Dec 2023 15:15 UTC

On Tuesday, December 26, 2023 at 6:01:05 AM UTC-5, Enrico Maria Giordano wrote:
> I'm working with the previous build system (the one before your
> modifications) for the moment.
> --
> Enrico Maria Giordano
>
> http://www.emagsoftware.it
> http://www.emagsoftware.it/emgmusic
> http://www.emagsoftware.it/spectrum
> http://www.emagsoftware.it/tbosg

Enrico,

The idea behind the make and build scrips is to allow users to build their applications (and xHarbour if they choose) withOUT having to set anything, other than STANDARD installation of their C compiler[s].

As per the ChangeLog we now have a unified find_vc.bat and find_bc.bat - Your errors above suggest that you have MSVC and BCC in locations NOT detected by find_vc.bat/find_bc.bat.

Can you please advise me which Version of MSVC you have and WHICH Directory it was installed into, was it the standard default install location?

Can you please provide same info for your BCC installation?

If you have NON STANDARD install, what was your past approach? Did you add your BCC to PATH and just called make_bc.bat? If so I will quickly add support for that approach.

Ron

Re: ChangeLog: 2023-12-25 22:01 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>

<umerkg$3h8j5$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.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: ChangeLog: 2023-12-25 22:01 UTC-0500 Ron Pinkas
<ronpinkas/AT/gmail/com>
Date: Tue, 26 Dec 2023 16:31:29 +0100
Organization: A noiseless patient Spider
Lines: 38
Message-ID: <umerkg$3h8j5$1@dont-email.me>
References: <umdhd2$3c5m6$1@dont-email.me> <ume7a3$3e80f$1@dont-email.me>
<ume9tm$3ercs$1@dont-email.me> <umebpc$3f260$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 26 Dec 2023 15:31:28 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="4a6f9a8809f485c4c0715c266527648d";
logging-data="3711589"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/JOgHAX0G61MKcJu+4cbhW"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:UEwoX1fpEHU8JfkILWHEYB3ab3Q=
Content-Language: it
In-Reply-To: <umebpc$3f260$1@dont-email.me>
 by: Enrico Maria Giordan - Tue, 26 Dec 2023 15:31 UTC

Il 26/12/2023 16:16, Ron Pinkas ha scritto:

> The idea behind the make and build scrips is to allow users to build
> their applications (and xHarbour if they choose) withOUT having to
> set anything, other than STANDARD installation of their C
> compiler[s].
>
> As per the ChangeLog we now have a unified find_vc.bat and
> find_bc.bat - Your errors above suggest that you have MSVC and BCC in
> locations NOT detected by find_vc.bat/find_bc.bat.
>
> Can you please advise me which Version of MSVC you have and WHICH
> Directory it was installed into, was it the standard default install
> location?
>
> Can you please provide same info for your BCC installation?

I have more than one version installed of MSC and BCC, so I can't have
them all in the standard default install location.

> If you have NON STANDARD install, what was your past approach? Did
> you add your BCC to PATH and just called make_bc.bat? If so I will
> quickly add support for that approach.

My approach for years is:

SET CC_DIR=<installation directory>

--
Enrico Maria Giordano

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

Re: ChangeLog: 2023-12-25 22:01 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>

<umfiu9$3kf2k$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!news.nntp4.net!news.hispagatos.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: ron@ronpinkas.com (Ron Pinkas)
Newsgroups: comp.lang.xharbour
Subject: Re: ChangeLog: 2023-12-25 22:01 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
Date: Tue, 26 Dec 2023 17:09:07 -0500
Organization: A noiseless patient Spider
Lines: 33
Message-ID: <umfiu9$3kf2k$1@dont-email.me>
References: <umdhd2$3c5m6$1@dont-email.me> <ume7a3$3e80f$1@dont-email.me> <ume9tm$3ercs$1@dont-email.me> <umebpc$3f260$1@dont-email.me> <umerkg$3h8j5$1@dont-email.me>
MIME-Version: 1.0
Injection-Date: Tue, 26 Dec 2023 22:09:13 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="97c45d564a3f8a83b44ee86593b0e11d";
logging-data="3816532"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX189thr0LbNee9ntLXKC52dijykn+X/bRyk="
User-Agent: flnews/1.2.0 (for Darwin)
Cancel-Lock: sha1:TgirwXYnmFzwND9StCyolNvrR+0=
 by: Ron Pinkas - Tue, 26 Dec 2023 22:09 UTC

Enrico Maria Giordano wrote:
>
>
> Il 26/12/2023 16:16, Ron Pinkas ha scritto:
>
> > The idea behind the make and build scrips is to allow users to build
> > their applications (and xHarbour if they choose) withOUT having to
> > set anything, other than STANDARD installation of their C
> > compiler[s].
> >
> > As per the ChangeLog we now have a unified find_vc.bat and find_bc.bat -
> > Your errors above suggest that you have MSVC and BCC in
> > locations NOT detected by find_vc.bat/find_bc.bat.
> >
> > Can you please advise me which Version of MSVC you have and WHICH
> > Directory it was installed into, was it the standard default install
> > location?
> >
> > Can you please provide same info for your BCC installation?
>
> I have more than one version installed of MSC and BCC, so I can't have
> them all in the standard default install location.
>
> > If you have NON STANDARD install, what was your past approach? Did you
> > add your BCC to PATH and just called make_bc.bat? If so I will
> > quickly add support for that approach.
>
> My approach for years is:
>
> SET CC_DIR=<installation directory>
>

Thanks, fixed.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor