#1666
petrockblog
Keymaster

[quote=1645]It’s all described on the GIT repository, really.

Dependencies are listed here: https://github.com/chep/snes9x-rpi/wiki/Dependencies<br>
(This means you need to have this stuff installed before trying to build the snes9x binary).<br>
sudo apt-get install fonts-freefont-ttf libboost-serialization-dev libboost-thread-dev libboost-system-dev libsdl1.2-dev libsdl-ttf2.0-dev libasound2-dev

Then you pull the source code to your machine:<br>
git clone https://github.com/chep/snes9x-rpi.git

Go into the directory that just downloaded and type<br>
make

If the odds are in your favour, you’ll find a snes9x binary after the compilation process. To start a game:<br>
./snes9x *rom*

Check out the wiki for more details and info. There’s a lot of info in the readme.txt and readme.rpi files in the repository.
[/quote]

I just tried to build snes9x, but right after calling “make” I get this output:

Makefile:65: apu.d: No such file or directory
Makefile:65: clip.d: No such file or directory
Makefile:65: cpu.d: No such file or directory
Makefile:65: cpuexec.d: No such file or directory
Makefile:65: cpuops.d: No such file or directory
Makefile:65: data.d: No such file or directory
Makefile:65: dma.d: No such file or directory
Makefile:65: dsp1.d: No such file or directory
Makefile:65: gfx.d: No such file or directory
Makefile:65: globals.d: No such file or directory
Makefile:65: loadzip.d: No such file or directory
Makefile:65: memmap.d: No such file or directory
Makefile:65: ppu.d: No such file or directory
Makefile:65: snapshot.d: No such file or directory
Makefile:65: snes9x.d: No such file or directory
Makefile:65: soundux.d: No such file or directory
Makefile:65: spc700.d: No such file or directory
Makefile:65: tile.d: No such file or directory
Makefile:65: unix/soundSystem.d: No such file or directory
Makefile:65: unix/svga.d: No such file or directory

I fetched the latest revision of your sources with

git clone https://github.com/chep/snes9x-rpi.git

I also posted this issue at the repository of snes9x-rpi.