[vtkusers] Fwd: Compiling v6.2.0
Sean McBride
sean at rogue-research.com
Mon Mar 30 12:54:37 EDT 2015
On Mon, 30 Mar 2015 12:50:37 -0400, Juan Carlos Prieto said:
>The definition on the pre compiler clause
>
>Souce file: vtkSMPThreadLocal.h:36
>
>"#ifndef __vtkSMPThreadLocal_h
>
>#define __vtkSMPThreadLocal_h"
>
>
>Is different from the one in the binary folder
>
>Binary directory file: vtkSMPThreadLocal.h:36
>
>#ifndef vtkSMPThreadLocal_h
>
>#define vtkSMPThreadLocal_h
There was a change between 6.1 and 6.2 where the header guards were renamed to not start with double underscore. But I've just grep'ed the entire codebase and "__vtkSMPThreadLocal_h" no longer appears... you must have an old file lying around somewhere. Try a clean build...
Cheers,
--
____________________________________________________________
Sean McBride, B. Eng sean at rogue-research.com
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
More information about the vtkusers
mailing list