[Paraview] vtkTableFFT compilation issue with CVS version
Scott, W Alan
wascott at sandia.gov
Sun Mar 15 22:58:33 EDT 2009
Make a new source code pull. This was broken the middle of last week, but was fixed by Thursday or Friday. If you still have troubles after a new source pull and clean cmake and build, let us know.
Alan
-----Original Message-----
From: paraview-bounces at paraview.org [mailto:paraview-bounces at paraview.org] On Behalf Of Steven Janzou
Sent: Saturday, March 14, 2009 6:24 AM
To: paraview at paraview.org
Subject: [Paraview] vtkTableFFT compilation issue with CVS version
When building the vtkPVFiltersCS project (MS VS 9), I receive the following error:
C:\CPP\Projects\ResultsViewer\Paraview\Build\bin\Debug\vtkPVFiltersCS.lib
and object C:\CPP\Projects\ResultsViewer\Paraview\Build\bin\Debug\vtkPVFiltersCS.exp
vtkTableFFTClientServer.obj : error LNK2019: unresolved external symbol "public: static class vtkTableFFT * __cdecl vtkTableFFT::New(void)" (?New at vtkTableFFT@@SAPAV1 at XZ) referenced in function "class vtkObjectBase * __cdecl vtkTableFFTClientServerNewCommand(void)"
(?vtkTableFFTClientServerNewCommand@@YAPAVvtkObjectBase@@XZ)
C:\CPP\Projects\ResultsViewer\Paraview\Build\bin\Debug\vtkPVFiltersCS.dll
: fatal error
This is after several errors when compiling due to Window lack of strcasecmp. I added the following to string.h to address the strcasecmp error in vtkTableFFT.cxx:
#if defined(WIN32) || defined(WIN64)
#define strcasecmp _stricmp
#endif /* Def WIN32 or Def WIN64 */
So, even after removing the build directory and starting over, the vtkTableFFT is still an unresolved external.
Any suggestions would be greatly appreciated.
Thanks,
Steve
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview
More information about the ParaView
mailing list