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

MS CMake support #118

Open
philmb3487 opened this issue Apr 5, 2024 · 2 comments
Open

MS CMake support #118

philmb3487 opened this issue Apr 5, 2024 · 2 comments

Comments

@philmb3487
Copy link

philmb3487 commented Apr 5, 2024

First of all, thanks for this amazing project.

Has anyone figure out how to get cmake support working?
I know there is cmake on the linux side, but installing the microsoft distributed cmake would allow using the generator for VS's msbuild, which is needed in certain situations.

I have installed the cmake.exe using --include-optional, and then it is located somewhere in my /opt/msvc location, but when I try to run wine64 $some_long_path/cmake.exe I get

ShellExecuteEx failed: File not found.
@philmb3487
Copy link
Author

Apparently it installed a binary for ARM64. I didn't even know Windows on ARM64 is a thing, who uses that?
Anyway I will look for a way to install the normal x64 cmake.

@philmb3487
Copy link
Author

philmb3487 commented Apr 5, 2024

Ahh I realized I can install cmake from the official website. Now that runs, but the VS Studio installation is not recognized. Do I have to install it twice? One time in /opt/msvc and one time in ~/.wine

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

1 participant