[vtkusers] Latest Xcode version prevent VTK to build

Sebastien Jourdain sebastien.jourdain at kitware.com
Wed Mar 12 10:32:29 EDT 2014


Great!

I guess, we just need to wait for ParaView to pick up that change!

Thanks,

Seb


On Wed, Mar 12, 2014 at 8:15 AM, David E DeMarle
<dave.demarle at kitware.com>wrote:

> I think Sean fixed that - even before you asked!
>
>   http://review.source.kitware.com/#/c/14424/
>
> Wow he is good.
>
>
> David E DeMarle
> Kitware, Inc.
> R&D Engineer
> 21 Corporate Drive
> Clifton Park, NY 12065-8662
> Phone: 518-881-4909
>
>
> On Tue, Mar 11, 2014 at 11:40 PM, Sebastien Jourdain <
> sebastien.jourdain at kitware.com> wrote:
>
>> Hi Sean,
>>
>> Sorry to contact you directly, but you seems to be the most knowledgeable
>> about Mac and VTK...
>> ;-)
>>
>> I don't know if you already update one of your Mac with the latest Xcode
>> but if you do you might run into trouble.
>>
>> Here is the error that I'm getting with the latest update (10.9.2).
>>
>> ===========
>> [seb at melmac build-ninja]$ ninja -j1
>> [1/16041] Building CXX object
>> VTK/Rendering/OpenGL/CMakeFiles/vtkRenderingOpenGL.dir/vtkCocoaRenderWindowInteractor.mm.o
>> FAILED: /usr/bin/c++   -DVTK_IN_VTK -DvtkRenderingOpenGL_EXPORTS -g -fPIC
>> -I. -IVTK/Imaging/Hybrid
>> -I/Users/seb/work/code/ParaView/src/VTK/Imaging/Hybrid -IVTK/IO/Image
>> -I/Users/seb/work/code/ParaView/src/VTK/IO/Image -IVTK/Common/DataModel
>> -I/Users/seb/work/code/ParaView/src/VTK/Common/DataModel -IVTK/Common/Math
>> -I/Users/seb/work/code/ParaView/src/VTK/Common/Math -IVTK/Common/Core
>> -I/Users/seb/work/code/ParaView/src/VTK/Common/Core -IVTK/Utilities/KWSys
>> -I/Users/seb/work/code/ParaView/src/VTK/Utilities/KWSys -IVTK/Common/Misc
>> -I/Users/seb/work/code/ParaView/src/VTK/Common/Misc -IVTK/Common/System
>> -I/Users/seb/work/code/ParaView/src/VTK/Common/System
>> -IVTK/Common/Transforms
>> -I/Users/seb/work/code/ParaView/src/VTK/Common/Transforms
>> -IVTK/Common/ExecutionModel
>> -I/Users/seb/work/code/ParaView/src/VTK/Common/ExecutionModel
>> -IVTK/Utilities/DICOMParser
>> -I/Users/seb/work/code/ParaView/src/VTK/Utilities/DICOMParser -IVTK/IO/Core
>> -I/Users/seb/work/code/ParaView/src/VTK/IO/Core -IVTK/ThirdParty/zlib
>> -I/Users/seb/work/code/ParaView/src/VTK/ThirdParty/zlib
>> -IVTK/Utilities/MetaIO/vtkmetaio -IVTK/Utilities/MetaIO
>> -I/Users/seb/work/code/ParaView/src/VTK/Utilities/MetaIO
>> -IVTK/ThirdParty/jpeg
>> -I/Users/seb/work/code/ParaView/src/VTK/ThirdParty/jpeg
>> -IVTK/ThirdParty/png -I/Users/seb/work/code/ParaView/src/VTK/ThirdParty/png
>> -IVTK/ThirdParty/tiff
>> -I/Users/seb/work/code/ParaView/src/VTK/ThirdParty/tiff -IVTK/Imaging/Core
>> -I/Users/seb/work/code/ParaView/src/VTK/Imaging/Core
>> -IVTK/Utilities/ParseOGLExt
>> -I/Users/seb/work/code/ParaView/src/VTK/Utilities/ParseOGLExt
>> -IVTK/Rendering/Core -I/Users/seb/work/code/ParaView/src/VTK/Rendering/Core
>> -IVTK/Filters/Extraction
>> -I/Users/seb/work/code/ParaView/src/VTK/Filters/Extraction
>> -IVTK/Filters/Core -I/Users/seb/work/code/ParaView/src/VTK/Filters/Core
>> -IVTK/Filters/General
>> -I/Users/seb/work/code/ParaView/src/VTK/Filters/General
>> -IVTK/Common/ComputationalGeometry
>> -I/Users/seb/work/code/ParaView/src/VTK/Common/ComputationalGeometry
>> -IVTK/Filters/Statistics
>> -I/Users/seb/work/code/ParaView/src/VTK/Filters/Statistics
>> -IVTK/Imaging/Fourier
>> -I/Users/seb/work/code/ParaView/src/VTK/Imaging/Fourier
>> -IVTK/ThirdParty/alglib
>> -I/Users/seb/work/code/ParaView/src/VTK/ThirdParty/alglib
>> -IVTK/Filters/Geometry
>> -I/Users/seb/work/code/ParaView/src/VTK/Filters/Geometry
>> -IVTK/Filters/Sources
>> -I/Users/seb/work/code/ParaView/src/VTK/Filters/Sources
>> -IVTK/Utilities/EncodeString
>> -I/Users/seb/work/code/ParaView/src/VTK/Utilities/EncodeString
>> -IVTK/Rendering/OpenGL
>> -I/Users/seb/work/code/ParaView/src/VTK/Rendering/OpenGL
>>  -fvisibility=hidden -fvisibility-inlines-hidden -fobjc-gc -MMD -MT
>> VTK/Rendering/OpenGL/CMakeFiles/vtkRenderingOpenGL.dir/vtkCocoaRenderWindowInteractor.mm.o
>> -MF
>> "VTK/Rendering/OpenGL/CMakeFiles/vtkRenderingOpenGL.dir/vtkCocoaRenderWindowInteractor.mm.o.d"
>> -o
>> VTK/Rendering/OpenGL/CMakeFiles/vtkRenderingOpenGL.dir/vtkCocoaRenderWindowInteractor.mm.o
>> -c
>> /Users/seb/work/code/ParaView/src/VTK/Rendering/OpenGL/vtkCocoaRenderWindowInteractor.mm
>> error: garbage collection is no longer supported
>> ninja: build stopped: subcommand failed.
>> ===========
>>
>> By any chance, do you have any idea on how to fix that issue?
>>
>> Thanks,
>>
>> Seb
>>
>>
>>
>> _______________________________________________
>> 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 VTK FAQ at:
>> http://www.vtk.org/Wiki/VTK_FAQ
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.vtk.org/mailman/listinfo/vtkusers
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20140312/4f97c3de/attachment.html>


More information about the vtkusers mailing list