[vtkusers] Problem 'Rule line is too long' when I do make in VTKBin with Java wrap on

Brad King brad.king at kitware.com
Tue Mar 21 16:00:35 EST 2006


Brad King wrote:
> Dário Oliveira wrote:
>> the last lines of the make, just before the error are:
> [snip]
>>         cd E:\VTKBin
>>         make -f Wrapping\Java\CMakeFiles\VTKBuildAll.dir/build.make -l 
>> -o  Wrapp
>> ing\Java\CMakeFiles\VTKBuildAll.dir\build
>> MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
>> Fatal Wrapping\Java\CMakeFiles\VTKBuildAll.dir/build.make 6614: Rule 
>> line too long
> 
> Please send me the Wrapping\Java\CMakeFiles\VTKBuildAll.dir\build.make 
> file from the build tree.  There is no need to CC the list to avoid 
> clutter.

Thanks for the file.  The line giving the error is a clean command that 
removes all the compiled java .class files.  This command line length 
limitation is a known bug in CMake 2.2 and has been fixed in the CVS 
version of CMake.  The fix will be included in the next release.

-Brad



More information about the vtkusers mailing list