[vtkusers] VTK + QT Debug Test Compiling error (TestMultipleChartRenderers)
Antonin Perrot-Audet
antonin07130 at gmail.com
Mon Apr 26 17:21:40 EDT 2010
(re) Hello,
I finally got a VTK compiled on my system. It is true that osX 10.6.3 is
not yet used by a majority of programmers, so I though some feedback may
be valuable.
I have been compiling a bunch of versions of VTK and could remark that :
(always compiling in shared and Debug, with the flags I wrote in ;y
previous email)
1 : the master branch of the GIT repository (git clone
git://vtk.org/VTK.git) is not stable (it compiles on linux but not mac)
I could remark several changes in the buggy test during the afternoon.
2 : older versions of VTK don't compile on osX 10.6.3
3 : the CVS (anonymous at public.kitware.com:/cvsroot/VTK) version compiles
on osX 10.6.3
I guess I will stick with the CVS version until the git repos is stable.
Regards
--
Antonin
On 4/26/10 1:58 PM, Antonin Perrot-Audet wrote:
> Hello,
> I am currently working on developping an application using VTK + QT +
> ITK (+FFMPEG),
> I have a clean installation of QT, and am trying to *build a debug
> version of VTK*.
> I haev mac osx 10.6.3
> I downloaded VTK using git from :
>
> I have errors when trying to build in Debug, with the
> *MultipleChartRenderers*
> VTK/Charts/Testing/Cxx/TestMultipleChartRenderers.cxx: In function
> ‘int TestMultipleChartRenderers(int, char**)’:
> VTK/Charts/Testing/Cxx/TestMultipleChartRenderers.cxx:112: error:
> ‘view’ was not declared in this scope
> make[2]: ***
> [Charts/Testing/Cxx/CMakeFiles/ChartsCxxTests.dir/TestMultipleChartRenderers.cxx.o]
> Error 1
>
> I build in shared libraries, with the following flags :
> VTVK_USE_QT to ON
> VTK_USE_GUISUPPORT to ON
> BUILD_SHARED_LIBS to ON
> CMAKE_BUILD_TYPE to Debug
> BUILD_TESTING to ON
>
> It also seems like VTK doesn't find the debug QT libraries I have
> "NAME_OF_QTLIB-NOTFOUND" for the debug versions, but it seems to find
> the release version of each libraries. I do have all QT libs installed
> as Release and Debug in a frameworks.
>
> ( and also :
> VTK_USE_FFMPEG_ENCODER to ON
> and also parallel, and sql ... But it shouldn't interfere ? )
>
> Anyone has had this problem in the past? Thanks in advance !
>
More information about the vtkusers
mailing list