[Insight-users] compiling VTK and ITK
Brad King
brad.king at kitware.com
Mon, 26 Apr 2004 11:30:30 -0400
Sergio Andres wrote:
> Hi,
>
> Brad King escribió:
>
>>
>> The name mangling change was just made to VTK last week. Was this a
>> fresh build of VTK or did you just CVS update in the same source
>> directory as the 4.2 version?
>>
>> -Brad
>>
> I downloaded VTK source code from CVS ( checkout ) and built it.
> Then I rebuilt my application and the same link errors appeared again.
>
> Maybe, it has to do with the CMake Options...??
> To build VTK, I turned ON:
>
> VTK_USE_HYBRID ON
> VTK_USE_PATENTED ON
> VTK_USE_RENDERING ON
> VTK_USE_ANSI_STDLIB ON
These options should not affect this error. Which link errors appeared
again? The duplicate symbols or the unresolved symbols?
-Brad