[Insight-users] uuid.h not found in compiling gdcm

Mathieu Malaterre mathieu.malaterre at gmail.com
Thu Dec 17 05:01:19 EST 2009


On Thu, Dec 17, 2009 at 3:54 AM, Gao, Yi <gaoyi.cn at gmail.com> wrote:
> So i'm still guessing the gdcm in itk source may possibly have some
> include path problem.

The only way to have gdcmUtil.cxx use uuid/uuid.h, is by HAVING uuid/uuid.h
I am not sure how you got there, but cmake code is:

FIND_PACKAGE(UUID)
IF(UUID_FOUND)
  SET(GDCM_SYSTEM_UUID_FOUND 1)
...

You may want to check why uuid/uuid. is found at cmake time, but not
at build time...

Cheers
-- 
Mathieu


More information about the Insight-users mailing list