cp-tools-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cp-tools-discuss] bytecode.jar and next error


From: Audrius Meskauskas
Subject: [Cp-tools-discuss] bytecode.jar and next error
Date: Mon, 06 Feb 2006 08:58:42 +0100
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

OK, there are at least two ways for creating that file:
1. Take the distributed Kawa .jar and (using some archiving tool) delete from it everything apart gnu.bytecode . 2. Take the Kawa source distribution, build gnu.bytecode and put the created classes into archive.

After passing this, the next error now is:

gcj --classpath=.:/usr/share/java/bytecode.jar:/usr/share/java/asm.jar -fassume-compiled -I./src -I -Isrc/jars/bytecode.jar -Isrc/jars/asm.jar -I. -g -O2 -o localegen --main=gnu.localegen.Main -Dgnu.gcj.runtime.VMClassLoader.library_control=never src/gnu/ldml/AliasElement.o src/gnu/ldml/Analyzer.o src/gnu/ldml/Constants.o src/gnu/ldml/DataElement.o src/gnu/ldml/DetailedListElement.o src/gnu/ldml/Element.o src/gnu/ldml/ExpansionElement.o src/gnu/ldml/ListDataElement.o src/gnu/ldml/OrderedListBaseElement.o src/gnu/ldml/OrderedListElement.o src/gnu/ldml/ParseException.o src/gnu/ldml/Parser.o src/gnu/ldml/ResetElement.o src/gnu/localegen/CollationInterpreter.o src/gnu/localegen/JavaGenerator.o src/gnu/localegen/Main.o src/gnu/localegen/Main.o(.text+0x3f6): In function `gnu::localegen::Main::main(JArray<java::lang::String*>*)': src/gnu/localegen/Main.java:98: undefined reference to `gnu::localegen::PropertiesGenerator::class$' src/gnu/localegen/Main.o(.text+0x410):src/gnu/localegen/Main.java:98: undefined reference to `gnu::localegen::PropertiesGenerator::PropertiesGenerator(java::lang::String*, java::util::Collection*, java::lang::String*)'
collect2: ld returned 1 exit status
make[1]: *** [localegen] Error 1

Strange. The (String, Collection, String) constructor is present in gnu.localegen.PropertiesGenerator.

Audrius.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]