[Vm-dev] Re: This is still happening while building VM from inside Fedora

Casimiro de Almeida Barreto casimiro.barreto at gmail.com
Sun Apr 11 16:07:43 UTC 2010


Em 10-04-2010 16:54, Ian Piumarta escreveu:
>
> Thanks, Bert, I saw this.
>
> I don't have a Fedora to check on and probably won't have time to
> install one in the next couple of weeks.  Sounds like a trivial
> problem though, maybe a tiny change in the headers from one version to
> another?  I always build on a recent Ubuntu which tends to have recent
> versions (younger than six months) of everything.
>
>>> It's possible to solve manually overriding settings uuid.h but it's not
>>> nice & shouldn't be necessary
>
> What, PRECISELY, has to be done in/around uuid.h to solve this?
In file: ../platforms/unix/plugins/UUIDPlugin/sqUnixUUID.c
in line:

#include <uuid.h>

change to:

#include <uuid/uuid.h>

and compilation goes OK.

>
> Cheers,
> Ian
>
>
Cheers

CdAB


More information about the Vm-dev mailing list