i do face a problem to get lejos 2-1-0 installed on my system...
after unpacking in an directory, i switch to shell.
set my self into the target dir, i start make, just like
in the incl. README required.
at almost end of procedure it shows the following:
- Code: Select all
gcc javaexec.o util.o -o ../bin/lejos
gcc -DWRITE_ORDER=\"LE\" -DLOADER_TOOL=\"emu-lejosrun\" -c javaexec.c
gcc javaexec.o util.o -o ../bin/emu-lejos
make[1]: Leaving directory `/home/lutz/lejos/tools'
javac -target 1.1 -classpath classes `find classes -name '*.java'`
javac: target release 1.1 conflicts with default source release 1.5
make: *** [core_classes] error 2
if i then try to run ant , as also written in the readme,
it gives the following message:
- Code: Select all
~/lejos> ant
Buildfile: build.xml does not exist!
Build failed
even if i follow the sceme from:
http://lejos.sourceforge.net/tutorial/getstarted/firstbrick/linux.html
it will not run correctly.
does someone have a clue what is wrong?
my box runs on:
opensuse10.3,
java-1_5_0-sun-devel-1.5.0_update15-0.1 - Java(TM) 5 SDK, Standard Edition
gcc also installed, and works
please kindly give me an idea where i can try to fix the problem.
thnx in adv.
greets
su10
