I have been been unable to build CS from CVS since approx 20th of March, the error may have been introduced earlier than this though. cal3d and CS libs build fine, but CS plugins always fails to build the below module, crystalspace.jar. This issue has persisted over a number of cvs updates and attempted recompiles between March 20 and now. In the below output I have re-run \'jam plugins\' after it failed when updating ~700 targets to cut straight to the part that failed building the first time through. The little \'^\' should be pointing to the \'B\' in the second \'Broadcast\' on the above line, the forum software is stripping out the preceding spaces on this line.
Using gcc 3.3.5, jam 2.5, ant 1.6.2 and Sun JRE 1.4.2_07, on Gentoo Linux/x86 with no odd masked or non-stable packages installed.
Anyone else seen this, or have ideas how to fix this?
> jam plugins
...patience...
...patience...
...patience...
...found 3753 target(s)...
...updating 2 target(s)...
Ant ./out/linuxx86/optimize/plugins/cscript/csjava/crystalspace.jar
/home/user/planeshift-cvs/CS/out/linuxx86/optimize/plugins/cscript/csjava/src/org/crystalspace3d/iEventOutlet.java:49: cannot resolve symbol
symbol : method Broadcast (int,)
location: class org.crystalspace3d.iEventOutlet
public void Broadcast (int iCode) { Broadcast(iCode, null); }
^
1 error
BUILD FAILED
/home/user/planeshift-cvs/CS/out/linuxx86/optimize/plugins/cscript/csjava/build.xml:28: Compile failed; see the compiler error output for details.
Total time: 6 seconds
\"/usr/bin/ant\" -quiet -emacs -Dbuild.compiler.emacs=true -buildfile ./out/linuxx86/optimize/plugins/cscript/csjava/build.xml
...failed Ant ./out/linuxx86/optimize/plugins/cscript/csjava/crystalspace.jar ...
...skipped crystalspace.jar for lack of crystalspace.jar...
...failed updating 1 target(s)...
...skipped 1 target(s)...