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

Install failed with build error 65 #31

Open
ghost opened this issue Mar 29, 2016 · 10 comments
Open

Install failed with build error 65 #31

ghost opened this issue Mar 29, 2016 · 10 comments

Comments

@ghost
Copy link

ghost commented Mar 29, 2016

carthage build --platform Mac seems to work although with tons of warnings about upcoming deprecated stuff in Swift 3

'make install` fails with :

import SwiftXPC
^

** INSTALL FAILED **

The following build commands failed:
CompileSwift normal x86_64 /Users/patricklam/Desktop/SourceKittenDaemon/vendor/Xcode.swift/Xcode/Xcode/PBXObject.swift
CompileSwift normal x86_64 /Users/patricklam/Desktop/SourceKittenDaemon/SourceKittenDaemon/Server/CompletionServer.swift
CompileSwift normal x86_64 /Users/patricklam/Desktop/SourceKittenDaemon/SourceKittenDaemon/Project/ProjectType.swift
CompileSwift normal x86_64 /Users/patricklam/Desktop/SourceKittenDaemon/SourceKittenDaemon/Completer/Completer.swift
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
(5 failures)
make: *** [.build] Error 65

@nathankot
Copy link
Collaborator

What is the output of xcodebuild -version?
Try doing a: git submodule update --init :)

Just realized that the above and carthage build needs to be included in the Makefile

@andrewrynhard
Copy link

I am having the same issue

$ xcodebuild -version
Xcode 7.3
Build version 7D175

@nathankot
Copy link
Collaborator

@andrewrynhard

Is this issue on the master branch?

Might be worthwhile installing with the package manager installer at this point: https://github.com/terhechte/SourceKittenDaemon/releases/tag/0.1.4

@andrewrynhard
Copy link

@nathankot yes this is on master branch.

@mitsuse
Copy link
Contributor

mitsuse commented Apr 14, 2016

I don't know the detail but #33 may be related to this issue.

@terhechte
Copy link
Owner

@cc-lam Did it work when you installed from the installer package?

@ghost
Copy link
Author

ghost commented Apr 20, 2016

Yes the installer package works

@jeremiahrhall
Copy link

I'm also getting this error. I tried installing the package but, it's not clear where the daemon is placed by the installer so, I can't start it.

@terhechte
Copy link
Owner

@jeremiahrhall Did you find a solution?

@felix91gr
Copy link
Collaborator

This issue is old. Did you guys find a solution in the end? (:

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

6 participants