Hello,
I am haoyang. I want to install classpath-0.20 for jessie. But I have some problem. command: ./configure it looks well. command: make error: Making all in lib make[1]: Entering directory `/home/linh/sep/classpath-0.20/lib' true top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh standard Adding java source files from srcdir '..'. Adding java source files from VM directory ../vm/reference make -f ./Makefile.gcj \ GCJ='/usr/bin/gcj' \ compile_classpath='..:../vm/reference:..:../external/w3c_dom:../external/sax:.:' \ top_srcdir=.. make[2]: Entering directory `/home/linh/sep/classpath-0.20/lib' /usr/bin/gcj -Wno-deprecated --encoding=UTF-8 --bootclasspath '' --classpath ..:../vm/reference:..:../external/w3c_dom:../external/sax:.: -C -d . -MD -MF lists/gnu-classpath-debug.deps -MT lists/gnu-classpath-debug.stamp -MP @lists/gnu-classpath-debug.list echo timestamp > lists/gnu-classpath-debug.stamp /usr/bin/gcj -Wno-deprecated --encoding=UTF-8 --bootclasspath '' --classpath ..:../vm/reference:..:../external/w3c_dom:../external/sax:.: -C -d . -MD -MF lists/gnu-classpath-jdwp.deps -MT lists/gnu-classpath-jdwp.stamp -MP @lists/gnu-classpath-jdwp.list echo timestamp > lists/gnu-classpath-jdwp.stamp /usr/bin/gcj -Wno-deprecated --encoding=UTF-8 --bootclasspath '' --classpath ..:../vm/reference:..:../external/w3c_dom:../external/sax:.: -C -d . -MD -MF lists/gnu-classpath.deps -MT lists/gnu-classpath.stamp -MP @lists/gnu-classpath.list echo timestamp > lists/gnu-classpath.stamp /usr/bin/gcj -Wno-deprecated --encoding=UTF-8 --bootclasspath '' --classpath ..:../vm/reference:..:../external/w3c_dom:../external/sax:.: -C -d . -MD -MF lists/gnu-CORBA-CDR.deps -MT lists/gnu-CORBA-CDR.stamp -MP @lists/gnu-CORBA-CDR.list ../javax/swing/text/GapContent.java:131: error: '{' expected. } ^ ../javax/swing/text/GapContent.java:131: confused by earlier errors, bailing out make[2]: *** [lists/gnu-CORBA-CDR.stamp] Fehler 1 make[2]: Leaving directory `/home/linh/sep/classpath-0.20/lib' make[1]: *** [compile-classes] Fehler 2 make[1]: Leaving directory `/home/linh/sep/classpath-0.20/lib' make: *** [all-recursive] Fehler 1 I have checked the /javax/swing/text/GapContent.java:131. It looks correct. I don't know why and how to do it. Please help me. Thank you very much. best regards Haoyang |