-
Notifications
You must be signed in to change notification settings - Fork 76
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
[OS X] quickinstall script doesnt include ckb-daemon? #134
Comments
Yes, please. Send us everything that was produced by |
the quickinstall script never prompted me for any y/n answers. It spit out a ton of warnings, mostly about unused parameters and such. However this one stuck out:
If you really want me to paste the entire output i can but its about a mile long. Also, if it helps I'm on macOS Sierra 10.12.1 |
Do |
@light2yellow I had the cli tools installed already, but I wasn't fully up to date. Updated them, did a restart and ran quickinstall again but unfortunately same error. |
Alright. Then do |
Also, do you have XCode installed? |
I do have XCode installed but its also not fully up to date. Let me get that all updated and I'll try again. If that fails I'll upload the output text. |
@light2yellow Hm, still no dice. I updated XCode and also updated my OS to 10.12.4. Here's the output - out.txt |
If I were to guess, I'd say whatever is trying to use libiconv likely just has the wrong path. |
@syropian I think I know what's the problem, working on it. |
Please, try compiling from This should fix all issues. |
Did you push to |
Yes, exactly :) |
Oh! Thought you meant you just pushed, my bad! 😅 |
That seems to work, thanks! Will those changes make to master any time soon? |
Yes, I'll merge them right now. Just wanted to be sure nothing will break. |
Done. Now you can use This was an old issue that was fixed long time ago but didn't make into any of the branches because I was the only one experiencing these problems. |
After cloning master into my home folder, I simply cd'd in and ran the quickinstall script. It built the app, and I booted it up but I noticed it wasn't detecting my keyboard. I checked Activity Monitor and noticed
ckb.app
was running but notckb-daemon
, which explained my keyboard not being detected. I figured I could just manually start the daemon but a peek insideckb.app/Contents/Resources
revealed that the daemon wasn't even present. Is this where it's supposed to be, or does it live somewhere else? If there's any logs or files I can include to help let me know.The text was updated successfully, but these errors were encountered: