I'm getting the following error while trying to build the sample server:
In file included from /Users/lorenzo/NativeFX/sample-servers/sample-server/src/main/cpp/main.cpp:1:
/Users/lorenzo/NativeFX/sample-servers/sample-server/../headers/nativefx/nativefx_server.hpp:53:10: fatal error: 'boost/thread/xtime.hpp' file not found
#include <boost/thread/xtime.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
I have installed boost with brew install boost