You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build the project but it failed when trying to run Python scripts while installing with CMake. The scripts cmake/install-external.cmake and deps/yaracpp/CMakeLists.txt just copy the path to it (PYTHON_EXECUTABLE) without regards for spaces (my Python installation is in the Program Files (x86) folder). This causes the build to fail without any error messages (it just says that it failed)
The text was updated successfully, but these errors were encountered:
Thank you for the report! I have added the missing quotes in commit dc45b4c and verified that RetDec is now installable when Python is in a path containing spaces.
I tried to build the project but it failed when trying to run Python scripts while installing with CMake. The scripts cmake/install-external.cmake and deps/yaracpp/CMakeLists.txt just copy the path to it (
PYTHON_EXECUTABLE
) without regards for spaces (my Python installation is in theProgram Files (x86)
folder). This causes the build to fail without any error messages (it just says that it failed)The text was updated successfully, but these errors were encountered: