[vtk-developers] Mangled Mesa Unsupported?

Berk Geveci berk.geveci at kitware.com
Tue Sep 14 11:01:54 EDT 2010


I'd say yes to all your questions :-)

On Fri, Sep 10, 2010 at 2:56 PM, Kevin H. Hobbs <hobbsk at ohiou.edu> wrote:
> While trying to sort out some problems with Mesa from git I found out
> that mangled mesa is no longer supported by VTK.
>
> Should the VTK_USE_MANGLED_MESA CMake variable be removed?
>
> Should the Rendering/vtkMesa* classes be removed?
>
> It seems like each vtkMesaXXX.cxx file does :
>
> #include "vtkOpenGLXXX.h"
> #include "vtkMesaXXX.h"
>
> #define vtkOpenGLXXX vtkMesaXXX
> #include "vtkOpenGLXXX.cxx"
> #undef vtkOpenGLXXX
>
> but vtkOpenGLXXX.h and vtkMesaXXX.h differ so much that vtkOpenGLXXX.cxx
> cannot be compiled.
>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtk-developers
>
>
>



More information about the vtk-developers mailing list