我已经安装了 kaa 服务器并编译了我生成的 SDK,首先一切都很顺利,但是在我更改了 kaa 服务器管理 GUI 中的 IP 设置后,事情就出错了。
C++ SDK 将不再编译并给出以下错误:
In file included from kaa/IKaaClientStateStorage.hpp:24:0,
from kaa/channel/transport/IKaaTransport.hpp:20,
from kaa/channel/transport/AbstractKaaTransport.hpp:20,
from kaa/event/registration/UserTransport.hpp:22,
from /impl/event/registration/UserTransport.cpp:17:
kaa/notification/gen/NotificationDefinitions.hpp:34:27: error: ‘Notification’ in namespace ‘kaa_notification’ does not name a type
typedef kaa_notification::Notification KaaNotification;