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

Started by Pavel Stehuleover 18 years ago2 messages
#1Pavel Stehule
pavel.stehule@gmail.com

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

#2Andrew Dunstan
andrew@dunslane.net
In reply to: Pavel Stehule (#1)
Re: small problem with compilation 8.3 on Fedora Core (contrib/uuid-ossp)

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