To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76838 Issue #|76838 Summary|Bad code generated by cppumaker without -C or -L Component|udk Version|current Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|jsc Reported by|sb
------- Additional comments from [EMAIL PROTECTED] Wed May 2 08:24:21 +0000 2007 ------- At least on SRC680m211, cppumaker without -C or -L generates that has two errors. See the attached cppumaker.patch: - The change to test/cppumaker/makefile.mk is a hack so that calling dmake in test/cppumaker tests cppumaker without -C. (It would be good if test/cppumaker could be changed so that it tests cppumaker in all three variants: -C, -L, and none). - That causes a failure as the generated headers contain identifiers containing '<', ',', and '>'. The change to source/cppumaker/cpputype.cxx is a quick hack to get that fixed just for now. - Then, the new test added to test/cppumaker/test_codemaker_cppumaker.cxx shows the second error: cppumaker emits calls to getCppuType for sal_Unicode, which returns the type for sal_uInt16. --------------------------------------------------------------------- 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]