[Cmake] CMake release close

John Biddiscombe jbiddiscombe at skippingmouse.co.uk
Thu Apr 18 18:50:17 EDT 2002


> If there are any missing features, or bugs you know of, please
> post them to the list now.

My favourite problem is this sort of thing

Error cmake.check_depends 2493: Too many rules for target
'D:\Code\vtk\ImplicitF
unctions\BCBvtkToolWin_ImplicitBoolean.h'
Error cmake.check_depends 2496: Too many rules for target
'D:\Code\vtk\ImplicitF
unctions\BCBvtkToolWin_ImplicitCone.h'
Error cmake.check_depends 2499: Too many rules for target
'D:\Code\vtk\ImplicitF
unctions\BCBvtkToolWin_ImplicitCube.h'
Error cmake.check_depends 2502: Too many rules for target
'D:\Code\vtk\ImplicitF
unctions\BCBvtkToolWin_ImplicitCylinder.h'
Error cmake.check_depends 2505: Too many rules for target
'D:\Code\vtk\ImplicitF
unctions\BCBvtkToolWin_ImplicitFresnelEllipse.h'
Error cmake.check_depends 2508: Too many rules for target
'D:\Code\vtk\ImplicitF
unctions\BCBvtkToolWin_ImplicitOSRegion.h'
Error cmake.check_depends 2511: Too many rules for target
'D:\Code\vtk\ImplicitF
unctions\BCBvtkToolWin_ImplicitPlane.h'
Error cmake.check_depends 2514: Too many rules for target
'D:\Code\vtk\ImplicitF
unctions\BCBvtkToolWin_ImplicitSphere.h'
Error cmake.check_depends 2517: Too many rules for target
'D:\Code\vtk\itc\BCBvt
k_ITCCollector.h'
Error cmake.check_depends 2520: Too many rules for target
'D:\Code\vtk\itc\Satel
liteMaskedCoverageMainlandToolWin.h'
Error cmake.check_depends 2523: Too many rules for target
'D:\Code\vtk\itc\Toolw
in_Extrapolation.h'
Error cmake.check_depends 2526: Too many rules for target
'D:\Code\vtk\itc\Toolw
in_RXGenerateResults.h'
Error cmake.check_depends 2529: Too many rules for target
'D:\Code\vtk\itc\Toolw
in_RXHeightAnalysis.h'
Error cmake.check_depends 2532: Too many rules for target
'D:\Code\vtk\itc\Toolw
in_TreeHeightAnalysis.h'

which is usually caused by having
#include "AFileWithACapital_Here.h"
and in another doing
#include "AFileWithACapital_here.h"
and sometimes by backslashes/forward slahes in odd places. This causes the
depends checker to produce multiple rules.

The errors above are caused by some mysterious process. I've searched every
file for wrong capitalizaion in headers, but I'm lost.

ttfn

JB





More information about the CMake mailing list