• Compile xHarbour builder

    From Eduardo Motta@21:1/5 to All on Wed Aug 16 09:52:25 2023
    Ron, what do I need to install before running BuildVXHSetup.ENT.bat ?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to Eduardo Motta on Wed Aug 16 10:25:09 2023
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Eduardo Motta@21:1/5 to All on Wed Aug 16 10:34:56 2023
    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

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