Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Eclipse 3.2 port for FreeBSD

I think this means you need to compile with a 1.4 JRE, instead of 1.5.

Regards,

Matt.

On 16/08/06, Eugeny N Dzhurinsky <bofh@xxxxxxxxxxx> wrote:
I'm running Eclipse 3.1.2 and it works great, I was awaiting Eclipse 3.2 - and
I can't still get it working on FreeBSD 5.5/6.1. :(

I tried to build from sources and failed with weird errors:

    [javac] 1. ERROR in /usr/home/bofh/tmp/eclipse/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Feat
ureWriter.java
    [javac]  (at line 24)
    [javac]     public class FeatureWriter extends XMLWriter implements IPDEBuildConstants {
    [javac]                  ^^^^^^^^^^^^^
    [javac] The return type is incompatible with Writer.append(CharSequence, int, int), PrintWriter.append(CharSequence,
 int, int)
    [javac] ----------
    [javac] 2. ERROR in /usr/home/bofh/tmp/eclipse/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Feat
ureWriter.java
    [javac]  (at line 24)
    [javac]     public class FeatureWriter extends XMLWriter implements IPDEBuildConstants {
    [javac]                  ^^^^^^^^^^^^^
    [javac] The return type is incompatible with Writer.append(char), PrintWriter.append(char)
    [javac] ----------
    [javac] 3. ERROR in /usr/home/bofh/tmp/eclipse/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Feat
ureWriter.java
    [javac]  (at line 24)
    [javac]     public class FeatureWriter extends XMLWriter implements IPDEBuildConstants {
    [javac]                  ^^^^^^^^^^^^^
    [javac] The return type is incompatible with Writer.append(CharSequence), PrintWriter.append(CharSequence)
    [javac] ----------


I can attach complete build log file if somebody interested.

Thanks in advance and please excuse my poor English :)

--
Eugene N Dzhurinsky
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev



Back to the top