Skip to content
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

Gtest install error #389

Closed
stonier opened this issue Mar 14, 2013 · 1 comment
Closed

Gtest install error #389

stonier opened this issue Mar 14, 2013 · 1 comment

Comments

@stonier
Copy link
Contributor

stonier commented Mar 14, 2013

Might be just because it's late, but I'm confounded by a gtest error.

  • Installs as source in the workspace using this rosinstall file.
  • If I make gtests then it gets built (correct behaviour)
  • If I don't make gtests, and do a make install first, then it creates an error
CMake Error at gtest/cmake_install.cmake:35 (FILE):
  file INSTALL cannot find "C:/work/ws/build/gtest/gtest.dll".
Call Stack (most recent call first):
  cmake_install.cmake:62 (INCLUDE)


NMAKE : fatal error U1077: 'echo' : return code '0x1'
Stop.

No doubt due to the EXCLUDE_FROM_ALL flag set by catkin. What befuddles me though, is where that target is getting an install rule set? I can't find any in the gtest cmake, nor the catkin cmake.

@stonier
Copy link
Contributor Author

stonier commented Mar 15, 2013

Got it, windows add_library issue. I'll sort this out and pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant