<command-line>: fatal error: retro_endianness.h: Arquivo ou diretório inexistente
I think that header file comes from libretro-common, I tried to install those headers, but no luck there (I don't have much familiarity with C++ though).
I saw there are a bunch of directories inside vendor, but those are all empty. I was guessing running make or make all would download all those dependencies, compile them and put them in the right places. But it just didn't work for me.
Am I doing something wrong? Is there some wiki or readme file where this compiling process is discussed?
Compilation using
make
fails with this error:<command-line>: fatal error: retro_endianness.h: Arquivo ou diretório inexistente
I think that header file comes from
libretro-common
, I tried to install those headers, but no luck there (I don't have much familiarity with C++ though).I saw there are a bunch of directories inside
vendor
, but those are all empty. I was guessing runningmake
ormake all
would download all those dependencies, compile them and put them in the right places. But it just didn't work for me.Am I doing something wrong? Is there some wiki or readme file where this compiling process is discussed?
Here's the full compile command
make
generated:I'm on Ubuntu 22.04
Linux _ 6.8.0-47-generic #47~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Oct 2 16:16:55 UTC 2 x86_64 x86_64 x86_64 GNU/Linux