[Insight-users] IA64 compilation Fails at vxl
Mathieu Malaterre
mathieu.malaterre at gmail.com
Mon Aug 17 03:56:59 EDT 2009
On Sun, Aug 16, 2009 at 11:28 PM, Mike
Jackson<mike.jackson at bluequartz.net> wrote:
> Take that back. The ITK Compiled fine BUT when I compiled my own
> toolkit which relies on ITK and BOOST then Find Boost fails because
> boost was compiled with GCC and and ITK was compiled with ICC. Thanks
> to ITK FORCING my compiler to ICC, FindBoost.cmake can not find the
> boost libraries, which then causes my own CMake files to fail.
>
> So, I am NOT going down the troubled road of why ITK is FORCING a
> compiler so I am going back and waiting through yet another compile
> with ITK with GCC with the above patch enabled. Hopefully this will
> get me through this compile.
>
Just FYI, you could compile ITK with:
cmake -DCMAKE_OVERRIDE_COMPILER_MISMATCH:BOOL=ON /path/to/ITK
2cts
--
Mathieu
More information about the Insight-users
mailing list