[IGSTK-Developers] Re: Testing platform problems
Patrick Cheng
cheng at isis.georgetown.edu
Fri Aug 3 13:40:07 EDT 2007
Hi guys,
This is my fault, I installed the Qt built with 2003. When I install the
right version it works.
I tried to build Qt from source code, it has some linking error when I
built VTK and IGSTK:
Q4VTKWidgetPlugin.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall QString::QString(char const
*)" (__imp_??0QString@@QAE at PBD@Z) referenced in function "public:
virtual class QString __thiscall QVTKWidgetPlugin::name(void)const "
(?name at QVTKWidgetPlugin@@UBE?AVQString@@XZ)
and trying to build Qt for static library doesn't work neither, because
it won't build the plugin library.
Thanks,
Patrick
Patrick Cheng wrote:
> Hi Luis and Andinet,
>
> I am trying to fix the build machine here:
> Windows XP + Visual Studio 8 2005 + CMake 2.4.7
>
> It has two problems:
>
> 1. When running the ctest under Release, the Visual Studio crashes
> during compilation.
>
> 2. When build under Debug mode, some tests are failing because it can
> not find MSVCP71D.dll (which is the dlls for .Net 2003?), and only a few
> tests are failing:
>
> igstkDICOMGenericImageReaderTest
> igstkFLTKWidgetTest
> igstkGenericImageSpatialObjectTest
> igstkLandmarkUltrasoundCalibrationTest
> igstkObliqueImageSpatialObjectRepresentationTest
> igstkPivotCalibrationAlgorithmTest Failed
> igstkQTWidgetTest
> igstkSocketCommunicationTest
> igstkViewNewTest
>
> Could you give me some hints on how to diagnose these issues?
>
> Thank you,
>
> Patrick
>
More information about the IGSTK-Developers
mailing list