Hey Igor, Thanks again for your help on this. Need to take some time off from solving this problem, maybe a new solution will come to me. I agree, an Ubuntu build would be awesome to try. Mark
Hi Igor Thank you for getting back to me. I think I figured out what the issue was, I was not compiling it using the C++ 11 standard after altering the shared_ptr.h file. So I added the line set (CMAKE_CXX_STANDARD 11) to the CMakeLists.txt file. However, I now have a new error when creating the sort.o object: [ 17%] Building CXX object src/CMakeFiles/plugin_ops.dir/ops/sort.o /home/lawson/openbabel-2.3.2-patched/src/ops/sort.cpp: In member function ‘virtual bool OpenBabel::OpSort::ProcessVec(std::vector<OpenBabel::OBBase*>&)’:...
Cannot install on Ubuntu 16.04.2