-
Notifications
You must be signed in to change notification settings - Fork 183
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
when built the project ,Error: 'idx' : undeclared identifier . #45
Comments
seems related to this issue: #6 |
ok,run done .Thank you very much. |
@yanmenglu How could you solve this problem? I have try many times,but it doesn't work. Would you like to tell me the details? Thank you~ |
@yanmenglu The same issue here, would you please tell us how you solve the error? Thanks! |
@gloryer @bxwang2016 ,you can try this.Maybe it work. t_index N = points.size(); |
I notice that this change has been fixed in the CppMT. But I still get error for “idx” undelared identifier. I have run Cmake to create visual studio project file successfully. Any idea for solution, please. Thank you! @yanmenglu @gnebehay |
@gloryer Have you fixed this error? I have met the same error with the latest code. I'll be appreciated if you can tell me any idea, thank you! ---from HUST. :D |
@ChaselS314 Not fixed yet. Do you resolve the problem? |
@gloryer Maybe you can try it with release mode. Antway, I fixed it in this way. |
Finally, I review this code for some reason, and found this bug is caused by line endings setting in windows. |
I encountered this problem as well. It's like @Chen-Su has said, the line ending issue. You can solve this by downloading a small add in tool for Visual Studio named StripEm, you can easily google it out. Be sure to use it targeted at the error file and save it before rebuild it. |
the error is
the corresponding code is
if you know the reason,please tell me .Thank you !
The text was updated successfully, but these errors were encountered: