| Summary: | dev-games/ogre-1.9.0-r1 - CMakeFiles/OgreXMLConverter.dir/src/main.cpp.o: In function `XMLToBinary(XmlOptions)': main.cpp:(.text+0x272d): undefined reference to `TiXmlDocument::TiXmlDocument(std::string const&)' | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Oleg <O01eg> |
| Component: | [OLD] Games | Assignee: | Gentoo Games <games> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | O01eg |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log.gz | ||
|
Description
Oleg
2014-11-17 18:55:36 UTC
Please attach the entire build log to this bug report. Please attach the entire build log to this bug report. Created attachment 389632 [details]
build.log.gz
Looks like it try to use bundled headers and link it with system tinyxml library. I can compile it when tinyxml has `stl` use flag but I think that dev-games/ogre should use both system headers and library or both bundled. added an stl use dep for tinyxml. thanks for the bug report. |