[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[eclipse-dev] Eclipse 3.2 port for FreeBSD
|
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