Closed eamonne closed 9 years ago
Also I used this branch of mimosa as Hefur repository suggests that specific one.
https://github.com/abique/mimosa/tree/5e2c5c6ca998add2d5cdc9e437f8d13fbdbe1a7c
Should I stick with that version or use the latest?
Hi JesseJams,
I tried to compile it on Archlinux and I succeed without any issue.
Anyway I did update the mimosa submodule to the latest version and update hefur accordingly. It built with both gcc 4.9.2 and clang 3.6.0.
Please, can you try again?
Regards, Alex
Hello Alex,
Ok I've got it to compile without error on Ubuntu 14.04 (not minimal) I guess there were a few missing elements in the openvz ubuntu template I was using before.
The only error I received was that it was expecting manual.html in /manual but there was only manual.xml, changing that extension fixed it.
It also compiled without any issue (aside from manual.xml) on CentOS 7.
Regards, Jesse
Hello! I got a error too:
$ make [ 1%] Building CXX object mimosa/mimosa/rpc/gen/CMakeFiles/protoc-gen-mimosa.dir/protoc-gen-mimosa.cc.o /home/charles/Desktop/hefur-0.4/mimosa/mimosa/rpc/gen/protoc-gen-mimosa.cc:6:53: fatal error: google/protobuf/compiler/code_generator.h: No such file or directory
^
compilation terminated. make[2]: * [mimosa/mimosa/rpc/gen/CMakeFiles/protoc-gen-mimosa.dir/protoc-gen-mimosa.cc.o] Error 1 make[1]: * [mimosa/mimosa/rpc/gen/CMakeFiles/protoc-gen-mimosa.dir/all] Error 2 make: *\ [all] Error 2
I use linux mint, what could be wrong?
OK, my problem is solved by isntaling libprotoc-dev package. EDIT: this resolve all problems, thanks! https://github.com/abique/hefur/issues/7#issuecomment-42068479
Yes ;-)
Hello, I was unable to compile this using Ubuntu 14.04. I received the following errors:
Any idea what would cause this? I'm using the latest protobuf and g++ 4.8. I was able to make sense of the earlier errors which were mainly relted to missing libraries, but this one has me stumped.
Alternately is there a better OS to choose for compiling?
Thanks