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

Client linux compilation error #3

Closed
GrayJack opened this issue Nov 23, 2016 · 8 comments
Closed

Client linux compilation error #3

GrayJack opened this issue Nov 23, 2016 · 8 comments

Comments

@GrayJack
Copy link

When compiling it gives me this error:

(.text+0xd3): undefined reference to `xcb_disconnect'
collect2: error: ld returned 1 exit status
Makefile:15: recipe for target 'linux' failed
make: *** [linux] Error 1

@Rinnegatamante
Copy link
Owner

The linux port has been made by @nyorem . You should wait for an answer from him.

@nyorem
Copy link
Contributor

nyorem commented Nov 24, 2016

Removing the '-static' flag from the Makefile did the trick for me.

@GrayJack
Copy link
Author

Did it for me too, thanks!!
But I'm having another problem, seen that the retrotouch does nothing in the linux version

@nyorem
Copy link
Contributor

nyorem commented Nov 25, 2016

On my machine, it is working: the left part of the retrotouch is a left click and the right one is a right click.
You can test if the events are correctly sent by using the xev command.

@GrayJack
Copy link
Author

GrayJack commented Dec 6, 2016

OH, for some reason it wasn't working that day, today it worked, but... another problem, when open a submenu (that one with copy, paste, etc) the right and left mouse click stops to work.
To make sure, I used xev commmand and with the submenu open, it really didn't work.

@nyorem
Copy link
Contributor

nyorem commented Dec 6, 2016

Ok. You're right. I will look at it (probably this week end).

@nyorem
Copy link
Contributor

nyorem commented Dec 11, 2016

Can you test my fork? It seems to work on my machine.
Note that when "clicking", you also need to have a thumb on the front screen.

@GrayJack
Copy link
Author

Sorry for the late reply, didn't had the time, I just tested and now it works!!!
Thanks very much for the atention :3

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

3 participants