You are not logged in.

#21 2017-09-09 19:45:13

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Gamepad - antimicro/ alternative

~/antimicro$ tar xf antimicro
tar: antimicro: Funktion open fehlgeschlagen: Datei oder Verzeichnis nicht gefunden
tar: Error is not recoverable: exiting now
ab90@ab90:~/antimicro$ LC_ALL=C ~/antimicro$ tar xf antimicro
bash: /home/ab90/antimicro$: Datei oder Verzeichnis nicht gefunden
ab90@ab90:~/antimicro$ tar: antimicro: Funktion open fehlgeschlagen: Datei oder Verzeichnis nicht gefunden
bash: tar:: Kommando nicht gefunden.
ab90@ab90:~/antimicro$ tar: Error is not recoverable: exiting now
bash: tar:: Kommando nicht gefunden.
ab90@ab90:~/antimicro$ ab90@ab90:~/antimicro$ 
bash: ab90@ab90:~/antimicro$: Datei oder Verzeichnis nicht gefunden
ab90@ab90:~/antimicro$ 

"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#22 2017-09-09 19:48:59

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Gamepad - antimicro/ alternative

Can we please see the output of:

ls ~/antimicro

The full output of the `wget` command would also clearly show any errors.

Offline

#23 2017-09-09 20:23:11

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Gamepad - antimicro/ alternative

ls ~/antimicro
antimicro-2.23  antimicro_2.23+git.orig.tar.gz

tar antimicro-2.23 ,right?

Last edited by ab90 (2017-09-09 20:24:18)


"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#24 2017-09-09 20:26:43

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Gamepad - antimicro/ alternative

ab90 wrote:

tar antimicro-2.23 ,right?

No, the tarball is already unpacked but the upstream instructions have an error.

Here is a clue: the posted instructions assume that the folder you need is called antimicro, the output you have posted shows exactly what they got wrong  wink

Offline

#25 2017-09-09 20:28:59

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Gamepad - antimicro/ alternative

tar xf antimicro-2.23 is not right and they made a mistake?
...sorry but i dont understand

Last edited by ab90 (2017-09-09 20:43:27)


"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#26 2017-09-09 20:30:51

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Gamepad - antimicro/ alternative

*sighs*

cd ~/antimicro/antimicro-2.23
mkdir build && cd build
cmake ..
make
sudo make install

EDIT: PR submitted: https://github.com/AntiMicro/antimicro/pull/180

Last edited by Head_on_a_Stick (2017-09-09 20:40:02)

Offline

#27 2017-09-10 08:15:30

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Gamepad - antimicro/ alternative

:~/antimicro/antimicro-2.23/build$ LC_ALL=C cmake ..
bash: cmake: Kommando nicht gefunden.

"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#28 2017-09-10 09:56:22

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Gamepad - antimicro/ alternative

README.md wrote:

The following packages are required to be
installed on your system in order to build this program:

* g++
* cmake
* libqt4-dev (Qt 4 support) or qttools5-dev and qttools5-dev-tools (Qt 5 support)
* libsdl1.2-dev (SDL 1.2) or libsdl2-dev (SDL 2)
* libxi-dev (optional. Needed to compile with X11 and uinput support)
* libxtst-dev (optional. Needed to compile with XTest support)
* libX11-dev (optional when compiled with Qt 5 support)

So you need to install all of those packages before building the program.

Use the Debian packages page to find them:

https://www.debian.org/distrib/packages#search_packages

Good luck!  smile

Offline

#29 2017-09-10 10:25:13

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Gamepad - antimicro/ alternative

Did download the first three.
For the fourth, is it Jessie? https://packages.debian.org/search?sear … sdl1.2-dev

libqt4-dev_4.8.7+dfsg-11_i386.deb
http://ftp.de.debian.org/debian/pool/main/q/qt4-x11/libqt4-dev_4.8.7+dfsg-11_i386.deb

