-
-
Notifications
You must be signed in to change notification settings - Fork 53
Description
I´m trying to build version 4.0.0 downloading the source code file located in https://github.com/Skulltrail192/One-Core-Api-Source/archive/refs/tags/4.0.0.zip
Following the description of how to compile (I use VS2010 and ROSBE 2.1.6), running "c:\output-msvc-i386>\one-core-api-source-4.0.0\configure VSSolution" fails with: (there are several failures)
CMake Error at wrappers/base/CMakeLists.txt:1 (add_subdirectory):
add_subdirectory given source "comdlg32_wrapper" which is not an existing
directory.
CMake Error at wrappers/base/CMakeLists.txt:2 (add_subdirectory):
add_subdirectory given source "dwrite_wrapper" which is not an existing
directory.
it seems the source code of one-core-api 4.0.0 is missing several subdirectories located in c:\one-core-api-source-4.0.0\wrappers\base. This not happened in the source code of one-core-api 3.0.5 version.
running "c:\output-msvc-i386>cmake --version" gives:
cmake version 3.2.1-ReactOS
CMake suite maintained and supported by Kitware (kitware.com/cmake).
any solution?