On Tuesday 26 May 2009 13:41:18 Julien Cristau wrote:
> On Tue, May 26, 2009 at 10:53:16 +0100, Julian Gilbey wrote:
> > I have no idea why it is not building on hppa, though; may or may not
> > be the same problem.
>
> It's not building on hppa because it build-depends on openjdk, which is
> not available on that arch.

I tried building it on hppa with it's default-jdk-builddep (something gcj-
ish), which seems to only be a java1.4 thing, whereas the protobuf-java uses a 
few occurences of java5 features.

The possibilities is, as I see it, to 
1) don't build the javaparts on hppa
2) get the hppa people to provide something java5-ish (yeah right)
3) port the java5-using features to java1.4.

I think 1) is a acceptable solution.

For 3)
These are the Errors that we get:

    [javac] 60. ERROR in 
/home/sune/src/protobuf-2.0.3/java/src/main/java/com/google/protobuf/TextFormat.java
    [javac]  (at line 453)
    [javac]     matcher.usePattern(TOKEN);
    [javac]             ^^^^^^^^^^
    [javac] The method usePattern(Pattern) is undefined for the type Matcher
    [javac] ----------
    [javac] 61. ERROR in 
/home/sune/src/protobuf-2.0.3/java/src/main/java/com/google/protobuf/TextFormat.java
    [javac]  (at line 472)
    [javac]     matcher.usePattern(WHITESPACE);
    [javac]             ^^^^^^^^^^
    [javac] The method usePattern(Pattern) is undefined for the type Matcher
    [javac] ----------

    [javac] 65 problems (2 errors, 63 warnings)


/Sune
-- 
I'm not able to click a proxy, how does it work?

You should never rename the connection in order to reinstall a mailer over a 
desktop.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to