[IGSTK-Users] CVS make error TransformWriterExample

Tim Hanson sideskate at gmail.com
Thu Feb 3 12:23:19 EST 2011


Hi All,

I'm building the latest CVS version of IGSTK on 32 bit linux (Debian
squeeze) with cmake version 2.8.2 + the rest of the dependencies
installed through apt.

'make' gets 88% done, then fails with:

Linking CXX executable ../../bin/TransformWriterExample
../../bin/libTransformReaders.a(igstkPrecomputedTransformData.o): In
function `igstk::PrecomputedTransformData::InitializeProcessing()':
igstkPrecomputedTransformData.cxx:(.text+0x326a): undefined reference
to `typeinfo for igstk::AffineTransform'
igstkPrecomputedTransformData.cxx:(.text+0x32a7): undefined reference
to `igstk::AffineTransform::AffineTransform(igstk::AffineTransform
const&)'
igstkPrecomputedTransformData.cxx:(.text+0x32f7): undefined reference
to `typeinfo for igstk::PerspectiveTransform'
igstkPrecomputedTransformData.cxx:(.text+0x3334): undefined reference
to `igstk::PerspectiveTransform::PerspectiveTransform(igstk::PerspectiveTransform
const&)'

grep -r "igstk::AffineTransform" *
yields only Testing/igstkAffineTransformTest.cxx , which is the file
that fails to link.

What am I doing wrong here?

much appreciated,
Tim



More information about the IGSTK-Users mailing list