-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Closed
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.build-scriptArea → utils: The build scriptArea → utils: The build scriptcompilerThe Swift compiler itselfThe Swift compiler itselfutilsArea: the build system and other accessory scripts under the "utils" directoryArea: the build system and other accessory scripts under the "utils" directory
Description
| Previous ID | SR-65 |
| Radar | None |
| Original Reporter | liangz (JIRA User) |
| Type | Bug |
| Status | Closed |
| Resolution | Done |
Environment
Macbook Air with OS X Ei Capitan
Additional Detail from JIRA
| Votes | 0 |
| Component/s | Compiler |
| Labels | Bug, BuildScript |
| Assignee | None |
| Priority | Medium |
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.
Metadata
Metadata
Assignees
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.build-scriptArea → utils: The build scriptArea → utils: The build scriptcompilerThe Swift compiler itselfThe Swift compiler itselfutilsArea: the build system and other accessory scripts under the "utils" directoryArea: the build system and other accessory scripts under the "utils" directory