You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone managed to use Vikit on windows??
I'm trying to and I'm getting errors:
vikit\nlls_solver_impl.hpp(291): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
vikit\nlls_solver_impl.hpp(291): error C2988: unrecognizable template declaration/definition
vikit\nlls_solver_impl.hpp(291): error C2143: syntax error: missing ',' before '<'
vikit\nlls_solver_impl.hpp(292): error C2244: 'vk::NLLSSolver<D,T>::setPrior': unable to match function definition to an existing declaration
vikit\nlls_solver_impl.hpp(289): note: see declaration of 'vk::NLLSSolver<D,T>::setPrior'
vikit\nlls_solver_impl.hpp(292): note: definition
vikit\nlls_solver_impl.hpp(292): note: 'void vk::NLLSSolver<D,T>::setPrior(const T &,const int)'
vikit\nlls_solver_impl.hpp(292): note: existing declarations
vikit\nlls_solver_impl.hpp(292): note: 'void vk::NLLSSolver<D,T>::setPrior(const T &,const Eigen::Matrix<double,D,D,|_Rows==&&_Cols!=?:_Cols==&&_Rows!=?:,_Rows,_Cols> &)'
vikit\aligned_mem.h(67) : error C3861: 'posix_memalign': identifier not found
The text was updated successfully, but these errors were encountered:
Hello,
Has anyone managed to use Vikit on windows??
I'm trying to and I'm getting errors:
vikit\nlls_solver_impl.hpp(291): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
vikit\nlls_solver_impl.hpp(291): error C2988: unrecognizable template declaration/definition
vikit\nlls_solver_impl.hpp(291): error C2143: syntax error: missing ',' before '<'
vikit\nlls_solver_impl.hpp(292): error C2244: 'vk::NLLSSolver<D,T>::setPrior': unable to match function definition to an existing declaration
vikit\nlls_solver_impl.hpp(289): note: see declaration of 'vk::NLLSSolver<D,T>::setPrior'
vikit\nlls_solver_impl.hpp(292): note: definition
vikit\nlls_solver_impl.hpp(292): note: 'void vk::NLLSSolver<D,T>::setPrior(const T &,const int)'
vikit\nlls_solver_impl.hpp(292): note: existing declarations
vikit\nlls_solver_impl.hpp(292): note: 'void vk::NLLSSolver<D,T>::setPrior(const T &,const Eigen::Matrix<double,D,D,|_Rows==&&_Cols!=?:_Cols==&&_Rows!=?:,_Rows,_Cols> &)'
vikit\aligned_mem.h(67) : error C3861: 'posix_memalign': identifier not found
The text was updated successfully, but these errors were encountered: