To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99924
                 Issue #|99924
                 Summary|icu check should force >= 4.0
               Component|tools
                 Version|OOO310m4
                Platform|Other
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P2
            Subcomponent|configure
             Assigned to|rene
             Reported by|rene





------- Additional comments from r...@openoffice.org Thu Mar  5 14:06:19 +0000 
2009 -------
14:57 <@_rene_> erAck: ping?
14:59 <@erAck> _rene_: pong
15:01 <@_rene_> erAck: are you aware of changes in 3.1 which make building with 
                icu < 4.0 fail?
15:02 <@_rene_> I tried it yesterday it has a gensomething error ("Parsering 
                (sic!) error")
15:02 <@_rene_> erAck: if true, shouldn't configure force icu being >= 4.0? :)
15:03 <@erAck> _rene_: I slightly remember there was some change there.
15:03 <@erAck> _rene_: yes, forcing 4.0 is probably a good idea anyway.
15:03 <@_rene_> ok, so bump check in configure to >= 4.0.

patch:

@@ -4256,14 +4256,11 @@
 #include <unicode/uversion.h>
 
 int main(int argc, char **argv) {
-      if(U_ICU_VERSION_MAJOR_NUM < 3)
+      if(U_ICU_VERSION_MAJOR_NUM < 4)
         return 1;
-      else if(U_ICU_VERSION_MAJOR_NUM == 3 && U_ICU_VERSION_MINOR_NUM < 6)
-        return 1;
-      else
         return 0;
 }
-      ], [AC_MSG_RESULT(OK)], [AC_MSG_ERROR([not suitable, only >= 3.6
supported currently])])
+      ], [AC_MSG_RESULT(OK)], [AC_MSG_ERROR([not suitable, only >= 4.0
supported currently])])
       AC_LANG_POP([C++])
 else
     AC_MSG_RESULT([internal])

---------------------------------------------------------------------
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to