To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=108486 Issue #|108486 Summary|sdext: presenter build problem Component|Drawing Version|OOO320m10 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|ka Reported by|pmladek
------- Additional comments from [email protected] Wed Jan 20 13:39:20 +0000 2010 ------- I see mixed IF/ENDIF conditionals in sdext/source/presenter/makefile.mk. There is something like: .IF "$(L10N_framework)"=="" .IF "$(ENABLE_PRESENTER_SCREEN)" == "NO" .ENDIF # L10N_framework .IF "$(L10N_framework)"=="" .ENDIF # "$(ENABLE_PRESENTER_SCREEN)" != "NO" .ENDIF # L10N_framework I think that it cause the build problem mentioned at http://lists.freedesktop.org/archives/ooo-build/2010-January/000471.html I'll attach a patch that fixes the order. --------------------------------------------------------------------- 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]
