-
Notifications
You must be signed in to change notification settings - Fork 75
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
MachinekitClient fails to start #169
Comments
Thanks for reporting the issue. This PR might fix the problem: #172 |
latest mk client for Linux amd64 does not work for me too - I see a screen with progress bar and then only empty grey window. The output:
|
Yes, I moved the build servers to Debian Stretch. Seems to be a GCC5 issue on older distros. I will see what I can do. |
Just tested on Jessie. Problem should be fixed with #184 |
Yes, it works on jessie, but interesting that it does not launch by mouse
from gui and does not have an icon like earlier versions do..
…On 3 August 2017 at 08:48, Alexander Rössler ***@***.***> wrote:
Just tested on Jessie. Problem should be fixed with #184
<#184>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#169 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACyR7uaIH06ng3bYCFlMiQzM7mWlq5yuks5sUW0hgaJpZM4N6l5S>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to run the Machinekit Client from an Arch Linux system yields errors:
Googling those errors led to https://askubuntu.com/questions/635851/error-in-installing-steam-on-ubuntu-15-04 which led me to trying to force a particular version of libstdc++ as follows:
LD_PRELOAD='/usr/$LIB/libstdc++.so.6' ~/Downloads/MachinekitClient_Development-201705181342-master-fcc665f-x64.AppImage -d
Forcing the c++ library version worked in this instance.
For reference:
The text was updated successfully, but these errors were encountered: