Обсуждение: small problem with compilation 8.3 on Fedora Core (contrib/uuid-ossp)

Поиск
Список
Период
Сортировка

small problem with compilation 8.3 on Fedora Core (contrib/uuid-ossp)

От
"Pavel Stehule"
Дата:
Hello

head file uuid.h isn't in subdirectory ossp on Fedora Core 6 (uuid was
installed from uuid and uuid-devel package). I had to change

#include <ossp/uuid.h> to #include <uuid.h>

Regards
Pavel Stehule


Re: small problem with compilation 8.3 on Fedora Core (contrib/uuid-ossp)

От
Andrew Dunstan
Дата:

Pavel Stehule wrote:
> Hello
>
> head file uuid.h isn't in subdirectory ossp on Fedora Core 6 (uuid was
> installed from uuid and uuid-devel package). I had to change
>
> #include <ossp/uuid.h> to #include <uuid.h>
>
>

Why isn't our setup using uuid-config?

[root@constanza andrew]# uuid-config --includedir
/usr/include

cheers

andrew