On Mon, May 15, 2017 at 10:09 PM, Emil Dotchevski
<
emildot...@gmail.com> wrote:
> One obstacle for me is how do I get it to use Boost? If I understand
> correctly, it's not in the wrapdb, and it seems it requires pkg-config. But
> what if I don't have it? I tried running the "test cases/frameworks/1 boost"
> unit test and it doesn't work on my macOS system (I also need it to work on
> Windows and Linux.)
The Boost dependency resolver does work on Windows and Linux, those
have been tested. The dependency does not use pkg-config because Boost
does not ship pkg-config files. If any Boost developers are reading
this, please, please start shipping .pc files. The current situation
is awful for integration.
On OSX the problem is that there is no officially sanctioned place to
place Boost files so they can be anywhere. In this case you need to
point Meson to the install path with the BOOST_ROOT environment
variable. If that does not detect it then that is a bug that needs
fixing.