Build 2.7.2-alpha2 fails on Win10
Hi,
I'm building 2.7.2-alpha2 with VisualStudio 2022 according to https://github.com/prusa3d/PrusaSlicer/blob/master/doc/How%20to%20build%20-%20Windows.md
I successfully compiled the dependencies:
cd c:\src\PrusaSlicer\deps
mkdir build
cd build
cmake .. -DDEP_DEBUG=OFF
cmake --build .
But step of "Generate Visual Studio project file for PrusaSlicer"
cd c:\src\PrusaSlicer\
mkdir build
cd build
cmake .. -DCMAKE_PREFIX_PATH="c:\src\PrusaSlicer\deps\build\destdir\usr\local"
fails with error
CMake Error at C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Boost (missing: Boost_INCLUDE_DIR system filesystem thread log locale regex chrono atomic date_time iostreams) (Required is at least version "1.66.0")
RE: Build 2.7.2-alpha2 fails on Win10
Hi Prusa team,
I can't build 2.7.2-rc1, error is
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\include\vcruntime.h(386,51): error C2065: 'uintptr_t': undeclared identifier [C:\DISK_D\3D\Prusa\PrusaSlicer\deps\build\builds\Boost\libs\iostreams\boost_iostreams.vcxproj] [C:\DISK_D\3D\Prusa\PrusaSlicer\deps\build\dep_Boost.vcxproj]
RE: Build 2.7.2-alpha2 fails on Win10
Again, the devs don't monitor this forum. ALL issues need to be posted to the Github. Unless one of the members has come across this and may know an answer for you.
RE: Build 2.7.2-alpha2 fails on Win10
ALL issues need to be posted to the Github.
I did, but probably, as you said, may be
one of the members has come across this