-
-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Labels
Description
- axmol version: 3 (branch: dev)
- devices test on: mcos
- developing environments
- NDK version: -
- Xcode version: 16.4
- Visual Studio:
- VS version: -
- MSVC version: -
- Windows SDK version: -
- cmake version: 3.31.6
Steps to Reproduce:
Issue was posted here too:
axmolengine/spine-axmol#7
Error:
-- CMAKE_HOST_SYSTEM_NAME:Darwin
-- CMAKE_SYSTEM_NAME:Darwin
-- CMAKE_GENERATOR_PLATFORM:
-- CMAKE_SYSTEM_PROCESSOR:arm64
-- CMAKE_CXX_COMPILER_ID:AppleClang
-- FUZZ_MSVC=, FULL_CLANG=
-- PROJECT_NAME:gamemania
-- PROJECT_SOURCE_DIR:/Users/paulo/Developer/workspaces/cpp/gamemania
-- _AX_ROOT:/Users/paulo/Developer/workspaces/cpp/axmol
-- CMAKE_MODULE_PATH:/Users/paulo/Developer/workspaces/cpp/axmol/cmake/Modules/
-- PROJECT_BINARY_DIR:/Users/paulo/Developer/workspaces/cpp/gamemania/build
-- ENGINE_BINARY_PATH:/Users/paulo/Developer/workspaces/cpp/gamemania/build/engine
-- ARCH_ALIAS:
CMake Error at Vendor/spine/CMakeLists.txt:27 (get_target_property):
get_target_property called with incorrect number of arguments
CMake Error at Vendor/spine/CMakeLists.txt:33 (setup_ax_extension_config):
Unknown CMake command "setup_ax_extension_config".
-- Configuring incomplete, errors occurred!
build.ps1: /Users/paulo/Developer/workspaces/cpp/axmol/tools/cmdline/axmol.ps1:89
Line |
89 | . $build_script @sub_args
| ~~~~~~~~~~~~~~~~~~~~~~~~~
| Generate fail, ret=1
make: *** [build-macos] Error 1
PS /Users/paulo/Developer/workspaces/cpp/gamemania> cmake --version
cmake version 3.31.6
CMake suite maintained and supported by Kitware (kitware.com/cmake).
PS /Users/paulo/Developer/workspaces/cpp/gamemania> xcode --version
xcode: The term 'xcode' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Suggestion [4,General]: The most similar commands are:
PS /Users/paulo/Developer/workspaces/cpp/gamemania> xcode version
xcode: The term 'xcode' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Suggestion [4,General]: The most similar commands are:
PS /Users/paulo/Developer/workspaces/cpp/gamemania>
Spine Branch: spine38