mame / quine-relay

An uroboros program with 100+ programming languages
13.88k stars 552 forks source link

121 - ppt: not found #90

Closed Liryna closed 6 years ago

Liryna commented 6 years ago

πŸ‘½ Hello HumanπŸ‘½

ppt is not found by sh during the 121 step.

#########################################
##  121: PPT (Punched tape) -> Prolog  ##
#########################################

ppt -d < QR.ppt > QR.prolog
/bin/sh: 1: ppt: not found
Makefile:1061: recipe for target 'QR.prolog' failed
make: *** [QR.prolog] Error 127
make: *** Deleting file 'QR.prolog'

My ubuntu version

 lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.04 LTS
Release:        18.04
Codename:       bionic

ppt is correctly installed from bsdgames package.

$ whereis ppt
ppt: /usr/games/ppt /usr/share/man/man6/ppt.6.gz

I have changed the Makefile to directly target /usr/games/ppt and it worked πŸ‘ Should we add /usr/gamesto the PATH ?

πŸš€ have a nice life behind the moon πŸš€

Liryna commented 6 years ago

Thank you @mame for the quick fix πŸ‘