CrealityOfficial / CrealityPrint

GNU General Public License v3.0
167 stars 24 forks source link

Compile Error "assert trimesh2 exist." #64

Open CalDymos opened 5 months ago

CalDymos commented 5 months ago

I Get an Error if i Try to compile the source code on windows with

.\cmake\ci\cmake.py -c -b -e --channel_name=opensource

I used Windows 10 x64 and Git-2.43.0-x64 cmake-3.28.1-x64 python-3.9.0-x64 conan-1.55-x64 VS 2019 (v16.6.2)

Error Message: ... ... -- CONAN ** Start Find cxlog -- conan_import cxlog [cxlog] -- CONAN ** End Find cxlog -- __enable_spdlog failed. -- CONAN ** Start Find trimesh2 -- conan_import trimesh2 [trimesh2] -- CONAN ** End Find trimesh2 CMake Error at cmake/ConfigureTarget.cmake:781 (message): assert trimesh2 exist. Call Stack (most recent call first): msbase/CMakeLists.txt:5 (__assert_target)

-- Configuring incomplete, errors occurred! ERROR RUN FAILED.


... ...

ShixinSun commented 5 months ago

Compiling does not work for me either!

Error message: ... ... CMake Error at cmake/ConfigureTarget.cmake:781 (message): assert trimesh2 exist. Call Stack (most recent call first): msbase/CMakeLists.txt:5 (__assert_target)

-- Configuring incomplete, errors occurred!

System: Win 10 x64 Conan 1.55 python 3.12.1 Visual Studio 16.11.33 cmake 3.28.1

CalDymos commented 5 months ago

Has anyone been able to get the project compiled under Windows, and if so, how?

macfaulkner commented 2 months ago

Won't compile for me either on macOS Sonoma 14.4.1 / M1. Sounds like it's not an OS issue.

I'm going through some of the config options, I'll post if I'm able to find anything.