[swift-users] build-script error
Jeff Ramsey
jramsey123 at gmail.com
Fri Jun 10 11:14:48 CDT 2016
I followed directions here to clone the compiler source and build it on
Ubuntu 14.04:
https://github.com/apple/swift/blob/master/README.md
All required packages seem to haven been installed successfully per the
README. When I get to the build step, the following build-script command
generates the errors below it. Have I missed something simple? Thanks.
Jeff
~/swift$ utils/build-script -t
Traceback (most recent call last):
File "utils/build-script", line 1848, in <module>
sys.exit(main())
File "utils/build-script", line 1844, in main
return main_normal()
File "utils/build-script", line 1053, in main_normal
default=StdlibDeploymentTarget.host_target().name)
AttributeError: 'NoneType' object has no attribute 'name'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20160610/3153fa22/attachment.html>
More information about the swift-users
mailing list