Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2005 22:23:06 +0200
From:      Bruno Van Den Bossche <brvdboss@spymac.com>
To:        java <freebsd-java@freebsd.org>
Subject:   Re: eclipse
Message-ID:  <424C5C2A.9080407@spymac.com>
In-Reply-To: <424BA422.8070803@varju.ca>
References:  <424490CD.9080203@chuckr.org> <4246D3C5.5060303@ebs.gr> <4246FE33.2090608@webct.com> <c21e92e2050327175354a8b167@mail.gmail.com> <4248801D.7070405@webct.com> <42489BD2.40504@varju.ca> <424BA422.8070803@varju.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
Alex Varju wrote:

[...]
 > There was a bug in my last patchset where the GTK file chooser window
 > would not pop up when requested.  Here is a new patchset that I think
 > should solve this:
 >
 >   http://www.varju.ca/alex/freebsd/eclipse-devel-3.1m5a-4.tgz
 >
 > Again, this is mainly targetted at AMD64 still.  Hopefully I'll have
 > time to clean things up so I can submit this as a generic eclipse-devel
 > port.

Great :)
I got it to build and run, testing wil be for later.

Some little remarks:

In patch-build.xml you're using the linux-sun-jdk lib-dir.  Is tehre a 
special reason for this?  It seems to work just fine  (well almost, see 
below) with the native jdk, so I see no real reason to do this.

+               <fileset dir="/usr/local/linux-sun-jdk1.4.2/jre/lib">

I don't have a linux-jdk installed anymore, else I probably never would 
have noticed :)

2) in patch-build with all the if's
[ "$os-$ws-$arch" = "hpux-motif-ia64" ]

You left the last "]" out of there.  (doesn't prevent it from working 
though)

I've put the patch for these two changes online :
http://studwww.ugent.be/~brvdboss/eclipse-devel/eclipse-devel.diff

Unfortunately, the build is still failing on me (output from ant without 
the "-q" option below).  Still, when I go that specific subdir and 
continue manually (just that pde subproject, prevent and from cleaning 
and run make again), it just works.
I'll look a little further into it, but I don't immediately see what's 
wrong.  I'll let you know as soon as (and if) I find out more.  (Not 
necessarilly today though :))


Bruno


     [javac] [writing 
org/eclipse/swt/tools/internal/IconExe$RGB.class - #75]
     [javac] [writing 
org/eclipse/swt/tools/internal/IconExe$NEWHEADER.class - #76]
     [javac] [writing 
org/eclipse/swt/tools/internal/IconExe$IMAGE_FILE_HEADER.class - #77]
     [javac] [writing 
org/eclipse/swt/tools/internal/IconExe$LEDataInputStream.class - #78]
     [javac] [completed 
/usr/ports/java/eclipse-devel/work/plugins/org.eclipse.pde.build/src/org/eclipse/swt/tools/internal/IconExe.java 
- #49/49]
     [javac] [49 units compiled]
     [javac] [78 .class files generated]
     [javac] ----------
     [javac] 1. ERROR in 
/usr/ports/java/eclipse-devel/work/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java 
(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] 2. ERROR in 
/usr/ports/java/eclipse-devel/work/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java 
(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] 3. ERROR in 
/usr/ports/java/eclipse-devel/work/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java 
(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] ----------
     [javac] 3 problems (3 errors)
     [javac] Compilation failed. Compiler errors are available in 
/usr/ports/java/eclipse-devel/work/plugins/org.eclipse.pde.build/temp.folder/pdebuild.jar.bin.log

BUILD FAILED
/usr/ports/java/eclipse-devel/work/build.xml:37: The following error 
occurred while executing this line:
/usr/ports/java/eclipse-devel/work/build.xml:8: The following error 
occurred while executing this line:
/usr/ports/java/eclipse-devel/work/features/org.eclipse.sdk/build.xml:35: 
The following error occurred while executing this line:
/usr/ports/java/eclipse-devel/work/features/org.eclipse.sdk/build.xml:21: 
The following error occurred while executing this line:
/usr/ports/java/eclipse-devel/work/features/org.eclipse.pde/build.xml:59: 
The following error occurred while executing this line:
/usr/ports/java/eclipse-devel/work/features/org.eclipse.pde/build.xml:15: 
The following error occurred while executing this line:
/usr/ports/java/eclipse-devel/work/plugins/org.eclipse.pde.build/build.xml:184: 
The following error occurred while executing this line:
/usr/ports/java/eclipse-devel/work/plugins/org.eclipse.pde.build/build.xml:48: 
Compile failed; see the compiler error output for details.

Total time: 3 minutes 27 seconds
gmake: *** [build-install] Error 1
*** Error code 2

Stop in /usr/ports/java/eclipse-devel.
wave#



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?424C5C2A.9080407>