[vtk-developers] dashboard failure with Java wrapping and Obj-C++?

Marcus D. Hanwell marcus.hanwell at kitware.com
Wed Apr 11 15:21:31 EDT 2012


Hi,

On Wed, Apr 11, 2012 at 3:10 PM, David Gobbi <david.gobbi at gmail.com> wrote:
> Hi Sean,
>
> The old Rendering/CMakeLists.txt had the following lines, were they
> responsible for eliminating the error during the pre-modularization
> build?
>
> # Fix for bug#1026 moved out of the common section.  This should be
> # changed to add the flag only in the right places (CMAKE_CXX_FLAGS?).
> IF(APPLE AND VTK_WRAP_JAVA)
>  ADD_DEFINITIONS("-ObjC++")
> ENDIF(APPLE AND VTK_WRAP_JAVA)
>
That does look suspiciously like the answer, we were looking into this
(along with a few other failures). Thanks for pointing that out.

Marcus



More information about the vtk-developers mailing list