• 2023-12-26 11:41 UTC-0500 Ron Pinkas

    From Ron Pinkas@21:1/5 to All on Tue Dec 26 11:42:57 2023
    2023-12-26 11:41 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
    + bin/find_bc.bat
    + bin/find_vc.bat
    + Added support for user defined PATH to BCC and MSVC
    * winmake/makefile.bc

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Tue Dec 26 18:46:19 2023
    Il 26/12/2023 17:42, Ron Pinkas ha scritto:

    2023-12-26 11:41 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
    + bin/find_bc.bat
    + bin/find_vc.bat
    + Added support for user defined PATH to BCC and MSVC
    * winmake/makefile.bc

    Sorry, this is what I get with MSC32:

    INFORMAZIONI: impossibile trovare file corrispondenti ai
    criteri di ricerca indicati.
    ***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 *****
    "where" 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 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.
    "where" 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.

    --
    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 Tue Dec 26 21:21:05 2023
    Il 26/12/2023 18:46, Enrico Maria Giordano ha scritto:

    2023-12-26 11:41 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
       + bin/find_bc.bat
       + bin/find_vc.bat
         + Added support for user defined PATH to BCC and MSVC
       * winmake/makefile.bc

    Sorry, this is what I get with MSC32:

    INFORMAZIONI: impossibile trovare file corrispondenti ai
    criteri di ricerca indicati.
    ***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 *****
    "where" 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 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.
    "where" 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.

    MGW32 and MGW64 builds seem to work fine! The compilers are not in the
    standard install directory.

    --
    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 Tue Dec 26 21:29:29 2023
    Il 26/12/2023 21:21, Enrico Maria Giordano ha scritto:

    MGW32 and MGW64 builds seem to work fine! The compilers are not in the standard install directory.

    If I REM this

    CALL bin\find_vc.bat

    then it works again! Maybe somthing wrong in find_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 Ron Pinkas@21:1/5 to Enrico Maria Giordano on Tue Dec 26 17:30:20 2023
    Enrico Maria Giordano wrote:


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

    MGW32 and MGW64 builds seem to work fine! The compilers are not in the standard install directory.

    If I REM this

    CALL bin\find_vc.bat

    then it works again! Maybe somthing wrong in find_vc.bat...


    Enrico,

    Please make sure you have a FRESH cmd.exe and try after:

    2023-12-26 17:07 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>

    If not working then please provide the exact steps from a FRESH cmd.exe.

    My Steps:

    1. Z:
    2. CD \xharbour
    3. make_vc all

    I can then do:

    4. make_bc all
    5. Answer 'Y' to confirm switch from cl to BCC

    I can then do:

    6. make_vc
    7. Answer 'Y' to switch compiler from bcc to MSSVC

    All should perform perfectly.

    Ron



    Ron

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Tue Dec 26 23:36:56 2023
    Il 26/12/2023 23:30, Ron Pinkas ha scritto:

    If I REM this

    CALL bin\find_vc.bat

    then it works again! Maybe somthing wrong in find_vc.bat...

    Enrico,

    Please make sure you have a FRESH cmd.exe and try after:

    2023-12-26 17:07 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>

    If not working then please provide the exact steps from a FRESH cmd.exe.

    My Steps:

    1. Z:
    2. CD \xharbour
    3. make_vc all

    "ERROR: Microsoft Visual C++ not found!"

    ---------------------------------------
    Make Utility for Miscosoft Visual C/C++
    ---------------------------------------

    Microsoft Visual C/C++ not found.
    Please install Microsoft Visual 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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to Enrico Maria Giordano on Tue Dec 26 17:41:48 2023
    Enrico Maria Giordano wrote:


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

    If I REM this

    CALL bin\find_vc.bat

    then it works again! Maybe somthing wrong in find_vc.bat...

    Enrico,

    Please make sure you have a FRESH cmd.exe and try after:

    2023-12-26 17:07 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>

    If not working then please provide the exact steps from a FRESH cmd.exe.

    My Steps:

    1. Z:
    2. CD \xharbour
    3. make_vc all

    "ERROR: Microsoft Visual C++ not found!"

    ---------------------------------------
    Make Utility for Miscosoft Visual C/C++
    ---------------------------------------

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


    Cool, means you have an intallation locattion we don'tt yet have auto
    detection for. Can you please tell me where is your MSVC insttalled so
    I can add it?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Tue Dec 26 23:47:20 2023
    Il 26/12/2023 23:41, Ron Pinkas ha scritto:

    "ERROR: Microsoft Visual C++ not found!"

    ---------------------------------------
    Make Utility for Miscosoft Visual C/C++
    ---------------------------------------

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

    Cool, means you have an intallation locattion we don'tt yet have auto detection for. Can you please tell me where is your MSVC insttalled so
    I can add it?

    As I already wrote, I have more than one installation. I want to be free
    to choose my install directory. I use CC_DIR for that. Worked previous,
    don't work now anymore. It is just a matter of fixing it, I presume.

    --
    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 Tue Dec 26 17:56:45 2023
    Enrico Maria Giordano wrote:


    Il 26/12/2023 23:41, Ron Pinkas ha scritto:

    "ERROR: Microsoft Visual C++ not found!"

    ---------------------------------------
    Make Utility for Miscosoft Visual C/C++
    ---------------------------------------

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

    Cool, means you have an intallation locattion we don'tt yet have auto detection for. Can you please tell me where is your MSVC insttalled so
    I can add it?

    As I already wrote, I have more than one installation. I want to be free
    to choose my install directory. I use CC_DIR for that. Worked previous,
    don't work now anymore. It is just a matter of fixing it, I presume.


    That is perfecttly fine, and should be supported, but this means that
    you MUST specify CC_DIR and/or a PATH command, or maybe you use the VS's 'Developer Command Prompt' - just tell me YOUR STEPS, so I can fix it.

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