Thanks for the report! I'm going to commit a quick fix as suggested soon.
However I wonder why we have that uuid dependency on LS level. Because LS
itself doesn't depend on any uuid function, only libgig does. So I wonder why
this dependency isn't hidden by libgig. Any ideas?
CU
Christian
Es g
(forward to linuxsampler-devel maillist)
SZÉKELYI Szabolcs wrote:
Hi,
Just tried to compile linuxsampler on debian, but failed with something
like "unable to find -luuid".
You should check for uuid.h in configure.ac and add uuid-dev to the
Build-Depends list in debian/control.
Sorry for reporti