Replies: 6 comments 6 replies
-
I have all the dependencies installed, as stated previously it generated fine previously. |
Beta Was this translation helpful? Give feedback.
-
Have you deleted old |
Beta Was this translation helpful? Give feedback.
-
It's different error though, so progress in a way :) So are you building deps or using the pre-built ones? (you mentioned you have all deps installed) |
Beta Was this translation helpful? Give feedback.
-
SOLVED, the issue was solved for me by Xero, I had additional dependencies installed which were causing issues with cmake. I had added open cascade, wxwidgets etc. after uninstall the bat file with make commands worked fine! |
Beta Was this translation helpful? Give feedback.
-
have the same problem, can't compile on win10 |
Beta Was this translation helpful? Give feedback.
-
-- IGL NOT found, using bundled version... Update the VERSION argument value or use a ... suffix to tell CMake Warning at deps/build/OrcaSlicer_dep/usr/local/lib/cmake/CGAL/CGALConfig.cmake:92 (message): -- Visual Leak Detector (VLD) is not found. Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at src/imguizmo/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell -- WXWIN environment set to: -- Configuring incomplete, errors occurred! |
Beta Was this translation helpful? Give feedback.
-
Hey guys, I am trying to build this project on windows 11 and I am running into issues with the bat file throwing errors. What annoys me is that this worked previously without any issues however now it seems to be not compiling even though its a fresh source download.
-- Adding precompiled header pchheader.hpp to target libslic3r_gui.
set out_dir to CMAKE_CURRENT_BINARY_DIR/config: C:/Code/C3PD-OS/OrcaSlicer-main/build/src/Release
CMake Error at CMakeLists.txt:641 (file):
file COPY cannot find
"C:/Code/C3PD-OS/OrcaSlicer-main/deps/build/OrcaSlicer_dep/usr/local/bin/occt/TKBO.dll":
File exists.
Call Stack (most recent call first):
src/CMakeLists.txt:210 (orcaslicer_copy_dlls)
-- libslic3r-CMAKE_BUILD_TYPE: Release
-- CMAKE_CURRENT_BINARY_DIR: C:/Code/C3PD-OS/OrcaSlicer-main/build/src
-- Configuring incomplete, errors occurred!
C:\Code\C3PD-OS\OrcaSlicer-main\build>cmake --build . --config Release --target ALL_BUILD -- -m
Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
MSBUILD : error MSB1009: Project file does not exist.
Switch: ALL_BUILD.vcxproj
C:\Code\C3PD-OS\OrcaSlicer-main\build>cd ..
C:\Code\C3PD-OS\OrcaSlicer-main>call run_gettext.bat
C:\Code\C3PD-OS\OrcaSlicer-main
Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
MSBUILD : error MSB1009: Project file does not exist.
Switch: install.vcxproj
Beta Was this translation helpful? Give feedback.
All reactions