To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83146
User rene changed the following:
What |Old value |New value
================================================================================
Keywords| |regression
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Oct 31 13:19:59 +0000
2007 -------
proposed patch which gives the following with plain libicu:
checking which icu to use... external
checking for unicode/rbbi.h... checked.
checking for genbrk... /usr/bin/genbrk
checking for genccode... /usr/sbin/genccode
checking for gencmn... /usr/sbin/gencmn
checking ICU version... OK
checking for setBreakType in -licu... no
configure: error: setBreakType needed public: in libicu
is
--- configure.in 25 Oct 2007 16:00:29 -0000 1.223
+++ configure.in 31 Oct 2007 13:19:04 -0000
@@ -3780,6 +3780,8 @@
else return 1;
}
], [AC_MSG_RESULT(OK)], [AC_MSG_RESULT([not suitable, only 3.6 supported
currently])])
+ AC_CHECK_LIB(icu, setBreakType, [],
+ [AC_MSG_ERROR(setBreakType needed public: in libicu)], [])
else
AC_MSG_RESULT([internal])
SYSTEM_ICU=NO
Of course, it would have been better if you didn't deliberately break
compatibility with system-icu in a *bugfix-only* release.... Setting regression
keyword...
---------------------------------------------------------------------
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]