Summary: | OpenOffice.org 1.1.4-r1 fails with "enum is a keyword, may not be used as identifier" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Gordon Pettey <petteyg359> |
Component: | Current packages | Assignee: | Gentoo Office Team <office> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Gordon Pettey
2005-09-08 11:58:12 UTC
There is a reason that jdk 1.5 is still masked. You're right in your analysis. If you have a patch that runs javac with the "-source 1.3" option you can reopen it. But as the upcoming 2.0 release just supports 1.5 we're not going to try to make things work now. If you're certain you don't want to have jdk1.4 support in your openoffice binary you could alternatively try to change all "enum" identifiers into something like "myEnum" |