tst-cjeffries

Results 7 comments of tst-cjeffries

`earthenterprise/earth_enterprise/src/portableserver/build.py`

This build script, and the scons scripts that would also need to be modified are python. C++ is currently not used to actually build portable. There is some C++ code...

Sorry for the confusion. Our issues are tagged C++ because our repository is primarily C++ and tagged as such.

Currently, we do not actively support Ubuntu 18, so these errors are more or less new to us as well. For the invalid conversion, we have run into this with...

Most of the compilation flags can be found in `earthenterprise/earth_enterprise/src/SConstruct` just you should be able to remove `Werror` and add `fpermissive` there. Good luck!

Edited I got it to build. I followed the instructions (including the RHEL6 Source command)) but did some steps after the Installing Additional Packages step: 1st: I installed gcc-c++ (`sudo...

Found a similar issue on RHEL6. Was able to build after installing doxygen, swig, and gcc-c++.