Menu

#2 Does not compile on Debian testing

open
nobody
None
5
2005-04-14
2005-04-14
No

APP does not compile on a Debian testing systems. It
fails with the following error message:

make[2]: Entering directory
`/home/fnielsen/download/APP/src/datamanip'
g++ -c -pipe -O2 -march=i686 -w -g -D_REENTRANT -fPIC
-DLANGUAGE_ -DIA32 -DUNIX -DQT_NO_DEBUG -DNDEBUG
-DEXPORT_DATAMANIP=EXPORT -DQT_THREAD_SUPPORT
-I/usr/share/qt3/mkspecs/default -I. -I/usr/include/vtk
-I../../src -I../../src/stablecpp
-I../../src/components -I../../src/config
-I/usr/include/qt3 -I../../obj/datamanip/ -o
../../obj/datamanip/resliceddataset.o resliceddataset.cpp
resliceddataset.cpp: In member function `virtual status_t

AMC_HVA::APP10::ReslicedDataSet::loadDataSet(QObject*,
const char*)':
resliceddataset.cpp:283: error: no matching function
for call to `

vtkImageReslice::SetOutputSpacing(AMC_HVA::COMPONENTS10::Size&)'
/usr/include/vtk/vtkImageReslice.h:214: error:
candidates are: virtual void
vtkImageReslice::SetOutputSpacing(double, double,
double)
/usr/include/vtk/vtkImageReslice.h:214: error:
virtual void
vtkImageReslice::SetOutputSpacing(double*)
resliceddataset.cpp: In member function `
AGCPtr<AMC_HVA::APP10::_DataSetVTK::DataContainer>

AMC_HVA::APP10::ReslicedDataSet::createDataContainer(unsigned
int)':
resliceddataset.cpp:365: error: no matching function
for call to `vtkImageData
::SetSpacing(AMC_HVA::COMPONENTS10::Size&)'
/usr/include/vtk/vtkImageData.h:246: error: candidates
are: virtual void
vtkImageData::SetSpacing(double, double, double)
/usr/include/vtk/vtkImageData.h:246: error:
virtual void
vtkImageData::SetSpacing(double*)
make[2]: *** [../../obj/datamanip/resliceddataset.o]
Error 1
make[2]: Leaving directory
`/home/fnielsen/download/APP/src/datamanip'
make[1]: *** [sub-src-datamanip] Error 2
make[1]: Leaving directory `/home/fnielsen/download/APP'
make: *** [all] Error 2

# dpkg -l "*" | grep vtk
un libvtk <none> (no description
available)
un libvtk-dev <none> (no description
available)
pn libvtk32 <none> (no description
available)
pn libvtk32-dev <none> (no description
available)
ii libvtk4 4.4.2-5 Visualization Toolkit
- A high level 3D visu
ii libvtk4-dev 4.4.2-5 VTK header files for
building C++ code
pn python-pyvtk <none> (no description
available)
pn python-vtk <none> (no description
available)
un vtk <none> (no description
available)
pn vtk-doc <none> (no description
available)
pn vtk-examples <none> (no description
available)
un vtk-java <none> (no description
available)
un vtk-python <none> (no description
available)
ii vtk-tcl 4.4.2-5 Tcl bindings for VTK
pn vtkdata <none> (no description
available)
pn vtkdata-instal <none> (no description
available)

Discussion


Log in to post a comment.