Почему сборка не удается найти boost.hpp? - PullRequest
0 голосов
/ 17 января 2020

Я пытаюсь построить IoTctivity для iOS и следую инструкциям здесь , но я продолжаю получать эту ошибку, которая завершает сборку.

service/resource-encapsulation/include/RCSException.h:33:10: fatal error: 'boost/config.hpp' 
file not found
#include <boost/config.hpp>
     ^~~~~~~~~~~~~~~~~~
1 error generated.
scons: *** [out/ios/arm64/debug/service/resource-encapsulation/src/common/expiryTimer/src/ExpiryTimerImpl.o] Error 1
scons: building terminated because of errors.

Когда я смотрю в своем бусте рамки, я вижу файл config.hpp. У кого-нибудь есть идеи, почему он не может найти файл.

...