1. compile error report
ok i found error cause. look this.
================================
onion@coreonion:/mnt/USERDISK/onion/99_SpecUI������/BuildingUIWithSpec$ make book
git submodule update --init
mkdir -p ./book-result
find . -type d -path ./book-result/ -prune -o -wholename "*/figures" -exec rsync -rR {} ./book-result \;
find: warning: -path ./book-result/ will not match anything because it ends with /.
cp -R support ./book-result
cp .latexmkrc ./book-result
./pillar export --to="latex:sbabook" --outputFile=SpecBooklet SpecBooklet.pillar
CCConfigurationError: /mnt/USERDISK/onion/99_SpecUI��������������/BuildingUIWithSpec is not a valid directory.
PRPillarConfiguration(CCConfiguration)>>error:
PRPillarConfiguration(CCConfiguration)>>toDirectory:
PRPillarConfiguration(CCConfiguration)>>baseDirectory:
================================
Spec git file location have "korean charactor" then book compile fail. only use location then can compile. and no problem.