-
Notifications
You must be signed in to change notification settings - Fork 189
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
Not installing in ubuntu 14.04 #100
Comments
Same problem here. Running Linux Mint 17.2 |
I'm also having this problem with Ubuntu 14.04. |
Hi, after installing previous libs now I have following error: Fatal: QFontDatabase: Cannot find font directory /usr/local/Qt-5.3.1/lib/fonts - is Qt installed correctly? I'm using Puppy Linux Tahrpup 6.05 (based on debian/ubuntu packages) and I installed Qt 5.5 with package tool. I see that /usr/bin/qtcreator is present but I don't able to find font directory. Did you had a similar problem? Thanks, |
Sorry. ATM i have no problems. |
Hey.
I ran : sudo apt-get install "^libxcb.*" libx11-xcb-dev libglu1-mesa-dev libxrender-dev
Then downloaded and ran http://zapmaker.grblcontroller.s3-website-us-west-2.amazonaws.com/GrblControllerLinuxInstallerx64-3.6.1
And it gives me this error :
arthur at aquarelle in ~ [12:22:35]
$ sudo ./GrblControllerLinuxInstallerx64-3.6.1
./GrblControllerLinuxInstallerx64-3.6.1: error while loading shared libraries: libxcb-sync.so.0: cannot open shared object file: No such file or directory
I tried installing the missing library but it seems to be there already :
arthur at aquarelle in ~ [12:22:37]
$ bash
arthur@aquarelle:
$ sudo apt-get install libxcb-sync*$Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libxcb-sync0-dev' for regex 'libxcb-sync_'
Note, selecting 'libxcb-sync1-dbg' for regex 'libxcb-sync_'
Note, selecting 'libxcb-sync1' for regex 'libxcb-sync_'
Note, selecting 'libxcb-sync-dev' for regex 'libxcb-sync_'
Note, selecting 'libxcb-sync-dev' instead of 'libxcb-sync0-dev'
libxcb-sync-dev is already the newest version.
libxcb-sync1 is already the newest version.
libxcb-sync1-dbg is already the newest version.
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-headers-3.13.0-39 linux-headers-3.13.0-39-generic
linux-image-3.13.0-32-generic linux-image-3.13.0-39-generic
linux-image-extra-3.13.0-32-generic linux-image-extra-3.13.0-39-generic
linux-image-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 141 not upgraded.
arthur@aquarelle:
I want to try this software to see if it works with the Smoothie firmware ( and if needed get it to work ).
Thanks for your help.
Cheers.
The text was updated successfully, but these errors were encountered: