Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

One small step for man, one giant stumble for mankind.


devel / comp.lang.xharbour / Re: ChageLog: 2024-01-14 23:20 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>

Re: ChageLog: 2024-01-14 23:20 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>

<uo310m$st4j$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!rocksolid2!news.neodome.net!news.mixmin.net!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: ChageLog: 2024-01-14 23:20 UTC-0500 Ron Pinkas
<ronpinkas/AT/gmail/com>
Date: Mon, 15 Jan 2024 11:22:15 +0100
Organization: A noiseless patient Spider
Lines: 229
Message-ID: <uo310m$st4j$1@dont-email.me>
References: <uo2c3l$qcse$1@dont-email.me> <uo2c5b$qcse$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 15 Jan 2024 10:22:14 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="0541df429c1711b9a8942f07b7f4145f";
logging-data="947347"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Dqls8w7pmw8HIPZ8c12lL"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:jATb1Fq6Ak5UCf7fh2Wbhs2+J8M=
Content-Language: it
In-Reply-To: <uo2c5b$qcse$2@dont-email.me>
 by: Enrico Maria Giordan - Mon, 15 Jan 2024 10:22 UTC

Il 15/01/2024 05:26, Ron Pinkas ha scritto:
>> 2024-01-14 23:20 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
>> * winmake/find_bc.bat
>> * winmake/find_clng.bat
>> * winmake/find_pc.bat
>> * winmake/find_vc.bat
>> * Converted an IF/ELSE to a GOTO to avoid parser bug in Windows batch files
>
> Sorry, Enrico please report after this one.

For your convenience xHarbour's bin directory was added to your PATH.
Defaulting HB_ARCH to w32.
For your convenience cl's bin directory was added to your PATH

ERROR: Microsoft C/C++ is not set for x86 but you are trying to build w32.
You can't mix architectures in the same terminal session. Please open a
new terminal
session. Then set HB_ARCH to your desired architecture and 'make_vc.bat'
again.

---------------------------------------
Make Utility for Microsoft C/C++
---------------------------------------

My batch:

SET CC_DIR=e:\msc32\msc
make_vc all

functions.log:

