Thank you, I think I recognize one name of the maintainers.
Will try to contact them.
About the compile, I defenilty need the j- option. amd ryzen 6 cores 12 threads, lets google if -j12 should work.
I was almost happy it failed, will continue tomorrow and then use -j .
This fail already took over 2 hours.
Might be better to start compile then leave pc alone for a bit.
Not worried yet
Code:
Compiling src/osd/modules/input/input_x11.cpp...
../../../../../src/osd/modules/input/input_x11.cpp:18:10:fatal error: X11/extensions/XInput.h: No such file or directory
18 | #include <X11/extensions/XInput.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [osd_sdl.make:1011: ../../../../linux_gcc/obj/x64/Release/osd_sdl/src/osd/modules/input/input_x11.o] Error 1
make[1]: *** [Makefile:19: osd_sdl] Error 2
make: *** [makefile:1365: linux_x64] Error 2
guus@linux-2ls4:~/Downloads/MAME/mame-master>
Will see tomorrow what I can find with google to fix this.
(the simple solution, search in yast for
XInput.h did not work)
Although when using the search option, file list, it does find libxcb-devel
So why is make complaining ? lol
Stupid make,
For now optimistic this can be fixed, I already found more people who had this error.
Bookmarks