Windows testing and resolving outstanding issues #668
Replies: 3 comments
-
Another item it would be useful to get feedback on is a modification that I made to @rhabacker's original mod for MinGW DLL versioning so that it's used for all Win32 builds, the respective PR's are:
This change changes the vsg.dll to vsg-SOVERSION.dll with the associated vsg.lib (or vsg.dll.lib for MinGW) linking to this versions .dll. This goes a little way towards the versioning that all other platform enjoy. Hopefully all those building shader libs under Windows won't see any issues, things will just work as before but hopefully a little more reliably. I won't assume everything is golden though, community awareness and testing of these changes now in VSG master would be much appreciated. If things with VSG master look solid I'll merge with the VulkanSceneGraph-1.0 branch and then look at 1.0.3 release before we all head offline to join our family and friends for the festive season. |
Beta Was this translation helpful? Give feedback.
-
I would like to get to the bottom of the reported Windows build error #658, for some reason it looks like CMake's tests of GLSLang isn't resolve the GLSLang features correctly. Could Windows users please post the info about the CMake/VisualStudio/VulkanSDK versions they are using, and the CMakeCache.txt file that is generated when they run, and whether it builds fine or not. I'm hoping we might be able to spot a pattern to when and where things work vs fail and from there figure out a tweak to CMake to address the problem, or add some extra install documentation to help avoid errors when setting things up. |
Beta Was this translation helpful? Give feedback.
-
When I try to compile vsgFramework with -DBUILD_SHARED_LIBS=ON, I get the following error.
This is because SPIRV cannot be compiled correctly as a DLL yet. There is also a ticket in the tracker of the glslang project. |
Beta Was this translation helpful? Give feedback.
-
Hi Windows users,
We have a Windows GLSLang related build issue and vsgmultiviews issue reported on VulkanSceneGraph and vsgExamples Issue trackers. I have done as much as I can to tease out info from engineers posting the issues but can't go any further as I don't have a Windows system for testing, nor expertise on Windows specific issues. At this point I don't know what the issues are caused by, so there is no way for me to try and address them, so really need help getting to the bottom of these issues.
The two issues are:
Thanks in advance for you help,
Robert.
Beta Was this translation helpful? Give feedback.
All reactions