[swift-users] Error building Swift
Dmitri Gribenko
gribozavr at gmail.com
Wed Feb 17 15:50:46 CST 2016
On Wed, Feb 17, 2016 at 1:42 PM, Brandon Knope via swift-users
<swift-users at swift.org> wrote:
> Hello! I am trying to build swift and I have installed both CMake and Ninja
> with MacPorts.
>
> When running build-scripts, I am getting this error:
>
> “
> ...
> -- The C compiler identification is AppleClang 7.0.2.7000181
> -- The CXX compiler identification is AppleClang 7.0.2.7000181
> -- Check for working C compiler using: Ninja
> CMake Error:
> The detected version of Ninja () is less than the version of Ninja
> required
> by CMake (1.3).
Did you clone the ninja repository?
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the swift-users
mailing list