To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=85249 Issue #|85249 Summary|libformula doesn't build with gcj Component|Database access Version|OOH680m2 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|none Assigned to|oj Reported by|rene
------- Additional comments from [EMAIL PROTECTED] Tue Jan 15 02:29:45 +0000 2008 ------- Hi, libformula in OOH680_m2 doesn't build with (newer) gcj(s) because of the old known, "source-Problem". I don't know how that happened, it at least once built, but... There 'is' a patch but it obviously is bogus, replacing 1.2 with 1.2. Trivial patch to fix this: --- patches/libformula.patch 11 Jan 2008 08:28:50 -0000 1.2.8.1 +++ patches/libformula.patch 15 Jan 2008 02:26:11 -0000 @@ -15,7 +15,7 @@ # # Make sure that JDK 1.2 compatible class files are generated build.target=1.4 -! build.source=1.2 +! build.source=1.3 build.retro.target=1.2 build.retro.jdk=/opt/jdk1.2.2 --------------------------------------------------------------------- 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]
