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
The OIIO team and I are scratching our heads, since it looks like the C++ side should all be happy, but I feel like I'm probably doing something very obviously wrong.
The text was updated successfully, but these errors were encountered:
I have the following PR here: https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4643/files
The test https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4643/files#diff-69049d4580f06ecbf7e0576174f3b9770f08ab0b1c284de13052fe3505253424R248 is throwing a link error due to the error
undefined reference to OpenImageIO::v3_1_0::TypeDesc::TypeDesc(OpenImageIO::v3_1_0::basic_string_view<char, std::char_traits<char> >)'
.The cc command looks like this (OpenImageIO and OpenImageIO_Util is linked, and the search path points to the binary):
The OIIO team and I are scratching our heads, since it looks like the C++ side should all be happy, but I feel like I'm probably doing something very obviously wrong.
The text was updated successfully, but these errors were encountered: