Package Details: koku-xinput-wine-git 1.2.3.r0.gd976325-1

Git Clone URL: https://aur.archlinux.org/koku-xinput-wine-git.git (read-only, click to copy)
Package Base: koku-xinput-wine-git
Description: Adds xinput support to Wine without modifying the source binaries of Wine.
Upstream URL: https://www.github.com/KoKuToru/koku-xinput-wine
Licenses: BSD
Conflicts: koku-xinput-wine
Provides: koku-xinput-wine
Submitter: ekkelett
Maintainer: ekkelett
Last Packager: ekkelett
Votes: 0
Popularity: 0.000000
First Submitted: 2017-11-13 16:05 (UTC)
Last Updated: 2018-07-16 08:31 (UTC)

Latest Comments

dreieck commented on 2022-07-15 11:28 (UTC)

It fails to build for me with jumper.h:41:37: error: ‘abs’ is not a member of ‘std’:

==> Starting build()...
-- The C compiler identification is GNU 12.1.0
-- The CXX compiler identification is GNU 12.1.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
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.0") 
-- Checking for module 'sdl2'
--   Found sdl2, version 2.0.22
-- Found wine headers: /usr/include/wine/windows
CMake Warning at CMakeLists.txt:84 (message):
  No 32-bit cross-compiler; skipping 32-bit tests


CMake Warning at CMakeLists.txt:97 (message):
  No 64-bit cross-compiler; skipping 64-bit tests


-- Configuring done
-- Generating done
-- Build files have been written to: /[...]/koku-xinput-wine/src/koku-xinput-wine-1.2.3
[ 12%] Building CXX object CMakeFiles/koku-xinput-wine.dir/main.cpp.o
In file included from /[...]/koku-xinput-wine/src/koku-xinput-wine-1.2.3/main.h:6,
                 from /[...]/koku-xinput-wine/src/koku-xinput-wine-1.2.3/main.cpp:1:
/[...]/koku-xinput-wine/src/koku-xinput-wine-1.2.3/jumper.h: In constructor ‘koku::jumper<F>::jumper(F*, F*)’:
/[...]/koku-xinput-wine/src/koku-xinput-wine-1.2.3/jumper.h:41:37: error: ‘abs’ is not a member of ‘std’
   41 |     auto distance = (uintptr_t)std::abs((intptr_t)src - (intptr_t)dst);
      |                                     ^~~
make[2]: *** [CMakeFiles/koku-xinput-wine.dir/build.make:76: CMakeFiles/koku-xinput-wine.dir/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:85: CMakeFiles/koku-xinput-wine.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: koku-xinput-wine

Regards!

ekkelett commented on 2019-12-26 00:13 (UTC)

As far as I can tell the package is not out of date as of today.

missingSleepDeps commented on 2018-11-11 00:15 (UTC)

CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:2 (project)

CMake Error at CMakeLists.txt:2 (project): The CMAKE_CXX_COMPILER:

Build fails on Manjaro as the Makefile can't be fully generated due to: " x86_64-w64-mingw32-g++

is not a full path and was not found in the PATH.

Tell CMake where to find the compiler by setting either the environment variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH.

-- Configuring incomplete, errors occurred! " So where is the package providing " x86_64-w64-mingw32-g++" and why doesn't Octopi have an option to search for packages by the files that they provide?