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

Fix for building on Windows #455

Closed
wants to merge 1 commit into from
Closed

Conversation

lilustga
Copy link

Undefine NO_ERROR when building on Windows to avoid collision with Windows.h

@aprotyas
Copy link
Member

#349 should address this.

@lilustga
Copy link
Author

@aprotyas Thanks for pointing that out. What is the path for this to end up in the Foxy branch?

Closing PR as #349 makes it obsolete

@lilustga lilustga closed this Sep 17, 2021
@aprotyas
Copy link
Member

aprotyas commented Sep 17, 2021

@aprotyas Thanks for pointing that out. What is the path for this to end up in the Foxy branch?

Usually I would say a backport, but I don't know if that's realizable for a deprecation. @clalancette is a backport of #349 possible? If not, this PR should probably just target the Foxy branch.

@clalancette
Copy link
Contributor

Usually I would say a backport, but I don't know if that's realizable for a deprecation. @clalancette is a backport of #349 possible?

No, we can't backport that as-is because of the deprecation that we do not want to add to Foxy or Galactic. So I'd say we take this PR for Foxy and Galactic (remembering to do the push_macro/pop_macro stuff as done in #349).

@lilustga
Copy link
Author

@clalancette that makes sense regarding not wanting to backport the the deprecation. I'll make PRs to Foxy and Galactic with the push_macro/pop_macro stuff.

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

Successfully merging this pull request may close these issues.

3 participants