Basically i've got all the development libraries and i want to build some of the examples to try them out but they won't build. I'm on Windows so i'm using MinGW MSYS (tried Cygwin too) to run the makefiles but i get the following error:
$make
make: make: Command not found
make: *** [build] error 127
So i googled 'make: command not found' and what i found suggested that the make program was not installed but it should be as i can use make when working with PS3 games.
So does anyone have any ideas? I've tried it on both my home and work PCs and have the same problems
Incidentally if i use the build.bat provided with some of the examples then i get this error:
