Closed lrapetti closed 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:
Fixed in https://github.com/robotology/wearables/pull/133.
Describe the bug Compilation is failing after https://github.com/robotology/wearables/pull/131 (e.g. see CI failure) with the following error
The problem was not spotted earlier because: