Hi,
I am attempting to build the source code on MacOS. When following the steps outlined here (https://wiki.documentfoundation.org/Development/lode) I get to “./setup” and get the below error.
**Prereqs:**
MacOS version: MacOS Big Sur 11.1
Xcode 12.3
Java SE 15
**Error:**
[ 98%] Built target _doxygen
Scanning dependencies of target doxygen
make[2]: *** No rule to make target '/usr/lib/libiconv.dylib', needed by 'bin/doxygen'. Stop.
make[2]: *** Waiting for unfinished jobs....
[ 98%] Building CXX object src/CMakeFiles/doxygen.dir/main.cpp.o
CMakeFiles/Makefile2:351: recipe for target 'src/CMakeFiles/doxygen.dir/all' failed
make[1]: *** [src/CMakeFiles/doxygen.dir/all] Error 2
Makefile:181: recipe for target 'all' failed
make: *** [all] Error 2
error making doxygen
(reformatted by ajlittoz for clarity)