You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the environment dependencies according to the instructions in build.md and successfully ran the update_external_sources.sh script.
Manually or using vscode + cmake-tools, building vk_video_decoder works without any issues.
Manually building vk_video_encoder works without any issues,
but when trying to build vk_video_encoder using vscode + cmake-tools, I get the following error: CMake Error:
Running
The build command generated by Visual Studio Code is:
/usr/bin/cmake -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc -DCMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++ --no-warn-unused-cli -S/home/user/vk_video_samples/vk_video_encoder -B/home/user/vk_video_samples/vk_video_encoder/vsbuild -G Ninja
The text was updated successfully, but these errors were encountered:
I installed the environment dependencies according to the instructions in build.md and successfully ran the update_external_sources.sh script.
Manually or using vscode + cmake-tools, building vk_video_decoder works without any issues.
Manually building vk_video_encoder works without any issues,
but when trying to build vk_video_encoder using vscode + cmake-tools, I get the following error: CMake Error:
Running
'/usr/local/bin/ninja' '-C' '/home/user/vk_video_samples/vk_video_encoder/vsbuild' '-t' 'recompact'
failed with:
ninja: error: build.ninja:2158: multiple rules generate /home/user/vk_video_samples/common/libs/VkCodecUtils/HelpersDispatchTable.cpp
The build command generated by Visual Studio Code is:
/usr/bin/cmake -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc -DCMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++ --no-warn-unused-cli -S/home/user/vk_video_samples/vk_video_encoder -B/home/user/vk_video_samples/vk_video_encoder/vsbuild -G Ninja
The text was updated successfully, but these errors were encountered: