Open
Description
Installed SDL3 and SDL3_image on Visual Studio 2022 Community (Windows 11) as per instructions linked here.
Linking, building and implementation working for SDL3. Build fails on SDL3_image.
Output of build log:
Build started at 8:04 PM...
1>------ Build started: Project: SDL3_image, Configuration: Debug x64 ------
1>Copying libavif-16.dll
1>The system cannot find the file specified.
1>Copying libtiff-6.dll
1>The system cannot find the file specified.
1>Copying libwebp-7.dll
1>The system cannot find the file specified.
1>Copying libwebpdemux-2.dll
1>The system cannot find the file specified.
1>Copying LICENSE.avif.txt
1>The system cannot find the file specified.
1>Copying LICENSE.dav1d.txt
1>The system cannot find the file specified.
1>Copying LICENSE.tiff.txt
1>The system cannot find the file specified.
1>Copying LICENSE.webp.txt
1>The system cannot find the file specified.
1>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(254,5): error MSB8066: Custom build for 'external\optional\x64\libavif-16.dll;external\optional\x64\libtiff-6.dll;external\optional\x64\libwebp-7.dll;external\optional\x64\libwebpdemux-2.dll;external\optional\x64\LICENSE.avif.txt;external\optional\x64\LICENSE.dav1d.txt;external\optional\x64\LICENSE.tiff.txt;external\optional\x64\LICENSE.webp.txt' exited with code 1.
1>Done building project "SDL_image.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Build completed at 8:04 PM and took 00.265 seconds ==========
I've redownloaded the SDL3_image project, re-added project, reference and includes with no change in output. Any direction would be appreciated.
Metadata
Metadata
Assignees
Labels
No labels