Giter Site home page Giter Site logo

Comments (3)

b9Joker108 avatar b9Joker108 commented on July 26, 2024

This is how far I have got so far, and it has been an involved process:

(base) root@localhost:/root/touchegg/touchegg-2.0.17/build # cmake ..
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Error at /data/data/com.termux/files/usr/share/cmake-3.29/Modules/CMakeDetermineSystem.cmake:35 (file):
  file failed to open for reading (No such file or directory):

    /include/android/api-level.h
Call Stack (most recent call first):
  CMakeLists.txt:3 (project)


-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
-- Checking for module 'libudev'
--   Found libudev, version 252
-- Found LIBUDEV: TRUE
-- Checking for module 'libinput'
--   Found libinput, version 1.22.1
-- Found LIBINPUT: TRUE
-- Checking for module 'pugixml'
--   Found pugixml, version 1.14
-- Found PUGIXML: TRUE
-- Checking for module 'cairo'
--   Found cairo, version 1.16.0
-- Found CAIRO: TRUE
-- Checking for module 'x11'
--   Found x11, version 1.8.4
-- Found X11: TRUE
-- Checking for module 'xtst'
--   Found xtst, version 1.2.3
-- Found XTEST: TRUE
-- Checking for module 'xrandr'
--   Found xrandr, version 1.5.2
-- Found XRANDR: TRUE                                                                                                              -- Checking for module 'xi'
--   Found xi, version 1.8
-- Found XINPUT: TRUE
-- Checking for module 'glib-2.0'
--   Found glib-2.0, version 2.74.6
-- Found GLIB: TRUE
-- Checking for module 'gio-2.0'
--   Found gio-2.0, version 2.74.6
-- Found GIO: TRUE
-- Found libinput >= 1.18: LIBINPUT_FILTER_DELTAS=ON
-- Checking for module 'gtk+-3.0'
--   Found gtk+-3.0, version 3.24.38
-- Found GTK3: TRUE
-- Configuring incomplete, errors occurred!

I would really appreciate some assistance.

Thanking you in anticipation
Beauford

from touchegg.

JoseExposito avatar JoseExposito commented on July 26, 2024

Hi!

I'm not familiar with Termux, and I'm not sure if Touchégg will work on Android (I have never test it), but the error is:

CMake Error at /data/data/com.termux/files/usr/share/cmake-3.29/Modules/CMakeDetermineSystem.cmake:35 (file):
  file failed to open for reading (No such file or directory):

On my Fedora install, I the file can be found at /usr/share/cmake/Modules/CMakeDetermineSystem.cmake (and inside some Flatpak SDKs).

You can try to check if the file is present in a different path:

$ find / -name "CMakeDetermineSystem.cmake" 2> /dev/null

And create a symlink or try to copy it from a regular Linux distro and see if you are lucky enough to make it work.

I'm afraid I won't be able to help you with this issue as I don't have a way to run Termux.

from touchegg.

b9Joker108 avatar b9Joker108 commented on July 26, 2024

Thank you so much for your response. As it turns out, I don't require Touchégg, as Termux-X11 has built-in functionality to enable touchscreen functionality for the GUI. This works for both launching the GUI of the Termux host environment, and the GUI of chroots. I didn't know this when I began prospecting the Touchégg solution. I learnt much from trying to get Touchégg working in my Debian chroot, so the time and endeavour wasn't a waste. Thank you so much for your code.

from touchegg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.