To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105449 Issue #|105449 Summary|oox: build fails because of missing include Component|xml Version|DEV300m46 Platform|All URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|dr Reported by|dtardon
------- Additional comments from [email protected] Tue Sep 29 12:59:17 +0000 2009 ------- There is strncmp used in tokens.inc (output of gperf), but the corresponding header file is not included. There are two possible fixes: call gperf with --includes or add #include <cstring> to tokenmap.cxx, where tokens.inc itself is included. I prefer the latter one, because tokens.inc is included inside of a default namespace and including std. stuff, even if it's "just" C, to other namespace doesn't sound right. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
