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)
Describe the bug
Building maiko in a directory which isn't located in the source tree fails because the mkvdate script is called assuming the build directory is one level below the top level.
To Reproduce
Steps to reproduce the behavior:
mkdir -p build/debug
cmake -B build/debug
cmake --build build/debug results in the error:
/bin/sh: ../bin/mkvdate: No such file or directory
Expected behavior
The build should succeed. Created Interlisp/maiko#441 to fix this problem.
Screenshots
N/A
Context (please complete the following information):
OS: Mac (but expect the same on any Unix like system)
Describe the bug Building
maiko
in a directory which isn't located in the source tree fails because themkvdate
script is called assuming the build directory is one level below the top level.To Reproduce Steps to reproduce the behavior:
mkdir -p build/debug
cmake -B build/debug
cmake --build build/debug
results in the error:/bin/sh: ../bin/mkvdate: No such file or directory
Expected behavior The build should succeed. Created Interlisp/maiko#441 to fix this problem.
Screenshots N/A
Context (please complete the following information):
Additional context