[Cmake] Trouble at'Mill

John Biddiscombe jbiddiscombe at skippingmouse.co.uk
Sun Aug 4 20:58:02 EDT 2002


REMOVE(
  Common_SRCS
  vtkInstantiator 
)

seems to be fixed if

REMOVE(
  ${Common_SRCS}
  vtkInstantiator 
)

is used instead. But I found another problem.

I had to update several of my own custom commands and 

for (std::vector<std::string>::iterator j = (sources.begin() + 1); j != sources.end(); ++j) {
  cmSourceFile *curr = m_Makefile->GetSource(j->c_str());

returns NULL for all non-abstract files ????

for example, AbstractMapper is returned ok, but Actor2D fails and returns NULL. I copied code from the wrap_tcl command and it gives me problems.

Any tips?

thanks

JB





More information about the CMake mailing list