[Insight-developers] itk/gdcm build errors on Fedora 12

Mathieu Malaterre mathieu.malaterre at gmail.com
Fri Nov 20 03:43:31 EST 2009


On Thu, Nov 19, 2009 at 9:57 PM, kent williams
<norman-k-williams at uiowa.edu> wrote:
> I know why the problem is happening, but I'm not sure how to fix it for
> Arnaud.
>
> Betweeen Fedora Core 11 and Fedora Core 12, they started using the OSSP
> library for UUID management.
>
> http://www.ossp.org/pkg/lib/uuid/
>
> The OSSP dudes decided that it would be better if the UUID type was opaque,
> which is "Good Software Engineering." If you use this library, instead of
> doing this:
>
> uuid_t g;
> uuid_generate(g)

uuid_t is also opaque in this case, there is no 'reference' in C, but
only pointers.

> You do this:
>
> uuid_t *g;
> uuid_create(&g);

...
-- 
Mathieu


More information about the Insight-developers mailing list