Skip to content

Conversation

mehmetoguzderin
Copy link
Contributor

Building RadeonProRenderUSD on Ubuntu 24.04 using CMake 3.28, GCC 13, Houdini 20.5.417, OpenMP, and other dependencies with RelWithDebInfo configuration.

PURPOSE

To fix the following error:

.../RadeonProRenderUSD/pxr/imaging/rprUsd/config.h:63:17: error: field ‘m_filepath’ has incomplete type ‘std::string’ {aka ‘std::basic_string<char>’}
   63 |     std::string m_filepath;
      |                 ^~~~~~~~~~
In file included from /usr/include/c++/13/iosfwd:41,
                 from /usr/include/c++/13/bits/shared_ptr.h:52,
                 from /usr/include/c++/13/memory:80,
                 from 

EFFECT OF CHANGE

Fixes the build error.

TECHNICAL STEPS

Includes <string>.

NOTES FOR REVIEWERS

Thank you!

Building RadeonProRenderUSD on Ubuntu 24.04 using CMake 3.28, GCC 13, Houdini 20.5.417, OpenMP, and other dependencies with RelWithDebInfo configuration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant