lordgamez commented on PR #1681:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1681#issuecomment-1966498436

   I created a clean new Windows VM and tried out the new python bootstrap to 
set up the environment. When it installed the dependencies and got into the 
build menu I exited the bootstrap, and tried if the build can be still run 
using the win_build_vs.bat script. The configuration was successful and the 
build started, but failed with the following issues:
   
   ```
   Performing configure step for 'openssl-external'
   'perl' is not recognized as an internal or external command,
   operable program or batch file.
   ```
   ```
   Failure!  build file wasn't produced.
   Please read INSTALL.md and associated NOTES-* files.  You may also have to
   look over your available compiler tool chain or change your configuration.
   
   NASM not found - make sure it's installed and available on %PATH%
   ```
   Are the perl and NASM dependencies installed in build time using the 
bootstrap build command, or are they missing somehow? After I installed these 2 
dependencies manually the build continued.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to