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

guard against multiply-defined tf warning macros #700

Closed
wants to merge 1 commit into from
Closed

Conversation

codebot
Copy link

@codebot codebot commented Nov 16, 2013

at least on Saucy+hydro, the compiler was complaining that these macros were multiply defined, and was halting the build. adding these "ifndef" blocks allowed it to build.

at least on Saucy+hydro, the compiler was complaining that these macros were multiply defined, and was halting the build. adding these "ifndef" blocks allowed it to build.
@wjwwood
Copy link
Member

wjwwood commented Dec 28, 2013

@CodeBot9000 any chance you remember the other place they were defined?

I'll try to reproduce this on Saucy.

@codebot
Copy link
Author

codebot commented Dec 28, 2013

codebot9000 does not have good memory.
On Dec 27, 2013 3:20 PM, "William Woodall" notifications@github.com wrote:

@CodeBot9000 https://github.com/codebot9000 any chance you remember the
other place they were defined?

I'll try to reproduce this on Saucy.


Reply to this email directly or view it on GitHubhttps://github.com//pull/700#issuecomment-31287398
.

@wjwwood wjwwood added this to the untargeted milestone Feb 25, 2014
@wjwwood wjwwood added the bug label May 1, 2014
@wjwwood wjwwood mentioned this pull request May 8, 2014
wjwwood added a commit that referenced this pull request May 8, 2014
tf recently moved to boost::signal2, so the
effort display needed to be updated too

I made it so that it would conditionally use
boost::signal2 if the tf version is greater than
or equal to 1.11.3

I also fixed some compiler warnings in this code

This code (the effort display) is actually pretty
wicked... I commented on the original pull
request which added it as a built-in display type

closes #700
wjwwood added a commit that referenced this pull request May 8, 2014
tf recently moved to boost::signal2, so the
effort display needed to be updated too

I made it so that it would conditionally use
boost::signal2 if the tf version is greater than
or equal to 1.11.3

I also fixed some compiler warnings in this code

This code (the effort display) is actually pretty
wicked... I commented on the original pull
request which added it as a built-in display type

closes #700

fixup RVIZ_USE_BOOST_SIGNAL_1 cmake code
@wjwwood wjwwood closed this in #763 May 13, 2014
wjwwood added a commit that referenced this pull request Jul 30, 2014
tf recently moved to boost::signal2, so the
effort display needed to be updated too

I made it so that it would conditionally use
boost::signal2 if the tf version is greater than
or equal to 1.11.3

I also fixed some compiler warnings in this code

This code (the effort display) is actually pretty
wicked... I commented on the original pull
request which added it as a built-in display type

closes #700

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

Successfully merging this pull request may close these issues.

2 participants