You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>>>> 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.
The text was updated successfully, but these errors were encountered:
Not fixed -- I have an lde, ldex, and ldeinit on my PATH, but no maiko directory, and yet it reports:
briggs@macrobiotic medley % ./loadup --lisp
>>>>> START loadup-init
ERROR: Cannot find the Maiko directory at either
"/Users/briggs/Projects/medley/maiko" or "/Users/briggs/Projects/medley/../maiko".
You can use the --maikodir argument or the MAIKODIR env variable
to specify the Maiko directory.
Exiting.
----- FAILURE loadup-init-----
..... files created .....
<<<<< END loadup-init
----- loadup: FAILURE -----
briggs@macrobiotic medley % which lde
/var/tmp/lde
briggs@macrobiotic medley % which ldeinit
/var/tmp/ldeinit
briggs@macrobiotic medley % which ldex
/var/tmp/ldex
briggs@macrobiotic medley % git log
commit a4b9099b80ec743239816514cb3b01658a5fdf75 (HEAD -> master, origin/master, origin/HEAD)
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.
The text was updated successfully, but these errors were encountered: