Ne
ither the header file <uuid/uiid.h> nor the type uuid_t or the
function uuid_parse() are standard C, so they are probably related
to a 3-party library you're trying to use. But o bviously you're
not linking against such a library (you may have append '-luuid'
or something similar to your command line if the library is named
'libuuid.so' and is located in one of the places where the linker
will look for it).
function uuid_parse() are standard C, so they are probably related
to a 3-party library you're trying to use. But o bviously you're
not linking against such a library (you may have append '-luuid'
or something similar to your command line if the library is named
'libuuid.so' and is located in one of the places where the linker
will look for it).