We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the most recent xcode the tests using gtest fail to compile on include of gtest-port.h
/Users/caseygoodlett/Projects/pcl/pcl/test/gtest-1.6.0/include/gtest/internal/gtest-port.h:499:13: fatal error: 'tr1/tuple' file not found
I believe this has been fixed in newer gtest version.
The text was updated successfully, but these errors were encountered:
Hi Casey, good point. I think we should remove gtest from our sources.
Sorry, something went wrong.
I am testing a branch that updates the source code in PCL from 1.6 to 1.7 and can submit as a pull-request shortly.
8f41d22
No branches or pull requests
With the most recent xcode the tests using gtest fail to compile on include of gtest-port.h
/Users/caseygoodlett/Projects/pcl/pcl/test/gtest-1.6.0/include/gtest/internal/gtest-port.h:499:13: fatal error:
'tr1/tuple' file not found
I believe this has been fixed in newer gtest version.
The text was updated successfully, but these errors were encountered: