Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

volk not installed by ".\windows\Configure-vcpkg.ps1" #922

Open
TurboBG opened this issue Jan 30, 2025 · 2 comments
Open

volk not installed by ".\windows\Configure-vcpkg.ps1" #922

TurboBG opened this issue Jan 30, 2025 · 2 comments

Comments

@TurboBG
Copy link

TurboBG commented Jan 30, 2025

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;

Image

@TurboBG TurboBG added the bug Something isn't working label Jan 30, 2025
@JVital2013
Copy link
Collaborator

Hello!

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

@JVital2013 JVital2013 removed the bug Something isn't working label Jan 30, 2025
@TurboBG
Copy link
Author

TurboBG commented Jan 31, 2025

Thank you for your answer !

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants