Make command didn't build successful after the configure meet the requirement in build and install Sleuthkit

hi,
I got an issue during the build and install Sleuthkit on my Mac OS Mojave Version 10.14.6.
I have followed this link: https://slo-sleuth.github.io/tools/InstallingAutopsyOnMacOS.html#_troubleshooting to install Autopsy on my macbook pro.

After running ./configure and everything met the requirement as needed:
% ./configure
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… config/install-sh -c -d

configure:
Building:
afflib support: yes
libewf support: yes
zlib support: yes
openssl support: no

libvhdi support: no
libvmdk support: no
postgresql support: yes
Features:
Java/JNI support: yes
Multithreading: yes
After that, i have run make command. it wasn’t build successful and I got this:
-lpq -lsqlite3 -ldl -lstdc++

libtool: link: rm -fr .libs/libtsk.lax

rm: .libs/libtsk.lax/libtskbase.a: Permission denied

rm: .libs/libtsk.lax: Directory not empty

…/libtool: line 5690: cd: /Users/tevinvu/Documents/Fall: No such file or directory

libtool: link: (cd .libs/libtsk.lax/libtskbase.a && ar x “/Users/tevinvu/Documents/Fall 2020/CPSC552/sleuthkit-4.8.0/tsk/base/.libs/libtskbase.a”)

…/libtool: line 1731: cd: .libs/libtsk.lax/libtskbase.a: No such file or directory

make[3]: *** [libtsk.la] Error 1

make[2]: *** [all-recursive] Error 1

make[1]: *** [all] Error 2

make: *** [all-recursive] Error 1

Please help me if you can. Thank you