You are not logged in.
~/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
Can we please see the output of:
ls ~/antimicro
The full output of the `wget` command would also clearly show any errors.
Offline
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
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
Offline
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
*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
:~/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
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!
Offline
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
For the fourth, is it Jessie? https://packages.debian.org/search?sear … sdl1.2-dev
I think so, yes.
I'm booted in Arch at the moment so you will just have to try it and see.
Offline
so not stretched, like the ones before?! ok, will do it
"Be humble, be cool, dance techno-style to heavy metal music."
Offline
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
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
..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
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
^ *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
Offline
Ok, thanks for you patience.
"Be humble, be cool, dance techno-style to heavy metal music."
Offline
So, no gamepad on boot as controller?
"Be humble, be cool, dance techno-style to heavy metal music."
Offline
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
its a eee pc 1005HA.
"Be humble, be cool, dance techno-style to heavy metal music."
Offline