*** START [E:\FW\xHarbour\make_vc.bat](all)
*** started [E:\FW\xHarbour\winmake\find_vc.bat]
*** started(cl Microsoft C/C++)
[E:\FW\xHarbour\winmake\found_cc.bat]
*** Raw Arguments: (toAbsPath E:\FW\xHarbour\winmake\.. HB_INSTALL)
*** Raw Arguments: [toAbsPath] [E:\FW\xHarbour\winmake\..]
[HB_INSTALL] [] []
*** Parsed [2] :toAbsPath(
E:\FW\xHarbour\winmake\..=\FW\xHarbour\winmake\.. HB_INSTALL= )
+++ Entry point: toAbsPath('E:\FW\xHarbour\winmake\..' 'HB_INSTALL')(2)
:toAbsPath(E:\FW\xHarbour\winmake\.. HB_INSTALL)
:isValidVarName(HB_INSTALL)
:value(E:\FW\xHarbour\winmake\.. _varOrRelPath)
:isValidVarName(_varOrRelPath)
_varOrRelPath = E:\FW\xHarbour\winmake\..
_absPath = E:\FW\xHarbour
--- Exit point: toAbsPath E:\FW\xHarbour\winmake\.. HB_INSTALL
*** Ret: 0 0
HB_INSTALL=E:\FW\xHarbour
*** Raw Arguments: (isPathInPath HB_BIN_INSTALL _inPath)
*** Raw Arguments: [isPathInPath] [HB_BIN_INSTALL] [_inPath] [] []
*** Parsed [2] :isPathInPath( HB_BIN_INSTALL=E:\FW\xHarbour\bin
_inPath= )
+++ Entry point: isPathInPath('HB_BIN_INSTALL' '_inPath')(2)
:isPathInPath(HB_BIN_INSTALL _inPath)
:isValidVarName(_inPath)
:value(HB_BIN_INSTALL pathToFind)
:isValidVarName(pathToFind)
Comparing: 'C:\Windows\system32' with 'E:\FW\xHarbour\bin'
Comparing: 'C:\Windows' with 'E:\FW\xHarbour\bin'
Comparing: 'C:\Windows\System32\Wbem' with 'E:\FW\xHarbour\bin'
Comparing: 'C:\Windows\System32\WindowsPowerShell\v1.0\' with
'E:\FW\xHarbour\bin'
Comparing: 'C:\Windows\System32\OpenSSH\' with 'E:\FW\xHarbour\bin'
Comparing: 'C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common' with
'E:\FW\xHarbour\bin'
Comparing: 'E:\UTL' with 'E:\FW\xHarbour\bin'
Comparing: '' with 'E:\FW\xHarbour\bin'
Comparing: '%SystemRoot%\system32' with 'E:\FW\xHarbour\bin'
Comparing: '%SystemRoot%' with 'E:\FW\xHarbour\bin'
Comparing: '%SystemRoot%\System32\Wbem' with 'E:\FW\xHarbour\bin'
Comparing: '%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\' with
'E:\FW\xHarbour\bin'
Comparing: '%SYSTEMROOT%\System32\OpenSSH\' with 'E:\FW\xHarbour\bin'
Comparing: 'C:\Users\Enrico
MariaGiordano\AppData\Local\Microsoft\WindowsApps' with
'E:\FW\xHarbour\bin'
Comparing: '' with 'E:\FW\xHarbour\bin'
Path 'E:\FW\xHarbour\bin' NOT found in
'C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program
Files (x86)\NVIDIA
Corporation\PhysX\Common;E:\UTL;;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;%SYSTEMROOT%\System32\OpenSSH\;C:\Users\Enrico
MariaGiordano\AppData\Local\Microsoft\WindowsApps;'
--- Exit point: isPathInPath HB_BIN_INSTALL _inPath
*** Ret: 0 0
Adding xHarbour's bin directory 'E:\FW\xHarbour\bin' to
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program
Files (x86)\NVIDIA
Corporation\PhysX\Common;E:\UTL;;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;%SYSTEMROOT%\System32\OpenSSH\;C:\Users\Enrico
MariaGiordano\AppData\Local\Microsoft\WindowsApps;
Checking if 'cl' under 'e:\msc32\msc' is in the path
*** Raw Arguments: (rootOfAppInPath CC _wherePath)
*** Raw Arguments: [rootOfAppInPath] [CC] [_wherePath] [] []
*** Parsed [2] :rootOfAppInPath( CC=cl _wherePath= )
+++ Entry point: rootOfAppInPath('CC' '_wherePath')(2)
:rootOfAppInPath(CC _wherePath)
:isValidVarName(_wherePath)
:value(CC app)
:isValidVarName(app)
--- Exit point: rootOfAppInPath CC _wherePath
*** Ret: 1 1
_wherePath=
*** ended[1] [E:\FW\xHarbour\winmake\found_cc.bat]
:CHECK_CC_DIR Checking if Microsoft C/C++ is in 'e:\msc32\msc'...
*** Raw Arguments: (isPathInPath CC_BIN _inPath)
*** Raw Arguments: [isPathInPath] [CC_BIN] [_inPath] [] []
*** Parsed [2] :isPathInPath( CC_BIN=e:\msc32\msc\bin _inPath=false )
+++ Entry point: isPathInPath('CC_BIN' '_inPath')(2)
:isPathInPath(CC_BIN _inPath)
:isValidVarName(_inPath)
:value(CC_BIN pathToFind)
:isValidVarName(pathToFind)
Comparing: 'E:\FW\xHarbour\bin' with 'e:\msc32\msc\bin'
Comparing: 'C:\Windows\system32' with 'e:\msc32\msc\bin'
Comparing: 'C:\Windows' with 'e:\msc32\msc\bin'
Comparing: 'C:\Windows\System32\Wbem' with 'e:\msc32\msc\bin'
Comparing: 'C:\Windows\System32\WindowsPowerShell\v1.0\' with
'e:\msc32\msc\bin'
Comparing: 'C:\Windows\System32\OpenSSH\' with 'e:\msc32\msc\bin'
Comparing: 'C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common' with
'e:\msc32\msc\bin'
Comparing: 'E:\UTL' with 'e:\msc32\msc\bin'
Comparing: '' with 'e:\msc32\msc\bin'
Comparing: '%SystemRoot%\system32' with 'e:\msc32\msc\bin'
Comparing: '%SystemRoot%' with 'e:\msc32\msc\bin'
Comparing: '%SystemRoot%\System32\Wbem' with 'e:\msc32\msc\bin'
Comparing: '%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\' with
'e:\msc32\msc\bin'
Comparing: '%SYSTEMROOT%\System32\OpenSSH\' with 'e:\msc32\msc\bin'
Comparing: 'C:\Users\Enrico
MariaGiordano\AppData\Local\Microsoft\WindowsApps' with 'e:\msc32\msc\bin'
Comparing: '' with 'e:\msc32\msc\bin'
Path 'e:\msc32\msc\bin' NOT found in
'E:\FW\xHarbour\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program
Files (x86)\NVIDIA
Corporation\PhysX\Common;E:\UTL;;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;%SYSTEMROOT%\System32\OpenSSH\;C:\Users\Enrico
MariaGiordano\AppData\Local\Microsoft\WindowsApps;'
--- Exit point: isPathInPath CC_BIN _inPath
*** Ret: 0 0
*** Raw Arguments: (toAbsPath CC_BIN CC_BIN)
*** Raw Arguments: [toAbsPath] [CC_BIN] [CC_BIN] [] []
*** Parsed [2] :toAbsPath( CC_BIN=e:\msc32\msc\..\Common7\Tools\
CC_BIN=e:\msc32\msc\..\Common7\Tools\ )
+++ Entry point: toAbsPath('CC_BIN' 'CC_BIN')(2)
:toAbsPath(CC_BIN CC_BIN)
:isValidVarName(CC_BIN)
:value(CC_BIN _varOrRelPath)
:isValidVarName(_varOrRelPath)
_varOrRelPath = e:\msc32\msc\..\Common7\Tools\
_absPath = e:\MSC32\Common7\Tools\
--- Exit point: toAbsPath CC_BIN CC_BIN
*** Ret: 0 0
Checking if 'e:\MSC32\Common7\Tools\' is in
'E:\FW\xHarbour\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program
Files (x86)\NVIDIA
Corporation\PhysX\Common;E:\UTL;;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;%SYSTEMROOT%\System32\OpenSSH\;C:\Users\Enrico
MariaGiordano\AppData\Local\Microsoft\WindowsApps;'...
*** Raw Arguments: (isPathInPath CC_BIN _inPath)
*** Raw Arguments: [isPathInPath] [CC_BIN] [_inPath] [] []
*** Parsed [2] :isPathInPath( CC_BIN=e:\MSC32\Common7\Tools\
_inPath=false )
+++ Entry point: isPathInPath('CC_BIN' '_inPath')(2)
:isPathInPath(CC_BIN _inPath)
:isValidVarName(_inPath)
:value(CC_BIN pathToFind)
:isValidVarName(pathToFind)
Comparing: 'E:\FW\xHarbour\bin' with 'e:\MSC32\Common7\Tools\'
Comparing: 'C:\Windows\system32' with 'e:\MSC32\Common7\Tools\'
Comparing: 'C:\Windows' with 'e:\MSC32\Common7\Tools\'
Comparing: 'C:\Windows\System32\Wbem' with 'e:\MSC32\Common7\Tools\'
Comparing: 'C:\Windows\System32\WindowsPowerShell\v1.0\' with
'e:\MSC32\Common7\Tools\'
Comparing: 'C:\Windows\System32\OpenSSH\' with 'e:\MSC32\Common7\Tools\'
Comparing: 'C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common' with
'e:\MSC32\Common7\Tools\'
Comparing: 'E:\UTL' with 'e:\MSC32\Common7\Tools\'
Comparing: '' with 'e:\MSC32\Common7\Tools\'
Comparing: '%SystemRoot%\system32' with 'e:\MSC32\Common7\Tools\'
Comparing: '%SystemRoot%' with 'e:\MSC32\Common7\Tools\'
Comparing: '%SystemRoot%\System32\Wbem' with 'e:\MSC32\Common7\Tools\'
Comparing: '%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\' with
'e:\MSC32\Common7\Tools\'
Comparing: '%SYSTEMROOT%\System32\OpenSSH\' with 'e:\MSC32\Common7\Tools\'
Comparing: 'C:\Users\Enrico
MariaGiordano\AppData\Local\Microsoft\WindowsApps' with
'e:\MSC32\Common7\Tools\'
Comparing: '' with 'e:\MSC32\Common7\Tools\'
Path 'e:\MSC32\Common7\Tools\' NOT found in
'E:\FW\xHarbour\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program
Files (x86)\NVIDIA
Corporation\PhysX\Common;E:\UTL;;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;%SYSTEMROOT%\System32\OpenSSH\;C:\Users\Enrico
MariaGiordano\AppData\Local\Microsoft\WindowsApps;'
--- Exit point: isPathInPath CC_BIN _inPath
*** Ret: 0 0
Adding 'e:\msc32\msc\bin' to PATH...
PATH OK for: CC='cl' CC_DIR='e:\msc32\msc' HB_ARCH='w32'
*** Raw Arguments: (isStrInPath LIB UM_ARCH_PATH _found)
*** Raw Arguments: [isStrInPath] [LIB] [UM_ARCH_PATH] [_found] []
*** Parsed [3] :isStrInPath( LIB= UM_ARCH_PATH=\um\x86 _found= )
+++ Entry point: isStrInPath('LIB' 'UM_ARCH_PATH' '_found')(3)
:isStrInPath(LIB UM_ARCH_PATH _found)
:isValidVarName(_found)
:toLower(LIB pathToSearch)
:isValidVarName(pathToSearch)
:value(LIB str)
:isValidVarName(str)
:toLower(UM_ARCH_PATH findString)
:isValidVarName(findString)
:value(UM_ARCH_PATH str)
:isValidVarName(str)
Searching for an instance of '\um\x86' in 'lib'
String: '\um\x86' NOT found in 'lib'
--- Exit point: isStrInPath LIB UM_ARCH_PATH _found
*** Ret: 0 0
*** finished[99] [E:\FW\xHarbour\winmake\find_vc.bat]
*** END[0] [E:\FW\xHarbour\make_vc.bat]

--
Enrico Maria Giordano

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

SubjectRepliesAuthor
o ChageLog: 2024-01-14 23:20 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>

By: Ron Pinkas on Mon, 15 Jan 2024

15Ron Pinkas
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor