Closed
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.