I am having trouble when I am running configure in the project. It is always
checking whether std::atomic_* overloads for std::shared_ptr are available... yes
checking whether thread_local storage class specifier is available.... yes
checking for library containing dlopen... none required
checking for libnghttp2 >= 1.43.0... yes
checking for openssl >= 1.0.1... yes
checking for boostlib >= 1.54.0... yes
checking whether the Boost::ASIO library is available... no
checking whether the Boost::System library is available... yes
configure: error: Could not find a version of the library!
I have built boost from source, this is how I am running the configure command
./configure --prefix=$BUILD_PATH --with-boost=$BOOST_PATH
I have tried more things sharing the link to the stack overflow question for more context. https://stackoverflow.com/questions/79771392/failing-to-configure-nghttp2-asio-in-macos
All the help would be appreciated.
Thanks
I am having trouble when I am running
configurein the project. It is alwaysI have built boost from source, this is how I am running the configure command
I have tried more things sharing the link to the stack overflow question for more context. https://stackoverflow.com/questions/79771392/failing-to-configure-nghttp2-asio-in-macos
All the help would be appreciated.
Thanks