make install errors trying to install sapcezero game latest
Posted: Sat Dec 17, 2016 2:28 pm
when i run 'sudo make install' on the game spacezero in /home/pi/spacezero/spacezero it apparently spits out this:
if [ ! -d /usr/local/games ] ; then mkdir -p /usr/local/games ; fi
if [ ! -d /usr/local/share/spacezero ] ; then mkdir -p /usr/local/share/spacezero; fi
if [ ! -d /usr/local/share/spacezero/sounds/ ] ; then mkdir -p /usr/local/share/spacezero/sounds/; fi
if [ ! -d /usr/local/share/spacezero/locales/ ] ; then mkdir -p /usr/local/share/spacezero/locales/; fi
cp ./dat/sounds/*.ogg /usr/local/share/spacezero/sounds/
cp ./dat/letterfrequencytable /usr/local/share/spacezero
cp ./dat/locales/*.txt /usr/local/share/spacezero/locales/
cp ./bin/spacezero /usr/local/games
cp: can not acuire state of ‘./bin/spacezero’ : file or folder does not exist
Makefile:59: recipe for target 'install' failed
make: *** [install] error 1
i translated some stuff of my language to english.
is there a possibility to fix?
if [ ! -d /usr/local/games ] ; then mkdir -p /usr/local/games ; fi
if [ ! -d /usr/local/share/spacezero ] ; then mkdir -p /usr/local/share/spacezero; fi
if [ ! -d /usr/local/share/spacezero/sounds/ ] ; then mkdir -p /usr/local/share/spacezero/sounds/; fi
if [ ! -d /usr/local/share/spacezero/locales/ ] ; then mkdir -p /usr/local/share/spacezero/locales/; fi
cp ./dat/sounds/*.ogg /usr/local/share/spacezero/sounds/
cp ./dat/letterfrequencytable /usr/local/share/spacezero
cp ./dat/locales/*.txt /usr/local/share/spacezero/locales/
cp ./bin/spacezero /usr/local/games
cp: can not acuire state of ‘./bin/spacezero’ : file or folder does not exist
Makefile:59: recipe for target 'install' failed
make: *** [install] error 1
i translated some stuff of my language to english.
is there a possibility to fix?