-
Notifications
You must be signed in to change notification settings - Fork 207
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
win7 vs2015 compiler error #10
Comments
Hi! Maybe Eigen (3.3 or later) is not in the include path? Please see #6 for building under Windows (TL:DR: cilantro can be compiled with VS, but OpenMP will not be enabled). Unfortunately, I did not get a chance yet to work on polishing native Windows builds. Cheers! |
Hello, Thanks |
Hi! Sorry for the late reply. I didn't get a chance to investigate yet, but I will probably have some free time in the next few days! |
tips:
file: cilantro-master\include\cilantro/space_transformations.hpp
10line
error C2027: use of undefined type 'Eigen::Transform<ScalarT,EigenDim,1,0>'
I Try some ,but it still not work
The text was updated successfully, but these errors were encountered: