Open yhyu13 opened 6 months ago
ok, it seems glslang (which installed alongside latest vulkan-sdk) has removed deps on libOGLCOmpiler.a which causes this issue. https://gitlab.kitware.com/cmake/cmake/-/issues/25583
And while I followed the git subtree cmd, it fails due to remote is down
sudo git subtree pull --prefix external/vsg git@github.com:vsg-dev/VulkanSceneGraph.git master --squash
The authenticity of host 'github.com (20.205.243.166)' can't be established.
ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'github.com,20.205.243.166' (ECDSA) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have
Update external maually to latest solve the dep problem but VulkanPBRT source code is totally broken by vsg api changes
Hi
I am build this project on ubuntu 20.04 x64
It seems there is a missing lib used by
external/vsgXchange/bin/vsgconv
calledlibOGLCompiler.a
But when I clone and compile the standalone https://github.com/vsg-dev/vsgXchange from source, it's all fine.
Unfortunately, I could not find where to install libOGLCompiler.a
Do you have the same problem before?
Thanks!