-
Notifications
You must be signed in to change notification settings - Fork 10.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
[SR-65] build-script generates CMAKEGENERATE without quotes #42687
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
build-script
Area → utils: The build script
compiler
The Swift compiler itself
utils
Area: the build system and other accessory scripts under the "utils" directory
Comments
Comment by Liang Zou (JIRA) More information of the generated command: ... ...
|
Could you try again, now that #184 has landed? |
Comment by Liang Zou (JIRA) Yeah, thanks. that solved the problem. |
AnthonyLatsis
added
the
utils
Area: the build system and other accessory scripts under the "utils" directory
label
Jul 13, 2024
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
build-script
Area → utils: The build script
compiler
The Swift compiler itself
utils
Area: the build system and other accessory scripts under the "utils" directory
Environment
Macbook Air with OS X Ei Capitan
Additional Detail from JIRA
md5: da5a5c9c9d5a1fb51b76d97c9f088459
Issue Description:
I am using Macbook Air with OS X EI Capitan, and I am building swift (commit number c959ce2) with the following command.
./build-script --debug-swift --make --build-subdir ../../build
The error is "CMake Error: Could not create named generator Unix".
Then, I copy the generated command and insert quotes for Unix Makefiles.
It builds correctly. I think there are something missing in the build-script for adding the quotes.
The text was updated successfully, but these errors were encountered: