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

add qt-moc safeguard in config.h #1114

Merged
merged 1 commit into from
Jul 17, 2017

Conversation

v4hn
Copy link
Contributor

@v4hn v4hn commented Jun 13, 2017

Without this patch, qt4's moc fails for classes
that use rviz headers if boost is at version >= 1.64.

The error message looks like this:

Generating MOC source moc_trajectory_panel.cpp
/usr/include/boost/predef/language/stdc.h:52: Parse error at "defined"
AutoMoc: Error: moc process for moc_trajectory_panel.cpp failed:
/usr/include/boost/predef/language/stdc.h:52: Parse error at "defined"

Without this patch, qt4's moc fails for classes
that use rviz headers if boost is at version >= 1.64.

The error message looks like this:

Generating MOC source moc_trajectory_panel.cpp
/usr/include/boost/predef/language/stdc.h:52: Parse error at "defined"
AutoMoc: Error: moc process for moc_trajectory_panel.cpp failed:
/usr/include/boost/predef/language/stdc.h:52: Parse error at "defined"
@wjwwood wjwwood merged commit 4e6ab4d into ros-visualization:kinetic-devel Jul 17, 2017
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.

2 participants