Brandons-MacBook-Air:j2534-rpc-js brandonros 2022-02-20 13:48:04 $ rm -rf output && cmake -S . -B "output" && cmake --build output --config Debug
-- The C compiler identification is AppleClang 13.0.0.13000029
-- The CXX compiler identification is AppleClang 13.0.0.13000029
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Doxygen: /opt/homebrew/bin/doxygen (found version "1.9.3") found components: doxygen missing components: dot
-- OpenSSL version 1.1.1m
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of int
-- Check size of int - done
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Build OpenSSL: /Users/brandonros/Desktop/j2534-rpc-js/output/deps/openssl-cmake
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/brandonros/Desktop/j2534-rpc-js/output
[ 0%] Building CXX object CMakeFiles/j2534-rpc-diag-test-x64.dir/src/j2534-rpc-diag-test.cpp.o
In file included from /Users/brandonros/Desktop/j2534-rpc-js/src/j2534-rpc-diag-test.cpp:5:
In file included from /Users/brandonros/Desktop/j2534-rpc-js/deps/msgpack-c/include/msgpack.hpp:22:
In file included from /Users/brandonros/Desktop/j2534-rpc-js/deps/msgpack-c/include/msgpack/type.hpp:39:
In file included from /Users/brandonros/Desktop/j2534-rpc-js/deps/msgpack-c/include/msgpack/adaptor/cpp11/chrono.hpp:14:
/Users/brandonros/Desktop/j2534-rpc-js/deps/msgpack-c/include/msgpack/v1/adaptor/cpp11/chrono.hpp:20:10: fatal error: 'boost/numeric/conversion/cast.hpp' file not found
#include <boost/numeric/conversion/cast.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [CMakeFiles/j2534-rpc-diag-test-x64.dir/src/j2534-rpc-diag-test.cpp.o] Error 1
make[1]: *** [CMakeFiles/j2534-rpc-diag-test-x64.dir/all] Error 2
make: *** [all] Error 2
Brandons-MacBook-Air:j2534-rpc-js brandonros 2022-02-20 13:48:30 $