JNLP failures building latest hg of IcedTea
Matthew Flaschen
matthew.flaschen at gatech.edu
Sun Sep 28 21:01:56 PDT 2008
When I attempt to build latest hg, it fails with JNLP-related errors. I
used the configure option:
./configure --with-icedtea --with-icedtea-home=/usr/lib/jvm/java-7-icedtea
This is on a Ubuntu Gutsy Gibbon system, so this configure is pointing
to pre-baked IcedTea, which has worked in the past as a bootstrap.
The first error I notice in the build is a linker error:
/tmp/ccblTWPB.o: In function `main':
/tmp/ccDARcma.i:11: undefined reference to
`org::eclipse::jdt::internal::compiler::batch::Main::class$'
but the build does not stop until the below. Any suggestions or
requests for info are welcome.
Matt Flaschen
------------------------------------------------------------------------------------------
/home/matthew/Code/Java/IcedTea/icedtea7/extra/net/sourceforge/jnlp/about/Main.java:53:
cannot find symbol
symbol : class Launcher
location: package net.sourceforge.jnlp
import net.sourceforge.jnlp.Launcher;
^
/home/matthew/Code/Java/IcedTea/icedtea7/extra/net/sourceforge/jnlp/about/Main.java:54:
package net.sourceforge.jnlp.runtime does not exist
import net.sourceforge.jnlp.runtime.JNLPRuntime;
^
/home/matthew/Code/Java/IcedTea/icedtea7/extra/net/sourceforge/jnlp/about/Main.java:83:
cannot find symbol
symbol : variable JNLPRuntime
location: class net.sourceforge.jnlp.about.Main
JNLPRuntime.setExitClass(Main.class);
^
/home/matthew/Code/Java/IcedTea/icedtea7/extra/net/sourceforge/jnlp/about/Main.java:126:
cannot find symbol
symbol : class Launcher
location: class net.sourceforge.jnlp.about.Main
Launcher launcher = new Launcher(
^
/home/matthew/Code/Java/IcedTea/icedtea7/extra/net/sourceforge/jnlp/about/Main.java:126:
cannot find symbol
symbol : class Launcher
location: class net.sourceforge.jnlp.about.Main
Launcher launcher = new Launcher(
^
/home/matthew/Code/Java/IcedTea/icedtea7/extra/net/sourceforge/jnlp/about/Main.java:127:
cannot find symbol
symbol : variable JNLPRuntime
location: class net.sourceforge.jnlp.about.Main
JNLPRuntime.getDefaultLaunchHandler());
^
6 errors
make: *** [stamps/extra-class-files.stamp] Error 1
More information about the distro-pkg-dev
mailing list