-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fixed const iterator errors (win64) #215
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
Conversation
Could you be more specific on the error? Also, your change break compilation on other systems (see Travis error), could you fix this? Thanks! |
Hi Jochen, I will do my best to keep the compliance with Ubuntu using Travis, however, the builds take some time which will delay the development. (I also dont work every day on pcl). Cheers |
AFAIK it used to work fine with PCL-1.6, maybe you could try a git
I would propose to post to our pcl-users mailing list or have a look at Cheers Jochen |
Stefan Holzer is one of our PCL Windows maintainers. |
fixed const iterator errors (win64)
This breaks the build for me on Ubuntu 12.04 with gcc 4.6.3 |
Actually not all the changes but a missing typename. The following commit fixes it: |
This also breaks building on Mavericks with system clang. |
would it be possible to submit a pull request with the patch please? Thanks! |
It looks like wecacuee submitted a pull request with the same change I made that got this to compile for me: |
Thanks a lot for the prompt reply! |
Fixed errors under Visual Studio 2008, 64bit. Now pcl is compiling again.