cmake_3.7.2-1_i386.deb
http://ftp.de.debian.org/debian/pool/main/c/cmake/cmake_3.7.2-1_i386.deb

g++_6.3.0-4_i386.deb
http://ftp.de.debian.org/debian/pool/main/g/gcc-defaults/g++_6.3.0-4_i386.deb

"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#30 2017-09-10 10:41:59

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Gamepad - antimicro/ alternative

ab90 wrote:

I think so, yes.

I'm booted in Arch at the moment so you will just have to try it and see.

Offline

#31 2017-09-10 10:52:27

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Gamepad - antimicro/ alternative

so not stretched, like the ones before?! ok, will do it smile


"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#32 2017-09-10 10:54:46

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Gamepad - antimicro/ alternative

Just tried the g++ package, didnt work. Dependencies error

EDIT:
only the fourth, the jessie i386 package seems to work.
not the streched i386

Last edited by ab90 (2017-09-10 10:57:19)


"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#33 2017-09-10 10:59:58

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Gamepad - antimicro/ alternative

So now i downloaded the first three again in oldstable (jessie).
I will use the first four packages mentioned.


"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#34 2017-09-10 11:09:52

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Gamepad - antimicro/ alternative

..the installation of the first four packages finished.
now i repeat the commands of reply #26.


"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#35 2017-09-10 11:11:35

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Gamepad - antimicro/ alternative

problem:

~$ cd ~/antimicro/antimicro-2.23
ab90@ab90:~/antimicro/antimicro-2.23$ mkdir build && cd build
mkdir: das Verzeichnis „build“ kann nicht angelegt werden: Die Datei existiert bereits
ab90@ab90:~/antimicro/antimicro-2.23$ cd build
ab90@ab90:~/antimicro/antimicro-2.23/build$ cmake ..
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28") 
-- checking for module 'sdl2'
--   package 'sdl2' not found
CMake Error at /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:341 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:395 (_pkg_check_modules_internal)
  CMakeLists.txt:96 (pkg_check_modules)


-- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Found X11: /usr/lib/i386-linux-gnu/libX11.so
XTest support allowed for simulating events.
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
Compiling with Qt4 support
-- Found Qt4: /usr/bin/qmake (found version "4.8.6") 
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
X11_XTest_LIB (ADVANCED)
    linked by target "antimicro" in directory /home/ab90/antimicro/antimicro-2.23
X11_Xi_LIB (ADVANCED)
    linked by target "antimicro" in directory /home/ab90/antimicro/antimicro-2.23

-- Configuring incomplete, errors occurred!
See also "/home/ab90/antimicro/antimicro-2.23/build/CMakeFiles/CMakeOutput.log".
See also "/home/ab90/antimicro/antimicro-2.23/build/CMakeFiles/CMakeError.log".
ab90@ab90:~/antimicro/antimicro-2.23/build$ 

"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#36 2017-09-10 11:21:22

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Gamepad - antimicro/ alternative

^ *shrugs* no idea, sorry.

You should probably take your issue upstream and ask them about 32-bit support, I clearly have no idea what I'm doing here  big_smile

Offline

#37 2017-09-10 11:43:30

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Gamepad - antimicro/ alternative

Ok, thanks for you patience.


"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#38 2017-09-10 11:46:43

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Gamepad - antimicro/ alternative

So, no gamepad on boot as controller? hmm


"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#39 2017-09-10 11:55:44

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Gamepad - antimicro/ alternative

Well, you could try the manual methods outlined in the ArchWiki but they may not be directly transferable to Debian/BunsenLabs.

Otherwise, are you sure that your hardware is only 32-bit?

A 64-bit system would allow the package to work, as I have proved with my Arch & BL boxes.

Offline

#40 2017-09-10 12:03:19

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Gamepad - antimicro/ alternative

its a eee pc 1005HA.


"Be humble, be cool, dance techno-style to heavy metal music."

Offline

Board footer

Powered by FluxBB