-
Notifications
You must be signed in to change notification settings - Fork 148
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
catkin build <pkg> succeeds only first time with clean ws #173
Comments
I'm pretty sure this is related to #87. Can you post the contents of the develspace? |
@fferri can you post the output of |
On a clean workspace:
After building:
|
@jbohren you want the entire contents? I can send you a zip via email... |
@jbohren or you maybe wanted to just see the filenames?
|
@fferri Yeah, that's helpful. What shell are you using? |
@jbohren $ echo $SHELL |
I think this is the problem: https://github.com/catkin/catkin_tools/blob/master/catkin_tools/resultspace.py#L61 |
@jbohren on an unrelated note, that should use the fully qualified |
I think what's happening is without sourcing your bashrc in the subshel, it's not finding the cmake executable. Try: this pr: #174 |
I'm using catkin-tools for compiling a very simple ws.
I created ws dir, ran catkin init inside it, then copied the pkgs dirs.
Here's an overview of the content (not showing lots of files at depth > 3)
Now, if I run
catkin build vrep_plugin
, it correctly builds the package (kudos for integrating with OSX Notification Center :-) ).After modifying the sources, and building again, with the same command, I get:
If I remove build and devel directory, it will of course build again correctly.
P.S.: my platform: ROS Indigo on OS X Yosemite built with Homebrew according to https://gist.github.com/mikepurvis/9837958
The text was updated successfully, but these errors were encountered: