Andy Cedilnik writes: > Hi Matiland, > > What exactly is the problem with VTK on CMake 2.2.2? I build VTK all the > time and I don't have any problem.
VTK 4.4.2 or CVS VTK? And do you build with VTK_USE_SYSTEM_FREETYPE:BOOL=ON like I am? > > Thank you. > > Andy The build fails at Rendering/vtkFreeTypeFontCache.cxx because it cannot find vtkftglConfig.h With cmake 2.0.6, things work, with cmake 2.2.2 it isn't finding Build/Utilities/ftgl/vtkftglConfig.h so something is different in the -I flags when building vtkFreeTypeFontCache.cxx. Hopefully it's something easy. But setting some -I flags to the source directories and others to the Build directory gets a little complicated. I'll try to get some web-accessible build logs put up if you'd like to help figure this out. -Maitland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]