dcristoloveanu / azure-iothub-client-particleio

Other
1 stars 2 forks source link

azure_uamqp_c/cbs.h: No such file or directory #3

Closed remcoploeg closed 7 years ago

remcoploeg commented 7 years ago

Veryfing code using this library in Particle Build fails with this error:

azure_iothub_client/iothubtransportamqp.c:21:31: fatal error: azure_uamqp_c/cbs.h: No such file or directory
 #include "azure_uamqp_c/cbs.h"
                               ^

I have included the Azure_UAMQP_C library, and there is nof file called cbs.h

remcoploeg commented 7 years ago

Reconnect the library and error was gone...