-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
Failed to generate vsproj with scons 4.6.0 #85262
Comments
Which scons version do you have installed? |
It's v4.6. Sorry I accidentally closed the issue just now.
|
I just tried on Windows with SCons 4.6.0 and I can reproduce the issue too. It must be a regression from the newly released 4.6.0. |
I think something like #84553 could help in this situation, but that would require quite a few documentation updates as mentioned by @YuriSizov and wouldn't be consistent with how other dependencies are used within the project. That aside, it is a good question as to what a user should do in this situation. Until SСons releases a patch, anyone who tries to compile godot from source and follows the docs with |
For anyone else stumbling face first into this, run: |
Looks like
Sounds a bit rude when I say it, but this function isn't a documented "public API" of SCons, so it doesn't come with API consistency promises. Nonetheless, apologies for the breakage. |
@mwichmann Thanks for the help with this, and no worries, that seems absolutely fine. :) |
Godot version
4.1.3-stable
System information
Windows 10
Issue description
Scons build succeed. However, scons generate vsproj failed:
Steps to reproduce
scons p=windows vsproj=yes
Minimal reproduction project
No project, just build.
The text was updated successfully, but these errors were encountered: