Hello everybody .
First of all, I apologize for my bad english, it is not my mother tongue (I’m french).
I want to compile RetroArch on linuxMint 16 (Cinnamon 64bits) in order to get the ffmpeg recording feature but I have some problems: I don’t succeed in compiling the app, even without ffmpeg.
I followed the instructions on the wiki and I typed these commands into a terminal:
git clone git://github.com/Themaister/RetroArch.git cd RetroArch ./configure make
Here, the compilation failed because the GL/gl.h header was not found, so I have installed freeglut3-dev and the compilation ended without any error exept some warnings like “implicit declaration of isalpha, tolower, isdigit”, but when I launch retroArch, I have the following errors:
RetroArch [WARN] :: system_directory is not set in config. Assuming system directory is same folder as game: “”. RetroArch [ERROR] :: Couldn’t find any input driver named “null” RetroArch [ERROR] :: Fatal error received in: “find_input_driver()”
and the RGUI is not appeared.
How I can solve this ? What are the missing dependancies ? I think the wiki is not clear enough on this point for unexperimented users like me.
Thanks in advance for your help.