You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happens is that make says it built the new changes, and then fails at runtime with a missing or incorrect symbol (from the new upstream code).
The obvious solution is, of course, call make clean before if the parent repository had a update.
However, i believe it would be valuable to automate this so that the build make file here can handle this cause automatically, because it makes automation complicated otherwise, or waste a lot of cpu and electricity rebuilding sub-modules it doesn't need by always calling make clean.
I don't know the best way to do this, if it's better to make this a submodule of the main project or what, just reporting.
The text was updated successfully, but these errors were encountered:
What happens is that make says it built the new changes, and then fails at runtime with a missing or incorrect symbol (from the new upstream code).
The obvious solution is, of course, call make clean before if the parent repository had a update.
However, i believe it would be valuable to automate this so that the build make file here can handle this cause automatically, because it makes automation complicated otherwise, or waste a lot of cpu and electricity rebuilding sub-modules it doesn't need by always calling make clean.
I don't know the best way to do this, if it's better to make this a submodule of the main project or what, just reporting.
The text was updated successfully, but these errors were encountered: