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 didn't know how to resolve this. I found someone else having a similar issue compiling their app (not jay) against shaderc.
I was able to workaround the issue by uninstalling the libshaderc-dev package and deleting the dependencies it installed. Doing this allowed jay to build properly but it took longer as mentioned in the setup.md file:
It is recommended that you install shaderc. Otherwise it will be built from source which can take several minutes.
This is likely nothing to do with jay and may be a shaderc specific issue but am just giving a heads up for anyone else who tries to build jay. Please feel free to close the issue if its out of scope.
The text was updated successfully, but these errors were encountered:
That symbol is very old and most likely not missing at all. I found a similar report for arch that indicated that maybe this was a packaging error by the distribution. Maybe report this upstream to the debian maintainers.
Hi
I wanted to try out jay and so I tried to build it in a docker container.
Docker image: debian:testing
Build steps inside the container:
The build fails with a link error shown below:
I didn't know how to resolve this. I found someone else having a similar issue compiling their app (not jay) against shaderc.
I was able to workaround the issue by uninstalling the
libshaderc-dev
package and deleting the dependencies it installed. Doing this allowed jay to build properly but it took longer as mentioned in thesetup.md
file:This is likely nothing to do with jay and may be a shaderc specific issue but am just giving a heads up for anyone else who tries to build jay. Please feel free to close the issue if its out of scope.
The text was updated successfully, but these errors were encountered: