View Single Post
  #1  
Old 05-03-2017, 11:05 PM
XxTRAINEExX
Fire Beetle
 
Join Date: Jan 2006
Posts: 13
Unhappy Stuck on the ./make :(

I'm using the linux guide linked off the main page:

http://wiki.eqemulator.org/p?EQEmu_o...n_7_Virtualbox

I'm compiling on Ubuntu 16.04 and getting the following error:

Code:
[ 32%] Building CXX object common/CMakeFiles/common.dir/util/uuid.cpp.o
/home/eq/eqemu/common/util/uuid.cpp:10:23: fatal error: uuid/uuid.h: No such file or directory
compilation terminated.
common/CMakeFiles/common.dir/build.make:2510: recipe for target 'common/CMakeFiles/common.dir/util/uuid.cpp.o' failed
make[2]: *** [common/CMakeFiles/common.dir/util/uuid.cpp.o] Error 1
CMakeFiles/Makefile2:85: recipe for target 'common/CMakeFiles/common.dir/all' failed
make[1]: *** [common/CMakeFiles/common.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
Not sure why I am seeing this since I pulled the code using the git command in the server setup guide so all files should be in the correct places. Any thoughts on how to correct this?

Brian
Reply With Quote