On 19/11/13 22:43, Sjors Gielen wrote:
> This is a known problem in VTK 5.10.1: the libtiff bundled with it has
> no support for Mavericks. They're fixing it in 6.1 (git master) and will
> backport the fix to the VTK 5.10. I'll keep you updated.

For vtk58, I just checked in a fix that allows it to build on 10.9.
Besides the duplicate symbol error there were 2 other errors specific to 
the 10.9 compilers.

The duplicate symbols are, as far as I can tell from googling, not 
really a problem caused by vtk, but rather an incomprehension between 
the 10.9 clang and some new code in <stdio.h> and <math.h>. They 
replaced "static __inline__" by "__header_always_inline", which clang 
apparently doesn't compile correctly by default. It needs a "-std=gnu89" 
compiler flag. The same bug has shown up in other projects.

-- 
Martin





------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to