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’ve got another issue with this release even after patching for this one:
/build/openvr/src/openvr-1.16.8/src/vrcommon/strtools_public.cpp: In function ‘std::string Format(const char*, ...)’:
/build/openvr/src/openvr-1.16.8/src/vrcommon/strtools_public.cpp:124:2: error: ‘va_start’ was not declared in this scope
124 | va_start( args, pchFormat );
| ^~~~~~~~
/build/openvr/src/openvr-1.16.8/src/vrcommon/strtools_public.cpp:126:2: error: ‘va_end’ was not declared in this scope
126 | va_end( args );
| ^~~~~~
I’m actually building for Arch. ;p Thanks for the patch! :) Also now I’m wondering if there is a point in your openvr-git package since basically commits match releases here…
I created a pull request to explain the problem #1524.
The text was updated successfully, but these errors were encountered: