make exits with the following errors:
^^^^^^^^^
The import java.util is never used
----------
32 problems (32 warnings)cd jtools; jar cf ../lib/jtools.jar `find . -name '*.class'`
====> Making leJOS Unix binaries (lejos, for emulation)
cd unix_impl; make OSTYPE=linux
make[1]: Entering directory `/home/cheryl/programming/lejos_2_1_0/unix_impl'
gcc -I../vmsrc -I. -Wall -Wno-unused -c ../vmsrc/interpreter.c
gcc -I../vmsrc -I. -Wall -Wno-unused -c ../vmsrc/threads.c
../vmsrc/threads.c: In function ‘switch_thread’:
../vmsrc/threads.c:323: error: label at end of compound statement
make[1]: *** [threads.o] Error 1
make[1]: Leaving directory `/home/cheryl/programming/lejos_2_1_0/unix_impl'
make: *** [tinyvm_emul] Error 2
Any ideas how to run a clean make with this package?
Thanks
