You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to create a new project from scratch just using vcpkg and cmake, and failing miserably.
Then I thought I would try to build the example project, and that is also failing. For some reason "config.h" (D:\vcpkg\buildtrees\nakama-sdk\x64-windows-dbg\interface\nakama-cpp\config.h) ends with an empty #define line which obviously causes a compile error.
I've been trying to create a new project from scratch just using vcpkg and cmake, and failing miserably.
Then I thought I would try to build the example project, and that is also failing. For some reason "config.h" (D:\vcpkg\buildtrees\nakama-sdk\x64-windows-dbg\interface\nakama-cpp\config.h) ends with an empty #define line which obviously causes a compile error.
`
#pragma once
#define optional_CONFIG_SELECT_OPTIONAL optional_OPTIONAL_NONSTD
#define BUILD_HTTP_LIBHTTPCLIENT
#define BUILD_WEBSOCKET_LIBHTTPCLIENT
#define
`
The text was updated successfully, but these errors were encountered: