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

problem about "logError or logWarn ...undeclared" is solved #56

Closed
dpluy opened this issue Mar 8, 2018 · 1 comment
Closed

problem about "logError or logWarn ...undeclared" is solved #56

dpluy opened this issue Mar 8, 2018 · 1 comment
Labels

Comments

@dpluy
Copy link

dpluy commented Mar 8, 2018

add

#define logWarn CONSOLE_BRIDGE_logWarn
#define logError CONSOLE_BRIDGE_logError
#define logDebug CONSOLE_BRIDGE_logDebug
#define logInform CONSOLE_BRIDGE_logInform

to /usr/include/ros/console_bridge/console.h in some cases.

My OS: archlinux
lend my wisdom.

@dirk-thomas
Copy link
Member

The short not-namespaced macros where deprecated for a while and have intentionally been removed in #48. The rational is that they collide with function definitions in other code.

Therefore you should update your usage to use the namespaced version of the macros instead.

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

No branches or pull requests

2 participants