Rate This Document
Findability
Accuracy
Completeness
Readability

Error "config.status: error: cannot find input file: 'Makefile.in'" Reported When Compiling Jansi

Symptom

An error is reported when compiling Jansi:

1
config.status: error: cannot find input file: `Makefile.in'

Key Process and Cause Analysis

None

Conclusion and Solution

Go to the ./target/native-build directory, run the following commands, and perform the compilation again:

1
2
aclocal
automake --add-missing

The aclocal and automake versions are 1.13.4.