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


This type of question would be better answered on the eclipse.platform newsgroup

Also, there is a bug where other people have been building eclipse for FreeBSD which may be useful to you.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=89315


Kim




Eugeny N Dzhurinsky <bofh@xxxxxxxxxxx>
Sent by: eclipse-dev-bounces@xxxxxxxxxxx

08/16/2006 04:35 AM

Please respond to
"General development mailing list of the Eclipse project." <eclipse-dev@xxxxxxxxxxx>

To
eclipse-dev@xxxxxxxxxxx
cc
Subject
[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
_______________________________________________
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