Skip to content
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

make-pkgconfig.swift脚本无法运行 #1

Open
futurepaycc opened this issue Nov 24, 2020 · 0 comments
Open

make-pkgconfig.swift脚本无法运行 #1

futurepaycc opened this issue Nov 24, 2020 · 0 comments

Comments

@futurepaycc
Copy link

如题:
环境: arch linux | llvm10
输出:

➜ Kaleidoscope git:(master) swift -v utils/make-pkgconfig.swift
Swift version 5.3 (swift-5.3-RELEASE)
Target: x86_64-unknown-linux-gnu
/usr/lib/swift/bin/swift -frontend -interpret utils/make-pkgconfig.swift -disable-objc-interop -color-diagnostics -module-name main
utils/make-pkgconfig.swift:20:13: warning: 'launchPath' is deprecated: renamed to 'executableURL'
process.launchPath = path
^
utils/make-pkgconfig.swift:20:13: note: use 'executableURL' instead
process.launchPath = path
^~~~~~~~~~
executableURL
utils/make-pkgconfig.swift:23:13: warning: 'launch()' is deprecated: renamed to 'run'
process.launch()
^
utils/make-pkgconfig.swift:23:13: note: use 'run' instead
process.launch()
^~~~~~
run
error: Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant