-
Notifications
You must be signed in to change notification settings - Fork 169
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
quickinstall warning report #544
Comments
Dev is AWOL. I'd help but I don't use Apple products. |
Thank you for replying. Do you have any suggestion that I can start with to solve this problem? |
I do believe this spawns from |
We've got another fork going and we're looking to fix this issue. We're a
bit lacking with OSX, and I personally don't have access to Sierra. But if
we've got people to test we can work on implementing some fixes to get
support for Sierra going. You can find the fork here
https://github.com/mattanger/ckb. Feel free to post anything that you've
found in regards to this issue. Right now, we're not offering any sort of
support, just trying to get all the pull requests implemented and any fixes
done before we do any sort of release.
…On Wed, Dec 21, 2016 at 10:00 PM, Tyler Crawford ***@***.***> wrote:
I do believe this spawns from os.h in the ckb-daemon not being able to
first find the Carbon/Carbon.h file. I've been trying to investigate this
myself on macOS Sierra but can't determine how to get Qt to look in a
different or specific spot for all of the frameworks available. You should
be able to find your available frameworks at /System/Library/Frameworks/
and in here Carbon.framework is clearly available so I'm not quite sure
what the issue is. If anyone has any further tips knowing this, I'd love to
test them out.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#544 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFM7GsKxpLbTK4dScT0z__kqlhjblFUWks5rKefZgaJpZM4LOxTo>
.
|
@mattanger I saw that there was a new fork going under your username actually! I would be happy to test where I can. I will be sure to star your fork to keep up with it. On another note, I do believe anything after the Also, if looking under
To replicate finding this, use the following command: EDIT: |
I downloaded the whole file and tried to use quickinstall. Then, two warning generated. Could you please help me on that. My mac system is 10.12.1 and my device is K70 RGB Rapidfire.
./keyaction.h:96:44: warning: unused parameter 'rhs' [-Wunused-parameter]
inline void operator=(const KeyAction& rhs) {}
^
./keyaction.h:97:39: warning: unused parameter 'rhs' [-Wunused-parameter]
inline KeyAction(const KeyAction& rhs) : QObject() {}
^
In file included from release/moc_mperfwidget.cpp:9:
In file included from release/../mperfwidget.h:11:
In file included from ./kbprofile.h:9:
In file included from ./kbmode.h:6:
In file included from ./kbbind.h:10:
./keyaction.h:96:44: warning: unused parameter 'rhs' [-Wunused-parameter]
inline void operator=(const KeyAction& rhs) {}
^
./keyaction.h:97:39: warning: unused parameter 'rhs' [-Wunused-parameter]
inline KeyAction(const KeyAction& rhs) : QObject() {}
^
2 warnings generated.
In file included from release/moc_kperfwidget.cpp:9:
In file included from release/../kperfwidget.h:9:
In file included from ./kbprofile.h:9:
In file included from ./kbmode.h:6:
In file included from ./kbbind.h:10:
./keyaction.h:96:44: warning: unused parameter 'rhs' [-Wunused-parameter]
inline void operator=(const KeyAction& rhs) {}
^
./keyaction.h:97:39: warning: unused parameter 'rhs' [-Wunused-parameter]
inline KeyAction(const KeyAction& rhs) : QObject() {}
^
2 warnings generated.
2 warnings generated.
2 warnings generated.
2 warnings generated.
The text was updated successfully, but these errors were encountered: