robotology / wearables

Code moved to https://github.com/robotology/human-dynamics-estimation
https://github.com/robotology/human-dynamics-estimation
BSD 3-Clause "New" or "Revised" License
19 stars 11 forks source link

Fix wearables compilation #132

Closed lrapetti closed 3 years ago

lrapetti commented 3 years ago

Describe the bug Compilation is failing after https://github.com/robotology/wearables/pull/131 (e.g. see CI failure) with the following error

[ 64%] Building CXX object devices/IWearRemapper/CMakeFiles/IWearRemapper.dir/src/IWearRemapper.cpp.o
/Users/lorenzorapetti/Software/robotology-superbuild/src/wearables/devices/IWearRemapper/src/IWearRemapper.cpp:13:10: fatal error: 'thrift/WearableMetadataService.h' file not found
#include "thrift/WearableMetadataService.h"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

The problem was not spotted earlier because:

lrapetti commented 3 years ago

Fixed in https://github.com/robotology/wearables/pull/133.