Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using vikit on windows #26

Open
HoussemRouis opened this issue Jul 5, 2017 · 1 comment
Open

Using vikit on windows #26

HoussemRouis opened this issue Jul 5, 2017 · 1 comment

Comments

@HoussemRouis
Copy link

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

@antithing
Copy link

Hi! Did you get this working? I am having the same problem. I have solved the last error tho...

see here:

https://stackoverflow.com/questions/33696092/whats-the-correct-replacement-for-posix-memalign-in-windows/33696858

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants