Hey kids! It's been a while. Hi.
With how fancy-schmancy all the installers and project stuff looks today, I thought I'd try my hand at setting up an EQEmu server again, and whether I use the installer or the "ground up linux" approach, I am getting hung up on the same error... and no amount of googling is helping (not terribly c++ savvy).
Code:
[ 20%] Building CXX object common/CMakeFiles/common.dir/patches/titanium_limits.cpp.o
[ 21%] Building CXX object common/CMakeFiles/common.dir/patches/uf.cpp.o
[ 21%] Building CXX object common/CMakeFiles/common.dir/patches/uf_limits.cpp.o
[ 21%] Building CXX object common/CMakeFiles/common.dir/StackWalker/StackWalker.cpp.o
[ 21%] Building CXX object common/CMakeFiles/common.dir/util/directory.cpp.o
[ 21%] Building CXX object common/CMakeFiles/common.dir/util/uuid.cpp.o
/home/john/src/EQ/common/util/uuid.cpp:11:10: fatal error: uuid/uuid.h: No such file or directory
11 | #include <uuid/uuid.h>
| ^~~~~~~~~~~~~
compilation terminated.
make[2]: *** [common/CMakeFiles/common.dir/build.make:1493: common/CMakeFiles/common.dir/util/uuid.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:530: common/CMakeFiles/common.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
Compiling goes along fine until it gets to util/uuid.cpp, then either mode to set up fails here. I've tried dinking with the <uuid/uuid.h> config in both linux and windows, and I'm getting nowhere... figured I'd just cheat and ask the experts.
Any clue what's missing? Or is Ubuntu 20.04.2 "too new"? It was too new for another project, surprisingly... had to build an 18.04.5.
So I took it over to this Ubuntu 18.04.5, and the make gets passed this uuid issue and seems to complete properly. Couple "optional" modules are not installed on 18.04, like MariaDB (still using MySQL there). Not sure if that helps.
I have the full cmake log if anyone needs to see it, but hoping it's simply "don't use 20.04.2"
Curiosity is just killing me.
TIA,
JA