Skip to content

Instantly share code, notes, and snippets.

@jcockhren
Created February 3, 2013 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcockhren/4701528 to your computer and use it in GitHub Desktop.
Save jcockhren/4701528 to your computer and use it in GitHub Desktop.
ld: warning: direct access in ValueToObject(_value*, gameplay::Transform::Listener*&) to global weak symbol typeinfo for gameplay::Transform::Listener means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in ValueToObject(_value*, gameplay::Uniform*&) to global weak symbol typeinfo for gameplay::Transform::Listener means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in ValueToObject(_value*, gameplay::Vector2*&) to global weak symbol typeinfo for gameplay::Transform::Listener means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in ValueToObject(_value*, gameplay::Vector3*&) to global weak symbol typeinfo for gameplay::Transform::Listener means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in ValueToObject(_value*, gameplay::Vector4*&) to global weak symbol typeinfo for gameplay::Transform::Listener means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in ValueToObject(_value*, gameplay::VertexFormat*&) to global weak symbol typeinfo for gameplay::Transform::Listener means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in ValueToObject(_value*, gameplay::VertexFormat::Element*&) to global weak symbol typeinfo for gameplay::Transform::Listener means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in ValueToObject(_value*, gameplay::AbsoluteLayout*&) to global weak symbol typeinfo for gameplay::Transform::Listener means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment