1 | initial version |
I have solved the problem. I read grahamb's comments and tried it again. The problem was in the following message :
Exception in thread "main" org.jruby.exceptions.MainExitException: unknown encoding name - MS949 list GET given empty list Call Stack (most recent call first): docbook/CMakeLists.txt:14 (find_package)
So I set the environment variable "ASCIIDOCTORJ_OPTS = -Dfile.encoding = UTF-8". It has been created since that setting.
I do not know about CMake, So I thought the problem was in 'CMakeError.log'. Thanks to grahamb.