Always the following error messages, have no idea why it is so.
java.compile:
[javac] Compiling 32 source files to /home/jiapei/MyPrograms/Eclipse/joal/build/classes
[javac] /home/jiapei/MyPrograms/Eclipse/joal/build/gensrc/classes/net/java/games/joal/ALConstants.java:291: ';' expected
[javac] public static final float AL_FLANGER_DEFAULT_FEEDBACK = (-0.5f)f;
[javac] ^
[javac] /home/jiapei/MyPrograms/Eclipse/joal/build/gensrc/classes/net/java/games/joal/ALConstants.java:291: <identifier> expected
[javac] public static final float AL_FLANGER_DEFAULT_FEEDBACK = (-0.5f)f;
[javac] ^
[javac] /home/jiapei/MyPrograms/Eclipse/joal/build/gensrc/classes/net/java/games/joal/ALConstants.java:291: ';' expected
[javac] public static final float AL_FLANGER_DEFAULT_FEEDBACK = (-0.5f)f;
[javac] ^
[javac] 3 errors
BUILD FAILED
/home/jiapei/MyPrograms/Eclipse/joal/make/build.xml:703: The following error occurred while executing this line:
/home/jiapei/MyPrograms/Eclipse/joal/make/build.xml:445: Compile failed; see the compiler error output for details.
Please can anybody help?
Best Regards
JIA