-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build error with actual vsg no matching function for call to 'vsg::FrameStamp::FrameStamp(...) #53
Comments
rhabacker
changed the title
build error with actual vsg no matching function for call to 'vsg::FrameStamp::FrameStamp(std::chrono::time_point<std::chrono::_V2::steady_clock, std::chrono::duration<long long int, std::ratio<1, 1000000000> > >&, int)' [ 46s] 37 | return ref_ptr<Subclass>(new Subclass(std::forward<Args>(args)...)); [ 46s] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 46s] In file included from /home/abuild/rpmbuild/BUILD/vsgvr-20230104+git.8a4f987/vsgvr/include/vsgvr/app/Viewer.h:43: [ 46s] /usr/x86_64-w64-mingw32/sys-root/mingw/include/vsg/ui/FrameStamp.h:26:9: note: candidate: 'vsg::FrameStamp::FrameStamp(vsg::time_point, uint64_t, double)'
build error with actual vsg no matching function for call to 'vsg::FrameStamp::FrameStamp(...)
Mar 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With actual vsg source
git commit 2158f09
and mingw gcc13 compiler I get the following build errors:log.txt
The text was updated successfully, but these errors were encountered: