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

lcm-gen failed on bot-lcmgl #2799

Closed
RussTedrake opened this issue Jul 13, 2016 · 4 comments
Closed

lcm-gen failed on bot-lcmgl #2799

RussTedrake opened this issue Jul 13, 2016 · 4 comments
Assignees

Comments

@RussTedrake
Copy link
Contributor

i've been trying to test all of the open PRs on mac, but can't even build master this morning. I'm currently failing on

[ 23%] Performing configure step for 'bot2-lcmgl'
loading initial cache file /Users/russt/drake-distro/build/externals/libbot/bot2-lcmgl-prefix/tmp/bot2-lcmgl-cache-Release.cmake
CMake Error at cmake/lcmtypes.cmake:115 (message):
  lcm-gen failed
Call Stack (most recent call first):
  cmake/lcmtypes.cmake:166 (lcmgen)
  cmake/lcmtypes.cmake:479 (lcmtypes_build_c)
  CMakeLists.txt:8 (lcmtypes_build)

not sure yet what changed...

@RussTedrake
Copy link
Contributor Author

possibly addressed with #2777

@jamiesnape
Copy link
Contributor

@jhoare @mwoehlke-kitware Please check whether #2777 addresses this.

@jhoare
Copy link

jhoare commented Jul 13, 2016

I don't have a way to test this right now but the main reason why I made #2777 was because when I changed generators things would go bad if I did not go through and delete the pod-build folders that were created in libbot.

The command I was running was (from drake-distro):

 $ find . -name pod-build -exec rm -rf {} \;

I don't think that's the error you're experiencing, but I can't know for sure.

@RussTedrake
Copy link
Contributor Author

that was it. thanks.

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

4 participants