Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling error #6

Closed
toma3757 opened this issue Oct 9, 2018 · 3 comments
Closed

Compiling error #6

toma3757 opened this issue Oct 9, 2018 · 3 comments

Comments

@toma3757
Copy link

toma3757 commented Oct 9, 2018

Hi!

I got an error during compiling CppServer, I'm not so familiar with cmake so I can't get to work.
Here is the error:
-- Could NOT find LIBUUID (missing: LIBUUID_LIBRARY LIBUUID_INCLUDE_DIR) -- Could NOT find LIBVLD (missing: LIBVLD_LIBRARY)

CppServer/modules/CppCommon/source/system/uuid.cpp:12:10: fatal error: uuid/uuid.h: no such file or directory #include <uuid/uuid.h> ^~~~~~~~~~~~~ compilation terminated. modules/CppCommon/CMakeFiles/cppcommon.dir/build.make:758: recipe for target 'modules/CppCommon/CMakeFiles/cppcommon.dir/source/system/uuid.cpp.o' failed make[2]: *** [modules/CppCommon/CMakeFiles/cppcommon.dir/source/system/uuid.cpp.o] Error 1 CMakeFiles/Makefile2:1378: recipe for target 'modules/CppCommon/CMakeFiles/cppcommon.dir/all' failed make[1]: *** [modules/CppCommon/CMakeFiles/cppcommon.dir/all] Error 2 Makefile:140: recipe for target 'all' failed make: *** [all] Error 2

Can I get a little help?
Thanks!

@chronoxor
Copy link
Owner

What is your environment and compiler?

@chronoxor
Copy link
Owner

sudo apt-get install uuid-dev

@toma3757
Copy link
Author

toma3757 commented Oct 9, 2018

Omg... I had installed uuid package but not the dev version.
Sorry for the issue and thank you!
I built it succesfully.

@toma3757 toma3757 closed this as completed Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants