On Thursday, 8 June 2017 09:13:24 PDT Thiago Macieira wrote: > > ../../deps/tinycbor/src/cbor.h:467:49: error: unknown type name ?FILE? > > > > > ../../deps/tinycbor/src/cbor.h:468:48: error: unknown type name ?FILE? > > > > when I commented these lines (not sure how much this will affect cbor > > > functionality): > Just don't use the functions that require this. The main parser and encoder > don't need this, only the "pretty" API and the conversion to JSON, which > IoTivity Constrained does not use. > > I can move those functions to a separate header to avoid the build error. > Can you file a bug for me at https://github.com/01org/tinycbor ?
No need to file a bug report anymore. I've supplied a patch to the TinyCBOR master branch to fix this issue. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
