Getting the following errors during compilation of Pinnochio, causing abort:
/home/rpx/Downloads/openvsp/src/buildlibs/PINOCCHIO-prefix/src/PINOCCHIO/Pinocchio/discretization.cpp:176:3: error: ‘sort’ was not declared in this scope; did you mean ‘sqrt’? 176 | sort(out.begin(), out.end(), sphereComp);
/home/rpx/Downloads/openvsp/src/buildlibs/PINOCCHIO-prefix/src/PINOCCHIO/Pinocchio/pointprojector.h:71:13: error: ‘sort’ was not declared in this scope; did you mean ‘sqrt’? 71 | sort(orders[d].begin(), orders[d].end(), DLess(d, objs));
Getting the following errors during compilation of Pinnochio, causing abort:
/home/rpx/Downloads/openvsp/src/buildlibs/PINOCCHIO-prefix/src/PINOCCHIO/Pinocchio/discretization.cpp:176:3: error: ‘sort’ was not declared in this scope; did you mean ‘sqrt’? 176 | sort(out.begin(), out.end(), sphereComp);
/home/rpx/Downloads/openvsp/src/buildlibs/PINOCCHIO-prefix/src/PINOCCHIO/Pinocchio/pointprojector.h:71:13: error: ‘sort’ was not declared in this scope; did you mean ‘sqrt’? 71 | sort(orders[d].begin(), orders[d].end(), DLess(d, objs));