• ChangeLog; 2024-01-13 18:58 UTC-0500 Ron Pinkas

    From Ron Pinkas@21:1/5 to All on Sat Jan 13 19:02:10 2024
    2024-01-13 18:58 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
    * winmake/find_bc.bat
    - Removed wrong premature reset of CC_DIR
    * winmake/found_cc.bat
    * Typo corrected clng -> clang

    Enrico I tested BCC nad MSC with CC_DIR - make sure CC_DIR is not
    enclosed in ""

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Sun Jan 14 10:18:04 2024
    Il 14/01/2024 01:02, Ron Pinkas ha scritto:

    2024-01-13 18:58 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
    * winmake/find_bc.bat
    - Removed wrong premature reset of CC_DIR
    * winmake/found_cc.bat
    * Typo corrected clng -> clang

    Enrico I tested BCC nad MSC with CC_DIR - make sure CC_DIR is not
    enclosed in ""

    For your convenience xHarbour's bin directory was added to your PATH.
    "ERROR: Microsoft C/C++ not found!"

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

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

    My batch:

    SET CC_DIR=e:\msc32\msc
    make_vc all

    --
    Enrico Maria Giordano

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Sun Jan 14 13:42:44 2024
    Il 14/01/2024 10:18, Enrico Maria Giordano ha scritto:

    For your convenience xHarbour's bin directory was added to your PATH.
    "ERROR: Microsoft C/C++ not found!"

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

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

    My batch:

    SET CC_DIR=e:\msc32\msc
    make_vc all

    The error is here:

    IF EXIST "%CC_DIR%\..\Common7\Tools\VsDevCmd.bat" GOTO PATH_SET

    There is no such path and file in my CC_DIR.

    --
    Enrico Maria Giordano

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to Enrico Maria Giordano on Sun Jan 14 11:03:09 2024
    Enrico Maria Giordano wrote:


    Il 14/01/2024 10:18, Enrico Maria Giordano ha scritto:

    For your convenience xHarbour's bin directory was added to your PATH. "ERROR: Microsoft C/C++ not found!"

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

    �Microsoft C/C++ not found.
    �Please install and try again.

    My batch:

    SET CC_DIR=e:\msc32\msc
    make_vc all

    The error is here:

    IF EXIST "%CC_DIR%\..\Common7\Tools\VsDevCmd.bat" GOTO PATH_SET

    There is no such path and file in my CC_DIR.


    About to board a flight will fix asap.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Sun Jan 14 16:21:09 2024
    I forgot to show my 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: (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
    *** finished[1] [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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Sun Jan 14 18:26:45 2024
    Il 14/01/2024 17:03, Ron Pinkas ha scritto:

    About to board a flight will fix asap.

    Smooth flight then! :-)

    --
    Enrico Maria Giordano

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)