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

float32_t definition conflicts #22

Closed
drdanz opened this issue May 10, 2018 · 0 comments
Closed

float32_t definition conflicts #22

drdanz opened this issue May 10, 2018 · 0 comments

Comments

@drdanz
Copy link
Member

drdanz commented May 10, 2018

The file embOBJporting.h contains some defines of float32_t. This causes issues with this PR in YARP, where we have a typedef for yarp::conf::float32_t, and as a consequence icub-main compilation fails

drdanz added a commit to drdanz/icub-firmware-shared that referenced this issue May 10, 2018
drdanz added a commit to drdanz/icub-main that referenced this issue May 11, 2018
Due to robotology/icub-firmware-shared#22 defining float32_t,
conflicting with YARP yarp::conf::float32_t introduced in
robotology/yarp#1677, icub-firmware-shared headers must be included
before any include from YARP, since doing the opposite will cause
a build error.
drdanz added a commit to drdanz/icub-main that referenced this issue May 11, 2018
Due to robotology/icub-firmware-shared#22 defining float32_t,
conflicting with YARP yarp::conf::float32_t introduced in
robotology/yarp#1677, icub-firmware-shared headers must be included
before any include from YARP, since doing the opposite will cause
a build error.
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

No branches or pull requests

2 participants