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

Cannot build on windows #6

Open
Honya2000 opened this issue Apr 3, 2024 · 3 comments
Open

Cannot build on windows #6

Honya2000 opened this issue Apr 3, 2024 · 3 comments

Comments

@Honya2000
Copy link

I tried to run sh script (build-x86_64-windows.sh) on windows, but it just exits without any error at he beginning of script:

$ ./build-x86_64-windows.sh --version v0.8.11 --config release --opencv_dir ../opencv/build

CONFIGURATION

MediaPipe version: v0.8.11
OpenCV directory: C:/Projects/opencv/build
Build configuration: release

Checking Clang -

Any ideas why it exits on Checking Clang ?

@chnoblouch
Copy link
Contributor

That's weird, it should at least print an error message. Is clang-cl installed on your system?

@lj-cug
Copy link

lj-cug commented Oct 23, 2024

I encountered the same problem. Could you please give more detailed steps?

@chnoblouch
Copy link
Contributor

To check if clang-cl is installed, open PowerShell and enter Get-Command clang-cl. This should print the path to clang-cl.exe.

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

3 participants