[Insight-users] can not open file "gdcmMSFF.lib"

Juan Cardelino juan.cardelino at gmail.com
Tue Mar 29 00:59:22 EDT 2011


Hello all,
I ran into the same problem. In my case I didn't select any option,
just used the default ones. In addition, the same CMakeLists.txt works
perfectly in linux.
here is the part where I find ITK:

# Find ITK.
FIND_PACKAGE(ITK REQUIRED)
IF(ITK_FOUND)
MESSAGE( STATUS "found ITK"  )
  INCLUDE(${ITK_USE_FILE})
ENDIF(ITK_FOUND)

I don't know what I'm doing wrong, shall I explicity add a findGDCM
part too? Am I missing something else?
Thanks in advance.
Best regards,
                   Juan

On Mon, Mar 28, 2011 at 11:15 PM, yihui cao <yihuicao1987 at gmail.com> wrote:
> Dear Professors,
>
> When I configured my ITK and application, I selected the
> "ITK_USE_SYSTEM_GDCM". The cmake is worK. But I when compiled the .sln, the
> Link step makes a error : fatal error LNK1104: "can not open file
> "gdcmMSFF.lib".
>
> I used gdcm-2.0.17, ITK -3.18.0, and cmake 2.8.2
>
> Thanks!
> yihui
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>


More information about the Insight-users mailing list