-
Notifications
You must be signed in to change notification settings - Fork 145
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
[Bug]: Build/Configuration Failed on Windows 11 : RV_STAGE #533
Comments
What command you use to launch the configuration? Since it fails on OpenRV/cmake/macros/rv_stage.cmake Lines 419 to 425 in 9a698e8
|
Thank you @Andrej730 . I am making this build on windows, unfortunately, its very tricky as its not often that I get this error. After running the build command 3-4 times, it worked. But then build failed at some other places. I am not that well-versed with using make. So all the help is much appreciated. |
But what build command are you using exactly? I currently use the command below and I don't get your error but I get some other, see #529. export QT_HOME=/d/Software/Dependencies/Qt/5.15.2/msvc2019_64
export WIN_PERL=/d/Software/Strawberry/perl/bin
. rvcmds.sh
rvbootstrap
Then I guess the |
@Andrej730 wrt the documentation, I am using msys2, then I follow this link: #91 Am I doing something wrong here ? Please do let me know! |
msys mingw64? |
@Andrej730 yes, mingw64, so how do I investigate the ${_package_file} variable? |
I use msys mingw64 as suggested in the https://github.com/AcademySoftwareFoundation/OpenRV/blob/main/docs/build_system/config_windows.md
See:
|
@Andrej730 thank you!! Also, I realized just now that I built QT opensource on windows and I don't have the msvc2019_64 in the installed location of QT 5.15.2. (export QT_HOME=/d/Software/Dependencies/Qt/5.15.2/msvc2019_64) |
Just installed it from the online installer.
python 3.12 |
This is hilarious, I just used the "rvbootstrap release" command and it says its done configuring:
@Andrej730 from where did you get the QT 5.15.2 installer? All they have on the internet is QT 6.x now...? |
Online installer - https://github.com/AcademySoftwareFoundation/OpenRV/blob/main/docs/build_system/config_windows.md#2-install-qt |
What happened?
While configuring using cmake on windows 11. Configuration fails with following error:
Requesting help here please!!
List all the operating systems versions where this is happening
windows -11
On what computer hardware is this happening?
13th gen intel i9, x64, 128gb ram, 2.2ghz
Relevant console log output
Environment variables
No response
Extra information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: