The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources)
>>>>> START loadup-init
ESC[41mESC[37mERROR: Cannot find the Maiko executable (darwin.x86_64/lde) in eitherESC(BESC[m
ESC[41mESC[37m"/Users/briggs/Projects/medley/maiko" or "/Users/briggs/Projects/medley/../maiko".ESC(BESC[m
ESC[41mESC[37mExiting.ESC(BESC[m
----- FAILURE -----
..... files created .....
<<<<< END loadup-init
----- loadup-all.sh: FAILURE -----
briggs@macrobiotic medley % which lde
/Users/briggs/Projects/maiko-test/darwin.x86_64/lde
briggs@macrobiotic medley %
If lde (and ldeinit) are accessible from the PATH then it should NOT be trying to find them in locations constructed from the current working directory.
I thought we'd fixed this problem a while back --
If lde (and ldeinit) are accessible from the PATH then it should NOT be trying to find them in locations constructed from the current working directory.