You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I always found the resolution of the uuid header super hacky:
CMake Error at CMakeCompiler.txt:261 (MESSAGE):
Could not find uuid/uuid.h header, which is required on Linux. On Ubuntu,
the 'uuid-dev' package is required; look for similar packages on other
platforms.
Doesn't seem to work on unbuntu 14.04, certainly doesn't work with clang. An easy fix is to add the boot uuid header to the zorba source. uuid should be simple.
The text was updated successfully, but these errors were encountered:
Hello,
I always found the resolution of the uuid header super hacky:
Doesn't seem to work on unbuntu 14.04, certainly doesn't work with clang. An easy fix is to add the boot uuid header to the zorba source. uuid should be simple.
The text was updated successfully, but these errors were encountered: