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
Description of the issue
i followed thos instructions https://docs.satdump.org/build_windows.html . After using ".\windows\Configure-vcpkg.ps1", I tried to build the project with Visual Studio 2022 on Windows 11. I had errors mentioning "volk/volk.h" not found. It appeared that no volk folder has been created in the project folder.
I had to manually add files from volk, vulkan and bladeRF, which allowed me to reach "build ALL succeeded"
Are you aware of incomplete installation issues?
update: When running ".\windows\Finish-Debug.ps1", I have the following error. if manually imported, the code removes it;
The text was updated successfully, but these errors were encountered:
The full output from .\windows\Configure-vcpkg.ps1 would be needed to troubleshoot this, but usually when volk ends up not being installed, it's because mako was not installed with PyPI/pip before running Configure-vcpkg.ps1.
I'd recommend deleting your vcpkg folder in the SatDump directory, run "pip3 install mako", then re-run .\windows\Configure-vcpkg.ps1
Here are the logs. log.txt
Note that Start-Transcript seems to not log some lines (e.g no "-- Instaling : ..." lines have been logged). If you need a more detailled log, I will try to look for a solution.
While reading the logs, i found this:
"
Found PythonInterp: C:/Users/BE123645/AppData/Local/anaconda3/python.exe (found suitable version "3.11.5",
minimum required is "3")
Python checking for python >= 3.4
Python checking for python >= 3.4 - found
Python checking for mako >= 0.4.2
Python checking for mako >= 0.4.2 - not found
CMake Error at CMakeLists.txt:175 (message):
Mako templates required to build VOLK>
"
Mako is installed in ...\appdata\local\programs\python\python39\lib\site-packages
Maybe the wrong python was choosen? Should I run '.\windows\Configure-vcpkg.ps1' in a python environnement?
Hello and thank you for this project,
Description of the issue
i followed thos instructions https://docs.satdump.org/build_windows.html . After using ".\windows\Configure-vcpkg.ps1", I tried to build the project with Visual Studio 2022 on Windows 11. I had errors mentioning "volk/volk.h" not found. It appeared that no volk folder has been created in the project folder.
I had to manually add files from volk, vulkan and bladeRF, which allowed me to reach "build ALL succeeded"
Are you aware of incomplete installation issues?
update: When running ".\windows\Finish-Debug.ps1", I have the following error. if manually imported, the code removes it;
The text was updated successfully, but these errors were encountered: