-
Notifications
You must be signed in to change notification settings - Fork 21
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
error: no member named 'int16' in namespace 'ceres' #1
Comments
What version of ceres-solver are you trying to build with? My hunch is it's related to not having updated cyres to work with the most recent version. |
I home-brewed |
I've got 1.8.0 right now. I think it changed in a recent version of ceres, and it looks like someone actually fixed this in a fork: I generally go through and make similar fixes every time I upgrade ceres, but I haven't upgraded recently. |
I fixed this problem by changing the data type from In addition. I had to avoid linking to GPU-related libraries that my system doesn't support (for exemple, I'm not sure if I should create pull request since this only solves my particular problem. I think a more dynamic setup.py is needed. |
I wonder if @PolarNick239 could make a pull request for 1fb4674? That commit fixed this issue for me. |
I am sorry, I forgot/not realized to do so. Will do soon (in a couple of days). |
I'm trying to build
cyres
by going to the source folder and running:but I get errors relating to the
ceres::int16
data type not existing. Is this a Cython issue with clang on Mac OS X?The text was updated successfully, but these errors were encountered: