-
Notifications
You must be signed in to change notification settings - Fork 300
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
Can't install on Linux ARM #37
Comments
At this moment iohook not yet compiled to arm. But I believe at can be compiled without any problems. |
When I clone the repo and cd into the directory and run
|
Sorry. We just update command name. |
Appreciate your willingness to help, but running that command I get:
|
Looks like you need install libtool before compile |
Thanks. I installed that along with all other packages it subsequently complained about.
Now I get this:
|
Hm. It is strange. In CMakeLists.txt I see checking of compiler version cmake_minimum_required(VERSION 2.8)
macro(use_c99)
if (CMAKE_VERSION VERSION_LESS "3.1")
if (CMAKE_C_COMPILER_ID STREQUAL "GNU")
set (CMAKE_C_FLAGS "--std=gnu99 ${CMAKE_C_FLAGS}")
endif ()
else ()
set (CMAKE_C_STANDARD 99)
endif ()
endmacro(use_c99) Please check your cmake version. Also It may be related to arm version of libuihook, I need to try update to latest version. |
My cmake version is 2.8.12.2. Don't find anything regarding |
Any other recommendations to get this package working on ARM? |
Try add to line 15 in file CMakeLists.txt (after For be sure if c99 used |
Ok, so I added
No errors that I see, however, when running your usage example I get:
|
Thats great news. Looks like node can't find module. Please check directories under |
Ok, so we're getting there. I found it and copied it to where it was looking for it in the error message above:
Now the usage example you provide works when run from the terminal on the actual machine with a monitor, keyboard and mouse! However, when disconnecting the monitor and keyboard and SSHing into the UDOO, I get this when running your usage example:
With that said, when I have a mouse, keyboard (USB button as keyboard) and monitor on the Quad and attempt to run the usage example on the local terminal it all works, but when I run the example over ssh I get the above errors. Also, the intent is for this to be run on an UDOO Quad without a monitor or mouse connected, just the USB button. UPDATE: |
Interesting case :) But I think need redirect this question to libuiohook. |
Having same problem :( |
Considering this is no longer an The new issue is here |
I meant i cannot get it to compile on ARM
|
Same issue here..
npm ERR! A complete log of this run can be found in: |
Uhh, I'm just gonna assume this is a lost cause on arm. |
I tried installing the library
However, while there is a
node_modules
folder there is noiohook
folder where I can try to runnpm run compile
.Worth nothing this is on Ubuntu 14.04 running on a UDOO Quad as well as Raspbian Jessie and Raspbian Stretch running on a Raspberry Pi 3.
The text was updated successfully, but these errors were encountered: