EQL5-Android | Common Lisp for Android App Development 2018
.
The step 2 is to “build cross-compiled ECL for Android”. It should have been straightforward to follow the instructions in the README page of the EQL5-Android project.
However, when trying to run the command ./1-make-ecl-host.sh
, I got the following error messages:
A more serious problem was that I could not even locate the error log file config.log
.
.
Another abnormality was that while the process claimed that it was
Creating directory 'build'
,
the directory build
was actually not created at all.
So I manually created that directory before running the command ./1-make-ecl-host.sh
again. Only then, I could find the error log file config.log
in the build
directory, after the failure of the compilation.
— Me@2018-12-19 10:50:31 PM
.
.
2018.12.19 Wednesday (c) All rights reserved by ACHK